BB FlashBack SDK: FBMovie

IsOldFormat

Description

Returns True if the movie loaded is in format older than that used by version 2.5 of the SDK - the current version.

See FlashBack Movie File Format Versions to learn more about FBR file format versions and how they relate to SDK versions.

Syntax

[C#/C++]
public Bool IsOldFormat

[VB.NET]
public IsOldFormat as Boolean

Remarks

Older format FlashBack movies are converted to the new format on loading.

FBMovie::SaveAs should be used to save a new format movie file, while retaining the older format original. You may want to retain the original file, because the application that produced it will be unable to work with newer format FlashBack movies.

FBMovie::SaveAsUsingFormat can be used to save the movie in an older format, compatible with SDK v1.0 and 2.0 classes.

See Also

FBMovie::SaveAs  FBMovie::SaveAsUsingFormat  FBEditor::IsMovieInOldFormat