Controls
The controls available to manage playback on a MediaPlayer
Constructors
Types
A ControlType that indicates a MediaPlayer is preparing its PlayableMedia
A type of control to manage playback on a MediaPlayer
A ControlType that indicates a MediaPlayer is in an error state
A ControlType that allows a MediaPlayer to be paused
A ControlType that allows a MediaPlayer to be started
A ControlType that allows a MediaPlayer to seek its current playback to a given Duration
A ControlType that provides and adjusts the PlaybackState.LoopMode of the current playback of a MediaPlayer
A ControlType that provides and adjusts the rate of the current playback of a MediaPlayer
A ControlType that allows a MediaPlayer to be stopped
A ControlType that allows a MediaPlayer to be resumed after being paused
Properties
the AwaitPreparation control available
A set of all ControlType currently available
the DisplayError control available
the Pause control available
the Play control available
the Seek control available
the SetLoopMode control available
the SetRate control available
the Stop control available
the Unpause control available
Functions
Gets a given ControlType if available
Attempts to do Pause.perform on pause if it exists
Attempts to do Play.perform on play if it exists
Attempts to do SetLoopMode.perform on setLoopMode if it exists
Attempts to do SetRate.perform on setRate if it exists
Attempts to do Stop.perform on stop if it exists
Attempts to do Unpause.perform on unpause if it exists