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.
Members
The INotifySeek interface inherits from the IUnknown interface. INotifySeek also has these types of members:
Methods
The INotifySeek interface has these methods.
Method | Description |
---|---|
OnPipelineSeeked | Alerts the application that there will be a discontinuity because of a seek operation in the stream. |