BB FlashBack SDK: FBExportToWMVParams

AudioCodecID

Description

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

Syntax

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

[VB.NET]
Public Property AudioCodecID As Long

Remarks

This must be set to a codec index number ranging from zero to one less than the number of supported codecs.

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:AudioFormatID  FBExportToWMVParams::AudioNumPasses  FBExportToWMVParams::AudioVBR