コード例 #1
0
 internal AudioEndpointVolumeStepInformation(IAudioEndpointVolume parent)
 {
     Marshal.ThrowExceptionForHR(parent.GetVolumeStepInfo(out _Step, out _StepCount));
 }
コード例 #2
0
 internal AudioEndpointVolumeStepInformation(IAudioEndpointVolume parent)
 {
     Marshal.ThrowExceptionForHR(parent.GetVolumeStepInfo(out step, out stepCount));
 }
コード例 #3
0
 internal AudioEndpointVolumeStepInformation(IAudioEndpointVolume parent)
 {
     parent.GetVolumeStepInfo(out step, out stepCount);
 }