BB FlashBack SDK: FBExportToWMVParams

AudioFormatID

Description

Sets the audio format to be used in the export process.

Syntax

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

[VB.NET]
Public Property AudioFormatID As Long

Remarks

This is set to a format index ranging from zero to one less than the number of supported formats for a particular codec.

Each WMV audio codec supports a number of formats, where a format typically has a sample rate, number of channels and either a variable or constant bitrate.

The FlashBack SDK uses the same index numbers to identify codecs and their formats as is used by Microsoft's Windows Media Format SDK classes.

See Exporting to Windows Media Video for more details.
 

See also

FBExportToWMVParams:AudioCodecID  FBExportToWMVParams::AudioNumPasses  FBExportToWMVParams::AudioVBR