Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This interface is exposed on video renderer filters.
It has only one method, Init, which you use to instantiate and initialize a CRendererPosPassThruobject. Use this object to keep track of reference times and stream times.
The IMediaSeekingand IMediaPositioninterfaces can use these times to seek to various places in multimedia files.
When to Implement
Implement this interface when you write a video renderer filter that needs to keep track of reference time and stream time.
When to Use
Use this interface in your application when you want to create a CRendererPosPassThruclass object.
Methods in Vtable Order
The following table shows the method that appear in the Vtable beneath the standard COM methods inherited from IUnknown.
Method | Description |
---|---|
Initializes a CRendererPosPassThrurenderer-seeking object. |
Requirements
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have
different include file and Library requirements
For more information, see Setting Up the Build Environment See Also |