BB FlashBack SDK: FBSoundProperties

IsMP3

Description

Returns a value indicating whether the sound is in MP3 format.

Zero for false (sound is not in MP3 format) and non-zero for true.

When a sound is being inserted into a movie by passing an FBSoundProperties object to FBEditor:InsertSound, setting IsMP3 to True for that object means that the sound file will be converted to MP3 format before being inserted.

Setting this value for a sound that has already been inserted into a movie has no effect.
 

Syntax

[C#/C++]
public long IsMP3;

[VB.NET]
Public Property IsMP3 As Integer