BB FlashBack SDK: FBExportToQuickTimeParams

DataRateType

Description

Determines how the data rate will be set for the exported movie.

Syntax

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

[VB.NET]
Public Property DataRateType As Long

Remarks

DataRateType can take one of the following values:

0 - Automatic (varies according to the Quality property)

1 - Average (the value of the DataRate property is used)

2 - Manual (the DataRateMin and DataRateMax properties are used to determine upper and lower boundaries for the datarate)

See also

 FBExportToQuickTimeParams::Quality  FBExportToQuickTimeParams::DataRate  FBExportToQuickTimeParams::DataRateMin  FBExportToQuickTimeParams::DataRateMax  FBExportToQuickTimeParams::Multipass  FBExportToQuickTimeParams::KeyFrame