public void SetChannelVolume(
DeviceChannel channel,
int volume
)
Public Sub SetChannelVolume (
channel As DeviceChannel,
volume As Integer
)
Dim instance As VistaCoreAudioApiHelper
Dim channel As DeviceChannel
Dim volume As Integer
instance.SetChannelVolume(channel, volume)
public:
void SetChannelVolume(
DeviceChannel channel,
int volume
)
member SetChannelVolume :
channel : DeviceChannel *
volume : int -> unit
No code example is currently available or this language may not be supported.
[Missing <param name="channel"/> documentation for "M:DevCase.ThirdParty.VistaCoreAudioApi.VistaCoreAudioApiHelper.SetChannelVolume(DevCase.ThirdParty.VistaCoreAudioApi.DeviceChannel,System.Int32)"]
[Missing <param name="volume"/> documentation for "M:DevCase.ThirdParty.VistaCoreAudioApi.VistaCoreAudioApiHelper.SetChannelVolume(DevCase.ThirdParty.VistaCoreAudioApi.DeviceChannel,System.Int32)"]