BB FlashBack SDK: FBRecorder

SaveMovieInOldFormat

Description

Determines whether the recording will be saved in the newest format, that can only be opened by applications created with version 2.5 of the SDK, or an older format compatible with version 2.0 of the SDK.

By default, SaveMovieInOldFormat is set to true and FBRecorder saves older format movies.

FBEditor, by default, saves movies in the newer format, which is compatible only with applications created with version 2.5 of the SDK.

See FlashBack movie file format versions for more on SDK and FBR movie format versions.

Syntax

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

[VB.NET]
Public Property SaveMovieInOldFormat As Boolean

See Also

FBEditor::GetMovieVersion  FBEditor::IsMovieInOldFormat  FBMovie::SaveAsUsingFormat