INotifySeek Interface

The transform can optionally implement the INotifySeek interface to receive notifications of playback discontinuities because of a seek operation in the file by the user. Unless your transform needs to be notified of stream-seeking, it does not need to implement this interface.

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

Method Description
OnPipelineSeeked Alerts the application that there will be a discontinuity because of a seek operation in the stream.

See Also