Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 4.13 KB

nn-strmif-iamtimecodegenerator.md

File metadata and controls

74 lines (60 loc) · 4.13 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:strmif.IAMTimecodeGenerator
IAMTimecodeGenerator (strmif.h)
The IAMTimecodeGenerator interface controls how an external SMPTE/MIDI timecode generator supplies data to the filter graph.DirectShow currently does not provide any filters that implement this interface.
IAMTimecodeGenerator
IAMTimecodeGenerator interface [DirectShow]
IAMTimecodeGenerator interface [DirectShow]
described
IAMTimecodeGeneratorInterface
dshow.iamtimecodegenerator
strmif/IAMTimecodeGenerator
dshow\iamtimecodegenerator.htm
dshow
7fe74fc2-03bd-43dd-917f-ee0149f1e17f
4/26/2023
IAMTimecodeGenerator, IAMTimecodeGenerator interface [DirectShow], IAMTimecodeGenerator interface [DirectShow],described, IAMTimecodeGeneratorInterface, dshow.iamtimecodegenerator, strmif/IAMTimecodeGenerator
strmif.h
Dshow.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Strmiids.lib
Windows
19H1
IAMTimecodeGenerator
strmif/IAMTimecodeGenerator
c++
APIRef
kbSyntax
COM
Strmiids.lib
Strmiids.dll
IAMTimecodeGenerator

IAMTimecodeGenerator interface

-description

[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 IAMTimecodeGenerator interface controls how an external SMPTE/MIDI timecode generator supplies data to the filter graph.

DirectShow currently does not provide any filters that implement this interface. Third parties should implement this interface on any filter that controls an external timecode generator. Timecode generators can be built into a VCR or can be separate external devices. The device must be able to read timecode and send it to the computer over its control interface. If not, the user must have a timecode reader card in the computer, or you can write a software decoder that converts VITC embedded in captured video frames or LTC captured as an audio signal into DirectShow timecode samples.

SMPTE timecode is a frame addressing system that identifies video and audio sources, makes automatic track synchronization possible, and provides a container for additional data related to the production. SMPTE timecode's main purpose is to provide a machine-readable address for video and audio. It is displayed in hh:mm:ss:ff format and is thoroughly defined in ANSI/SMPTE 12-1986.

Optionally, you can enable applications to convert timecode to reference time by supporting the IMediaSeeking::ConvertTimeFormat method on the filter.

Hardware Requirements

For hardware requirements, see the IAMExtTransport interface.

-inheritance

The IAMTimecodeGenerator interface inherits from the IUnknown interface. IAMTimecodeGenerator also has these types of members:

-see-also

IAMTimecodeReader Interface