BB FlashBack SDK: FBEditor

GetMovieVersion

Description

Returns the version of the format used in a given FlashBack movie file.

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

Syntax

[C#/C++]
public long GetMovieVersion ( String sFileName, bool* OldFormat)

[VB.NET]
Public Function GetMovieVersion ( ByVal sFileName As String, ByRef OldFormat As Boolean) As Long
 

Return Values

If the file is a valid FlashBack movie file, the function returns the version number of the file format.

If the file is not a FlashBack movie file, the function returns zero.

The OldFormat boolean is set to True if the file format is older than that used by this version of the FlashBack SDK (version 2).
 

See Also

FBEditor::IsMovieInOldFormat  FBMovie::SaveAsUsingFormat