IWMCodecOutputTimestamp Interface

banner art

Provides a single method to retrieve the time stamp of the next video frame to be decoded.

This interface is implemented by the video decoders. You can obtain a pointer to IWMCodecOutputTimestamp by calling the QueryInterface method of any other interface of the decoder object, such as IMediaObject or IMFTransform.

In addition to the methods inherited from IUnknown, the IWMCodecOutputTimestamp interface exposes the following method.

Method Description
GetNextOutputTime Retrieves the time stamp of the next video frame to be decoded.

See Also