IMFAudioStreamVolume::GetAllVolumes 方法 (mfidl.h)
检索音频流中所有声道的音量级别。
语法
HRESULT GetAllVolumes(
[in] UINT32 dwCount,
[out] float *pfVolumes
);
参数
[in] dwCount
pfVolumes 数组中的元素数。 该值必须等于通道数。 若要获取通道数,请调用 IMFAudioStreamVolume::GetChannelCount。
[out] pfVolumes
由调用方分配的 dwCount 大小的数组的地址。 方法使用流中每个通道的音量级别填充数组。
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | mfidl.h |
Library | Mfuuid.lib |