fbsdk/fbvideograbber.h File Reference
 
 
 
fbsdk/fbvideograbber.h File Reference
#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>
#include <fbsdk/fbaudiofmt.h>
#include <fbsdk/fbimage.h>
#include <fbsdk/fbcamera.h>
#include <fbsdk/fbrenderer.h>

File Description

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...

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 (K_DLLIMPORT, VideoGrabber)

Define Documentation

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once...

Definition at line 48 of file fbvideograbber.h.


Enumeration Type Documentation

Enum FBVideoRenderViewingMode.

Enumerator:
FBViewingModeStandard 

Standard.

FBViewingModeModelsOnly 

Model Only.

FBViewingModeXRay 

X-Ray.

FBViewingModeCurrent 

Current.

FBViewingModeCount 

Count.

Definition at line 65 of file fbvideograbber.h.

Enum FBVideoRenderFieldMode.

Enumerator:
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.

Enumerator:
FBVideoRender24Bits 

24 bits

FBVideoRender32Bits 

32 bits

FBVideoRenderDepthCount 

Depth Count.

Definition at line 82 of file fbvideograbber.h.


Function Documentation

FB_DEFINE_COMPONENT ( K_DLLIMPORT  ,
VideoGrabber   
)

Go to the source code of this file.