IAudioEndpointVolumeEx::GetVolumeRangeChannel 메서드(endpointvolume.h)
GetVolumeRangeChannel 메서드는 지정된 채널의 볼륨 범위를 가져옵니다.
구문
HRESULT GetVolumeRangeChannel(
[in] UINT iChannel,
[out] float *pflVolumeMindB,
[out] float *pflVolumeMaxdB,
[out] float *pflVolumeIncrementdB
);
매개 변수
[in] iChannel
볼륨 범위를 가져올 채널 번호입니다. 오디오 스트림에 n 채널이 있는 경우 채널 번호는 0에서 n– 1로 지정됩니다. 스트림의 채널 수를 가져오려면 IAudioEndpointVolume::GetChannelCount 메서드를 호출합니다.
[out] pflVolumeMindB
채널의 최소 볼륨 수준(데시벨)을 받습니다.
[out] pflVolumeMaxdB
채널의 최대 볼륨 수준(데시벨)을 받습니다.
[out] pflVolumeIncrementdB
채널의 볼륨 증분을 데시벨 단위로 받습니다.
반환 값
메서드가 성공하면 S_OK가 반환되고, 실패할 경우 가능한 반환 코드는 다음 표에 표시된 값을 포함하지만 이에 국한되지 않습니다.
반환 코드 | 설명 |
---|---|
|
pfLevelMinDB, pfLevelMaxDB 또는 pfVolumeIncrementDB 매개 변수는 NULL입니다. |
요구 사항
지원되는 최소 클라이언트 | Windows 7 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 R2 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | endpointvolume.h |