ISeekingPassThru Interface
A version of this page is also available for
4/8/2010
This interface is exposed on video renderer filters.
It has only one method, Init, which you use to instantiate and initialize a CRendererPosPassThru object. Use this object to keep track of reference times and stream times.
The IMediaSeeking and IMediaPosition interfaces 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 CRendererPosPassThru class 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 CRendererPosPassThru renderer-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 |