共用方式為


IAMTimecodeGenerator::SetTimecode 方法 (strmif.h)

[與此頁面 相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayerIMFMediaEngineMedia Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayerIMFMediaEngine音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議盡可能重寫使用舊版 API 的現有程式代碼,以使用新的 API。]

方法 SetTimecode 會設定 timecode、userbit 值或兩者。

語法

HRESULT SetTimecode(
  [in] PTIMECODE_SAMPLE pTimecodeSample
);

參數

[in] pTimecodeSample

TIMECODE_SAMPLE 結構的指標。

傳回值

傳回取決於 介面實作的 HRESULT 值。

備註

若只要設定 timecode,請將 userbit 值設定為 NULL,反之亦然。 如果產生器正在執行,這些值將會立即生效。

規格需求

需求
最低支援的用戶端 Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 strmif.h (包含 Dshow.h)
程式庫 Strmiids.lib

另請參閱

錯誤和成功碼

IAMTimecodeGenerator 介面

IAMTimecodeGenerator::GetTimecode