IWMCodecOutputTimestamp interface
Gets 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.
Members
The IWMCodecOutputTimestamp interface inherits from the IUnknown interface. IWMCodecOutputTimestamp also has these types of members:
Methods
The IWMCodecOutputTimestamp interface has these methods.
| Method | Description |
|---|---|
| GetNextOutputTime |
Retrieves the time stamp of the next video frame to be decoded. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also