Video grabbing. More...
#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>
#include <fbsdk/fbaudiofmt.h>
#include <fbsdk/fbimage.h>
#include <fbsdk/fbcamera.h>
#include <fbsdk/fbrenderer.h>
Go to the source code of this file.
Classes | |
struct | FBVideoGrabOptions |
Video Grabbing Options structure. More... | |
struct | FBVideoGrabStats |
Video Grabbing Statistics structure. More... | |
class | FBVideoGrabber |
Video Grabber class. More... | |
Defines | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... | |
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... | |
Functions | |
__FB_FORWARD (FBVideoGrabber) | |
FB_DEFINE_COMPONENT (FBSDK_DLL, VideoGrabber) |
Video grabbing.
Definition in file fbvideograbber.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbvideograbber.h.
Enum FBVideoRenderViewingMode.
FBViewingModeStandard |
Standard. |
FBViewingModeModelsOnly |
Model Only. |
FBViewingModeXRay |
X-Ray. |
FBViewingModeCurrent |
Current. |
FBViewingModeCount |
Count. |
Definition at line 65 of file fbvideograbber.h.
Enum FBVideoRenderFieldMode.
FBFieldModeNoField |
No Field. |
FBFieldModeField0 |
Field 0. |
FBFieldModeField1 |
Field 1. |
FBFieldModeHalfField0 |
Half Field 0. |
FBFieldModeHalfField1 |
Half Field 1. |
FBFieldModeCount |
Count. |
Definition at line 73 of file fbvideograbber.h.
enum FBVideoRenderDepth |
Enum FBVideoRenderDepth.
FBVideoRender24Bits |
24 bits |
FBVideoRender32Bits |
32 bits |
FBVideoRenderDepthCount |
Depth Count. |
Definition at line 82 of file fbvideograbber.h.
__FB_FORWARD | ( | FBVideoGrabber | ) |
FB_DEFINE_COMPONENT | ( | FBSDK_DLL | , |
VideoGrabber | |||
) |