BB FlashBack SDK: FBExportToMP4Params

AudioBitrate

Description

Sets the bitrate in KBits per second of audio in the exported movie.

Syntax

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

[VB.NET]
Public Property VideoBitrate As Long

Remarks

This value is used only when ExportSound is set to True.

Audio is exported in AAC format. The higher the bitrate of the audio, the higher the quality.

See also

  FBExportToMP4Params::ExportSound