IAMTimecodeGenerator::GetTimecode method (strmif.h)
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The GetTimecode
method retrieves the most recent timecode and/or userbit value available in the stream.
Syntax
HRESULT GetTimecode(
[out] PTIMECODE_SAMPLE pTimecodeSample
);
Parameters
[out] pTimecodeSample
Pointer to a TIMECODE_SAMPLE structure.
Return value
Returns an HRESULT value that depends on the implementation of the interface.
Remarks
Use this method to obtain the most recent timecode value available in the stream. The application can use this to monitor the timecode and verify the generator is working properly.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | strmif.h (include Dshow.h) |
Library | Strmiids.lib |