12 lines
293 B
C++
12 lines
293 B
C++
#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);
|
|
}
|