Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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