Managed DirectShow Programming Reference

IPausable Members

IPausable overview

Public Instance Properties

DurationGets the duration of the pausable stream, a null reference if not defined.
PositionGets the current position in the pausable stream, a null reference if not defined.

Public Instance Methods

FastForwardFast forwards the stream. Multiple calls double playback rate.
PausePauses the stream.
PlayPlays the stream, i.e. resumes from pause or sets the playback rate to one.
RewindRewinds the stream. Multiple calls double playback rate.

See Also

IPausable Interface | KvTv.DirectShow.Components Namespace