Video Grabbing Options structure.
Contain options to control how the grabbing process will occur.
Definition at line 90 of file fbvideograbber.h.
#include <fbvideograbber.h>
Public Attributes |
|
FBTimeSpan | mTimeSpan |
Property: Start and stop selection
time to grab. |
|
FBTime | mTimeSteps |
Property: Time step length between
each grab. |
|
FBCameraResolutionMode | mCameraResolution |
Property: Camera Resolution. |
|
FBVideoRenderDepth | mBitsPerPixel |
Property: Video grab color depth.
|
|
FBVideoRenderFieldMode | mFieldMode |
Property: Video grab field mode.
|
|
FBVideoRenderViewingMode | mViewingMode |
Property: Video grab viewing mode.
|
|
FBStereoDisplayMode | mStereoDisplayMode |
Property: Video grab stereo display
mode. |
|
FBString | mOutputFileName |
Property: Grabbing destination file.
|
|
bool | mShowSafeArea |
Property: If true, display safe area.
|
|
bool | mShowTimeCode |
Property: If true, display time code
information. |
|
bool | mShowCameraLabel |
Property: If true, display camera
label information. |
|
bool | mAntiAliasing |
Property: If true, video frames will
be anti-aliased. |
|
bool | mRenderAudio |
Property: If true and there's audio
in the scene, add audio to the output file. |
|
FBAudioFmt | mAudioRenderFormat |
Property: Audio render format.
|
|
int | mStillImageCompression |
Property: Compression ratio for
image(jpg) 0-100 where 0=Greatest compression, 100=Least
Compression. |
Property: Start and stop selection time to grab.
Definition at line 92 of file fbvideograbber.h.
Property: Time step length between each grab.
Definition at line 93 of file fbvideograbber.h.
Property: Camera Resolution.
Definition at line 94 of file fbvideograbber.h.
Property: Video grab color depth.
Definition at line 95 of file fbvideograbber.h.
Property: Video grab field mode.
Definition at line 96 of file fbvideograbber.h.
Property: Video grab viewing mode.
Definition at line 97 of file fbvideograbber.h.
Property: Video grab stereo display mode.
Definition at line 98 of file fbvideograbber.h.
Property: Grabbing destination file.
Definition at line 99 of file fbvideograbber.h.
bool mShowSafeArea |
Property: If true, display safe area.
NOTE: If you use your own FBView, set also this option in FBViewingOptions.
Definition at line 100 of file fbvideograbber.h.
bool mShowTimeCode |
Property: If true, display time code information.
NOTE: If you use your own FBView, set also this option in FBViewingOptions.
Definition at line 101 of file fbvideograbber.h.
bool mShowCameraLabel |
Property: If true, display camera label information.
NOTE: If you use your own FBView, set also this option in FBViewingOptions.
Definition at line 102 of file fbvideograbber.h.
bool mAntiAliasing |
Property: If true, video frames will be anti-aliased.
Definition at line 103 of file fbvideograbber.h.
bool mRenderAudio |
Property: If true and there's audio in the scene, add audio to the output file.
Definition at line 104 of file fbvideograbber.h.
Property: Audio render format.
Definition at line 105 of file fbvideograbber.h.
Property: Compression ratio for image(jpg) 0-100 where 0=Greatest compression, 100=Least Compression.
Definition at line 106 of file fbvideograbber.h.