BB FlashBack SDK: FBSounds

Mute

Description

Mutes or unmutes sounds in specified frames.

Syntax

[C#/C++]
public void Mute (long lIndex, long start, long end, bool mute);

[VB.NET]
Public Sub Mute (ByVal lIndex As Integer, ByVal start As Integer, ByVal end As Integer, ByVal mute As Boolean)

Parameters

lIndex : [In] Index of the track to mute in the FBSounds collection

start : [In] the frame at which to start the mute

end : [In] the frame at which to end the mute

mute : [In] set to true to mute sounds in the selected frames, set to false to unmute them