IAMTimelineGroup::SetRecompFormatFromSource 方法
[與此頁面相關的功能 DirectShow是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對Windows 10和Windows 11進行優化。 Microsoft 強烈建議新程式碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式碼盡可能重寫為使用新的 API。
注意
[已被取代。 此 API 可能會從未來的 Windows 版本中移除。]
方法會 SetRecompFormatFromSource
使用來源檔案的壓縮格式來設定視訊重新壓縮格式。
語法
HRESULT SetRecompFormatFromSource(
IAMTimelineSrc *pSource
);
參數
-
pSource
-
來源物件的 IAMTimelineSrc 介面指標。
傳回值
傳回 HRESULT 值。 可能的值如下。
傳回碼 | 描述 |
---|---|
|
成功。 |
|
群組不在時程表內。 |
|
記憶體不足。 |
|
Null 指標引數。 |
|
不正確媒體類型。 群組不是影片群組,或來源檔案沒有視訊串流。 |
備註
這個方法會尋找與 pSource相關聯的來源檔案、擷取檔案中第一個視訊資料流程的媒體類型,並使用該類型設定群組壓縮格式。 如需壓縮格式的詳細資訊,請參閱 IAMTimelineGroup::SetSmartRecompressFormat。
注意
標頭檔 Qedit.h 與 7 版之後的 Direct3D 標頭不相容。
注意
若要取得 Qedit.h,請下載Windows Vista Microsoft Windows SDK Update 和 .NET Framework 3.0。 Qedit.h 不適用於 Windows 7 和 .NET Framework 3.5 Service Pack 1 的 Microsoft Windows SDK。
規格需求
需求 | 值 |
---|---|
標頭 |
|
程式庫 |
|
另請參閱