BB FlashBack SDK: FBRecorder

SetVistaSoundVolumeValue

Description

Sets the volume of sound recording sources in Vista.

When using Windows 2000/XP, use SetSoundLineVolume instead.

Syntax

[C#/C++]
Public void SetVistaSoundVolumeValue (long DeviceID, long VolValue);

[VB.NET]
public Sub SetVistaSoundVolumeValue (ByVal DeviceID as Integer, ByVal VolValue As Integer)

Parameters

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

VolValue (in): volume of the source. Get the minimum and maximum values for this from GetVistaSoundVolumeValue.

See Also

FBRecorder::GetVistaSoundVolumeValue