Open Reality Reference Guide
|
|
Go to the documentation of this file. 1 #ifndef __FBVIDEOCODEC_MANAGER_H__
2 #define __FBVIDEOCODEC_MANAGER_H__
43 #include <kaydaradef.h>
48 #define FBSDK_DLL K_DLLIMPORT
53 #ifdef FBSDKUseNamespace
54 namespace FBSDKNamespace {
116 #ifdef FBSDKUseNamespace
static bool RegisterExternalVideoFormat(const char *pFormatSuffix)
Register external video format suffix.
static void SetVideoCodecMode(FBVideoCodecMode pVideoCodecMode)
SetVideoCodecMode.
static void GetCodecIdList(const char *pFileFormatInfo, FBStringList &pCodecList)
GetCodecIdList.
@ FBVideoCodecAsk
Pop codec selection dialog each render.
static FBVideoCodecMode GetVideoCodecMode()
GetVideoCodecMode.
@ FBVideoCodecStored
Pop dialog and stored its value
@ FBVideoCodecUncompressed
Assume uncompressed codec.
FBVideoCodecMode
Enum FBVideoRenderDepth.
static const char * GetDefaultCodec(const char *pFileFormatInfo)
GetDefaultCodec.
Video Codec manager class.
static void SetDefaultCodec(const char *pFileFormatInfo, const char *pCodecId)
SetDefaultCodec.
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...