public int GetChannelVolume(
int channelIndex
)
Public Function GetChannelVolume (
channelIndex As Integer
) As Integer
Dim instance As VistaCoreAudioApiHelper
Dim channelIndex As Integer
Dim returnValue As Integer
returnValue = instance.GetChannelVolume(channelIndex)
public:
int GetChannelVolume(
int channelIndex
)
member GetChannelVolume :
channelIndex : int -> int
No code example is currently available or this language may not be supported.
[Missing <param name="channelIndex"/> documentation for "M:DevCase.ThirdParty.VistaCoreAudioApi.VistaCoreAudioApiHelper.GetChannelVolume(System.Int32)"]