BB FlashBack SDK: FBSoundProperties

GetSoundClipProperties

Description

Fills an FBSoundClip object with the properties of a specified sound clip in the sound track represented by the FBSoundProperties object.

Syntax

[C#/C++]
public void GetSoundClipProperties (long index, FBSoundClip* pClip);

[VB.NET]
Public Sub GetSoundClipProperties (ByVal index As Integer, ByRef pClip As FBSoundClip)

Parameters

index (in) - index of the clip to retrieve.

pClip (in/out) - pointer to sound clip object. On method return, this contains properties of the specified sound clip.

Remarks

You should create the FBSoundClip object before passing its pointer into this method.

After returning from this call, you can alter the properties of the FBSoundClip object and pass its pointer into SetSoundClipProperties to write the values back to the movie.

See Also

How the sound classes work  FBSoundProperties::SoundClipsCount  FBSoundProperties::SetSoundClipProperties The FBSoundClip class