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