BB FlashBack SDK: FBSoundProperties

Filename

Description

Optionally sets the filename of the sound when inserted into the movie using FBEditor:InsertSound.
 

Syntax

[C#/C++]
public String Name;

[VB.NET]
Public Property Filename As String
 

Remarks

When inserting an sound into a movie by use of the FBEditor::InsertSound method, the caller passes in an FBSoundProperties object. If the ShowOptions property of this object is set to True, a standard sound file selection dialog will be displayed, enabling a user to select the sound file to be inserted. If the ShowOptions property of the object is set to False, the sound file specified by the Filename property will be inserted.
 

See Also

FBEditor::InsertSound  FBSoundProperties::ShowOptions