IMFMuxStreamAttributesManager::GetAttributes 方法 (mfobjects.h)
取得具有指定索引之子數據流的 IMFAttributes 。
語法
HRESULT GetAttributes(
[in] DWORD dwMuxStreamIndex,
[in] IMFAttributes **ppStreamAttributes
);
參數
[in] dwMuxStreamIndex
擷取屬性的子數據流索引。
[in] ppStreamAttributes
指定子數據流的屬性。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
無效引數。 |
|
指定的數據流子數據流索引無效。 呼叫 GetStreamCount 以取得由多任務處理媒體來源管理的子數據流數目。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 版本 1703 [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
目標平台 | Windows |
標頭 | mfobjects.h |
程式庫 | Mfplat.lib;Mfplat.dll |