MediaSource Members
Include Protected Members
Include Inherited Members
The MediaSource class is the base class for all media sources and provides an encapsulation for all media.
The MediaSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
Duration | Gets the duration, in milliseconds, of the source. |
Top
Methods
Name | Description | |
---|---|---|
BeginPrepareSource | Prepares the media source. | |
Close | Closes the source. | |
EndPrepareSource | Ends the operation initiated by BeginPrepareSource. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top