IMFTransform::GetOutputStreamAttributes 方法 (mftransform.h)
取得此 Media Foundation 轉換上輸出數據流的屬性存放區, (MFT) 。
語法
HRESULT GetOutputStreamAttributes(
[in] DWORD dwOutputStreamID,
[out] IMFAttributes **pAttributes
);
參數
[in] dwOutputStreamID
輸出數據流識別碼。 若要取得串流標識符的清單,請呼叫 IMFTransform::GetStreamIDs。
[out] pAttributes
接收 IMFAttributes 介面的指標。 呼叫端必須釋放 介面。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
MFT 不支援輸出資料流屬性。 |
|
無效的數據流標識碼。 |
備註
除非 MFT 需要支援一組特定的屬性,否則這個方法的實作是選擇性的。
若要取得整個 MFT 的屬性存放區,請呼叫 IMFTransform::GetAttributes。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | mftransform.h |
程式庫 | Mfuuid.lib |