BB FlashBack SDK: FBExportToSWFParams

FrameRateMode

Description

Sets the frame rate at which to export.

Syntax

[C#/C++]
public long FrameRateMode;

[VB.NET]
Public Property FrameRateMode As Long

Remarks

Can be one of these values:

Value

Frame rate

0

Same frame rate as the native FBR movie recording.

1

1/2 frame rate of movie.

2

1/4 frame rate of movie.

3

Frame rate defined by the FrameRateCustom property.

The default frame rate for movies recorded with the capture driver is 25fps.
 

See Also

FBExportToSWFParams::FrameRateCustom