IMFExtendedCameraController::GetExtendedCameraControl 方法 (mfidl.h)
取得 IMFExtendedCameraControl的實例,可讓應用程式取得目前擷取裝置的擴充屬性控制項。
語法
HRESULT GetExtendedCameraControl(
DWORD dwStreamIndex,
ULONG ulPropertyId,
IMFExtendedCameraControl **ppControl
);
參數
dwStreamIndex
DWORD,表示要用於此屬性的資料流程索引。 指定 MF_CAPTURE_ENGINE_MEDIASOURCE ,指出擴充屬性是篩選層級屬性。
ulPropertyId
識別碼,指出用來識別 KSPROPERTYSETID_ExtendedCameraControl內屬性的索引。
ppControl
接收代表所要求控制項之 IMFExtendedCameraControl 實例的指標。
傳回值
傳回成功時S_OK。
需求
最低支援的用戶端 | Windows 10組建 20348 |
最低支援的伺服器 | Windows 10組建 20348 |
標頭 | mfidl.h |