BB FlashBack SDK: FBEditor

IsConvertToiPodSupported

Description

Returns True or False depending on whether FBEditor can convert media files to iPod compatible .m4v files via the ConvertQuickTimeToiPod method.

Syntax

[C#/C++]
public Bool IsConvertToiPodSupported;

[VB.NET]
Public Property IsConvertToiPodSupported As Boolean

Remarks

IsConvertToiPodSupported effectively indicates whether QuickTime Pro or version 7.6 or newer of the free edition of QuickTime is installed. These are the versions of QuickTime required to generate iPod compatible files.

See also

FBEditor::ConvertQuickTimeToiPod