The Playertype exposes the following members.

Constructors

  Name Description
Player
Creates a new instance of the Player class.

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.)

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.

Events

  Name Description
StateChanged
Raised to notify applications that the player state has changed.

See Also