BB FlashBack SDK: FBRecorder

SetSoundLineVolume

Description

Sets the volume of a particular sound source.

Get the current, min and max volume values for the source with GetSoundLineVolume.

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

Syntax

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

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

Parameters

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

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

VolValue (in): the new volume value for the source.

See Also

FBRecorder::GetSoundLineVolume  FBRecorder::SetSoundLineMuteValue  FBRecorder::GetSoundLineMuteValue