VistaCoreAudioApiHelperSetChannelVolume Method

Sets the volume for an specific device channel.

Definition

Namespace: DevCase.ThirdParty.VistaCoreAudioApi
Assembly: DevCase.net48.ThirdParty.VistaCoreAudioApi (in DevCase.net48.ThirdParty.VistaCoreAudioApi.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void SetChannelVolume(
	DeviceChannel channel,
	int volume
)

Parameters

channel  DeviceChannel

[Missing <param name="channel"/> documentation for "M:DevCase.ThirdParty.VistaCoreAudioApi.VistaCoreAudioApiHelper.SetChannelVolume(DevCase.ThirdParty.VistaCoreAudioApi.DeviceChannel,System.Int32)"]

volume  Int32

[Missing <param name="volume"/> documentation for "M:DevCase.ThirdParty.VistaCoreAudioApi.VistaCoreAudioApiHelper.SetChannelVolume(DevCase.ThirdParty.VistaCoreAudioApi.DeviceChannel,System.Int32)"]

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet libraries:

Vista Core Audio API Master Volume Control by Ray M.

See Also