Managed DirectShow Programming Reference

DefaultPausable Class

[This is preliminary documentation and subject to change.]

Implements IPausable based on IMediaSeeking and IMediaControl objects.

For a list of all members of this type, see DefaultPausable Members.

System.Object
   DefaultPausable

public class DefaultPausable :

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The behaviour of this implementation is that every time the FastForward is called, the PlaybackRate is doubled. The same is true for Rewind; however, if the PlaybackRate is positive, it is set to -1 in stead.

Requirements

Namespace: KvTv.DirectShow.Components

Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

See Also

DefaultPausable Members | KvTv.DirectShow.Components Namespace