INotifySeek::OnPipelineSeeked
The OnPipelineSeeked method alerts the application that there will be a discontinuity because of a seek operation in the stream.
Syntax
HRESULT OnPipelineSeeked();
Parameters
This method takes no parameters.
Return Values
The application's return value will not be processed by Windows Movie Maker.
Requirements
Client: Windows Vista
Header: Include gputransformplugin.h and GPUPipelineTime.h.
Library: Use GPUPipelineVC7.lib (for Visual Studio .NET) or GPUPipelineVC8.lib (for Visual Studio 2005).
See Also