BB FlashBack SDK: FBFrames

GetSounds

Description

Returns, in an FBSounds object, a collection of all the sounds in the movie.

Note: This method is deprecated. Use FBEditor:GetSounds instead.

Syntax

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

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

Parameters

lFrameNumber : this parameter is not used.
 

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

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  FBEditor::GetSounds