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 |
程式庫 | Mfuuid.lib |