DefaultPausable Constructor
|
Initializes a new instance of the DefaultPausable class. |
Duration | Gets the duration of the pausable stream, a null reference if not defined. |
Position | Gets the current position in the pausable stream, a null reference if not defined. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FastForward | Doubles 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. |
Pause | Calls Pause. |
Play | Calls Run if the filter graph is not in the Running State and sets the PlaybackRate to 1. |
Rewind | Doubles the PlaybackRate if it was already negative; otherwise, sets it to -1. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
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. |
DefaultPausable Class | KvTv.DirectShow.Components Namespace