BB FlashBack SDK: FBRecorder

UseNewSoundFormat

Description

This setting determines whether sound is recorded in MP2 or MP3 format, when the CompressSound property is set to true. MP2 format has the advantage that repeated editing will not degrade audio quality.

UseNewSoundFormat is set to true by default. If SaveMovieInOldFOrmat is set to true, UseNewSoundFormat is set to false automatically.

Syntax

[C#/C++]
public: Bool UseNewSoundFormat;

[VB.NET]
Public Property UseNewSoundFormat As Boolean

See Also

FBRecorder::CompressSound  FBRecorder::SaveMovieInOldFormat