BB FlashBack SDK: FBEditor

GetSounds

Description

Returns, in an FBSounds object, a collection of all the sound tracks in the currently open movie.

This method is accessible to the Pro and Advanced editions of the SDK only.
 

Syntax

[C#/C++]
public FBSounds* GetSounds ()

[VB.NET]
Public Function GetSounds() As FBSounds
 

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is a pointer to an FBSounds collection.
 

Remarks

If there are no sounds in the movie, the Count property of the returned FBSounds collection is set to zero.

The FlashBack SDK can create a number of separate sound tracks in a movie, where each track can contain a number of non-overlapping sound 'clips'. To read more about SDK sound classes, see How the sound classes work.
 

See Also

The FBSounds Class