Managed DirectShow Programming Reference

DefaultPausable Members

DefaultPausable overview

Public Instance Constructors

DefaultPausable Constructor Initializes a new instance of the DefaultPausable class.

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

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FastForwardDoubles the PlaybackRate if it was already positive; otherwise, sets it to 2.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
PauseCalls Pause.
PlayCalls Run if the filter graph is not in the Running State and sets the PlaybackRate to 1.
RewindDoubles the PlaybackRate if it was already negative; otherwise, sets it to -1.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DefaultPausable Class | KvTv.DirectShow.Components Namespace