fbvideograbber.h File Reference

Video grabbing. More...

#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>
#include <fbsdk/fbaudiofmt.h>
#include <fbsdk/fbimage.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...

Typedefs

typedef FBVideoGrabOptions HFBVideoGrabOptions
  typedef FBVideoGrabOptions* HFVideoGrabOptions

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)

Detailed Description

Video grabbing.

Definition in file fbvideograbber.h.


Define Documentation

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once...

Definition at line 48 of file fbvideograbber.h.


Typedef Documentation

typedef FBVideoGrabOptions* HFVideoGrabOptions

Definition at line 109 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 64 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 72 of file fbvideograbber.h.

Enum FBVideoRenderDepth.

Enumerator:
FBVideoRender24Bits 

24 bits

FBVideoRender32Bits 

32 bits

FBVideoRenderDepthCount 

Depth Count.

Definition at line 81 of file fbvideograbber.h.


Function Documentation

FB_DEFINE_COMPONENT ( FBSDK_DLL  ,
VideoGrabber   
)