NDI related tests
This commit is contained in:
11
src/video/ndi/NdiInputFormat.h
Normal file
11
src/video/ndi/NdiInputFormat.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "video/core/VideoIOFormat.h"
|
||||
|
||||
#include <Processing.NDI.Lib.h>
|
||||
|
||||
namespace RenderCadenceCompositor
|
||||
{
|
||||
const char* NdiFourCcName(NDIlib_FourCC_video_type_e fourCc);
|
||||
bool MapNdiFourCcToVideoIOPixelFormat(NDIlib_FourCC_video_type_e fourCc, VideoIOPixelFormat& pixelFormat);
|
||||
}
|
||||
Reference in New Issue
Block a user