BB FlashBack SDK: FBRecorder

SetSoundLineMuteValue

Description

Mutes or unmutes a sound source.

This method should only be used for Windows 2000/XP. When running on Windows Vista, use SetVistaSoundVolumeValue.

Syntax

[C#/C++]
Public void SetSoundLineMuteValue (long DeviceID, long SourceLineID, bool Mute);

[VB.NET]
public Sub SetSoundLineMuteValue (ByVal DeviceID as Integer, ByVal SourceLineID As Integer, ByVal Mute As Boolean)

Parameters

DeviceID (in): the ID of a device, returned from GetSoundDevice.

SourceLineID (in): the line ID of a sound source, returned from GetSoundSource.

Mute (in): sets Muting to true or false for the source specified by SourceLineID.

See Also

FBRecorder::GetSoundLineMuteValue