Open Reality Reference Guide
fbvideocodecmanager.h File Reference

Video codec selector and preference manager. More...

#include <kaydaradef.h>
#include <fbsdk/fbstring.h>

Go to the source code of this file.

Classes

class  FBVideoCodecManager
 Video Codec manager class. More...
 

Macros

#define FBSDK_DLL   K_DLLIMPORT
 Be sure that FBSDK_DLL is defined only once... More...
 

Enumerations

enum  FBVideoCodecMode {
  FBVideoCodecAsk ,
  FBVideoCodecUncompressed ,
  FBVideoCodecStored
}
 Enum FBVideoRenderDepth. More...
 

Detailed Description

Video codec selector and preference manager.

Definition in file fbvideocodecmanager.h.

Macro Definition Documentation

◆ FBSDK_DLL

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once...

Definition at line 48 of file fbvideocodecmanager.h.

Enumeration Type Documentation

◆ FBVideoCodecMode

Enum FBVideoRenderDepth.

Enumerator
FBVideoCodecAsk 

Pop codec selection dialog each render.

FBVideoCodecUncompressed 

Assume uncompressed codec.

FBVideoCodecStored 

Pop dialog and stored its value

Definition at line 58 of file fbvideocodecmanager.h.