BB FlashBack SDK: FBMovie

CheckFLVMethod

Description

Returns a value indicating whether FLV exports will use libavcodec or 'standard' encoding. Libavcodec encoding is faster than 'standard' encoding and provides higher quality at the same file size.

Set libavcodec or standard encoding via the FBEditor::UseLibavcodec property.

This method is accessible to the Advanced edition of the SDK only.

Syntax

[C#/C++]
public long CheckFLVMethod ();

[VB.NET]
Public Function CheckFLVMethod () As long

Return Values

If the SDK is using standard encoding, the return value is zero.

If the SDK is using libavcodec, return value is 1.
 

See Also

Installing the SDK with your application  FBMovie::ExportToFLV  FBEditor::UseLibavcodec