IMFSensorStream::GetMediaType 方法 (mfidl.h)
擷取代表感測器數據流所支持媒體類型的 IMFMediaType 。
語法
HRESULT GetMediaType(
[in] DWORD dwIndex,
[out] IMFMediaType **ppMediaType
);
參數
[in] dwIndex
要擷取 之IMFMediaType 的0型索引。 此值必須介於 0 與 GetMediaTypeCount - 1 傳回的值之間。
[out] ppMediaType
擷取的媒體類型。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
ppMediaType 參數為 null。 |
|
dwIndex 不在允許的範圍內。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 版本 1703 [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
目標平台 | Windows |
標頭 | mfidl.h |
程式庫 | Mfplat.lib;Mfplat.dll |