BB FlashBack SDK: FBRecorder

GetSoundLineMuteValue

Description

Gets the mute value for a sound source.

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

Syntax

[C#/C++]
Public void GetSoundLineMuteValue (long DeviceID, long LineID, bool *Mute);

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

Parameters

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

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

Mute (out): a boolean value indicating whether the source is muted or not.

See Also

FBRecorder::GetSoundMuteLineValue