#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>
#include <fbsdk/fbaudiofmt.h>
#include <fbsdk/fbimage.h>
#include <fbsdk/fbcamera.h>
#include <fbsdk/fbrenderer.h>
Video grabbing.
Definition in file fbvideograbber.h.
Classes | |
struct | FBVideoGrabOptions |
Video Grabbing Options structure. More... | |
struct | FBVideoGrabStats |
Video Grabbing Statistics structure. More... | |
class | FBVideoGrabber |
Video Grabber class. More... | |
Namespaces | |
ORSDK2018 | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... More... | |
Typedefs | |
typedef class FBPropertyBase< FBVideoGrabber *, kFBPT_object > | FBPropertyBaseVideoGrabber |
typedef class FBPropertyBaseComponent< FBVideoGrabber * > | FBPropertyVideoGrabber |
Enumerations | |
enum | FBVideoRenderViewingMode { FBViewingModeStandard, FBViewingModeModelsOnly, FBViewingModeXRay, FBViewingModeCurrent, FBViewingModeCount } |
Enum FBVideoRenderViewingMode. More... | |
enum | FBVideoRenderFieldMode { FBFieldModeNoField, FBFieldModeField0, FBFieldModeField1, FBFieldModeHalfField0, FBFieldModeHalfField1, FBFieldModeCount } |
Enum FBVideoRenderFieldMode. More... | |
enum | FBVideoRenderDepth { FBVideoRender24Bits, FBVideoRender32Bits, FBVideoRenderDepthCount } |
Enum FBVideoRenderDepth. More... | |
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbvideograbber.h.