Player Members
Include Protected Members
Include Inherited Members
The Player class represents an entity capable of playing media.
The Player type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Player | Creates a new instance of the Player class. |
Top
Properties
Name | Description | |
---|---|---|
AudioVideoFlows | Gets a read-only collection of AudioVideoFlow instances that are attached to the player. | |
Mode | Gets the player's current mode. | |
PlaybackSpeed | Gets or sets the player's playback speed. | |
Source | Gets the player's current media source. | |
State | Gets the player's current state. |
Top
Methods
Name | Description | |
---|---|---|
AttachFlow | Attaches an AudioVideoFlow instance to this player. | |
DetachFlow | Detaches an AudioVideoFlow instance from this player. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
Pause | Pauses playing the media source. | |
RemoveSource | Removes the currently attached media source from this player. | |
SetMode | Sets the player's mode. | |
SetSource | Sets the media source for the player. | |
Skip | Skips the specified number of milliseconds in the media source. | |
Start | Starts and resume playing the attached media source. | |
Stop | Stops playing the media source. | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
StateChanged | Raised to notify applications that the player state has changed. |
Top