IMFDeviceTransform::GetInputStreamAttributes 方法 (mftransform.h)
GetInputStreamAttributes 方法會取得此 Media Foundation 轉換上輸入數據流的屬性存放區, (MFT) 。
語法
HRESULT GetInputStreamAttributes(
[in] DWORD dwInputStreamID,
[out] IMFAttributes **ppAttributes
);
參數
[in] dwInputStreamID
Stream 需要擷取其狀態的輸入數據流標識碼。
[out] ppAttributes
接收 IMFAttributes 介面的指標。 呼叫端必須釋放 介面。
傳回值
方法會傳回 HRESULT。 可能的值包括但不限於下表中所提供的值。
傳回碼 | 描述 |
---|---|
|
轉換數據流狀態成功。 |
|
裝置 MFT 目前無法支援要求。 |
|
數據流標識碼無效。 |
備註
DTM 會使用此方法來取得特定輸入數據流的屬性存放區。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 (版本 1703) |
目標平台 | Windows |
標頭 | mftransform.h |