BB FlashBack SDK: FBSoundProperties

SetSoundClipProperties

Description

Sets the properties of a sound clip.

Use FBSoundProperties::GetSoundClipProperties to get a sound clip object, make changes to its properties and then write back these changes to the movie with FBSoundProperties::SetSoundClipProperties.

Syntax

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

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

Parameters

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

pClip (in) - pointer to sound clip object.

Remarks

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

After returning from that 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::GetSoundClipProperties