[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Implements IPausable based on IMediaSeeking and IMediaControl objects.

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

Syntax

Visual Basic (Declaration)
Public Class DefaultPausable _
	Implements IPausable
C#
public class DefaultPausable : IPausable
Visual C++
public ref class DefaultPausable : IPausable

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.

Inheritance Hierarchy

System.Object
  KvTv.DirectShow.Components.DefaultPausable