BB FlashBack SDK: FBRecorder

GetVistaSoundVolumeValue

Description

Gets the current volume of a sound recording source, and its maximum and minimum values.

For use with Windows Vista only. Use GetSoundLineVolume for Windows 2000/XP.

Syntax

[C#/C++]
Public void GetVistaSoundVolumeValue (long SourceID, long *VolValue, long *VolMin, long *VolMax);

[VB.NET]
public Sub GetVistaSoundVolumeValue (ByVal SourceID as Integer, ByRef VolValue As Integer, ByRef VolMin As Integer, ByRef VolMax As Integer)

Parameters

DeviceID (in): ID of the device-source combination. Get the ID of sources from GetVistaSoundSource.

VolValue (out): current volume value, ranging from the minimum and maximum values also returned from this method

VolMin (out): minimum volume value

VolMax (out): maximum volume value

See Also

FBRecorder::SetVistaSoundVolumeValue