A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
pause() — method, interface com.distriqt.extension.mediaplayer.MediaPlayerView
Pauses the playback in the media player.
pause() — method, interface com.distriqt.extension.mediaplayer.SystemControl
Dispatches a system pause event that should be received by the active player.
pause() — method, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer
Pauses the playback in the media player.
PAUSE — Constant Static Property, class com.distriqt.extension.mediaplayer.events.RemoteCommandCenterEvent
Dispatched when the pause button was pressed
PAUSED — Constant Static Property, class com.distriqt.extension.mediaplayer.events.AudioPlayerEvent
PAUSED — Constant Static Property, class com.distriqt.extension.mediaplayer.events.MediaPlayerEvent
Dispatched when the media playback is paused
play() — method, interface com.distriqt.extension.mediaplayer.MediaPlayerView
Starts playback of the loaded media (or schedules it to play when the media is available).
play() — method, interface com.distriqt.extension.mediaplayer.SystemControl
Dispatches a system play event that should be received by the active player.
play(loops:int) — method, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer
Starts playback of the loaded media (or schedules it to play when the media is available).
play(loops:int, sndTransform:flash.media:SoundTransform) — method, interface com.distriqt.extension.mediaplayer.sound.Sound
Generates a new SoundChannel object to control the sound and initiates playback
PLAY — Constant Static Property, class com.distriqt.extension.mediaplayer.events.RemoteCommandCenterEvent
Dispatched when the play button was pressed
playbackSpeedEnabled — Property, class com.distriqt.extension.mediaplayer.audio.AudioPlayerOptions
If you wish to control the playback speed of the audio in this player you should enable this option.
PLAYING — Constant Static Property, class com.distriqt.extension.mediaplayer.events.AudioPlayerEvent
PLAYING — Constant Static Property, class com.distriqt.extension.mediaplayer.events.MediaPlayerEvent
Dispatched when playback of the media begins
playPause() — method, interface com.distriqt.extension.mediaplayer.SystemControl
Dispatches a system play/pause event that should be received by the active player and toggles the play state.
position — Property, interface com.distriqt.extension.mediaplayer.MediaPlayerView
The current playback position of the media in seconds.
position — Property, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer
The current playback position of the media in seconds.
position — Property, class com.distriqt.extension.mediaplayer.events.RemoteCommandCenterEvent
If this event involved changing the position of the playback this contains the new requested playback position in seconds.
POSITION_CHANGED — Constant Static Property, class com.distriqt.extension.mediaplayer.events.RemoteCommandCenterEvent
Dispatched when the position of the progress bar was changed.
previous() — method, interface com.distriqt.extension.mediaplayer.SystemControl
Dispatches a system previous track event that should be received by the active player.
PREVIOUS — Constant Static Property, class com.distriqt.extension.mediaplayer.events.RemoteCommandCenterEvent
Dispatched when the previous track button was pressed.
PROGRESS — Constant Static Property, class com.distriqt.extension.mediaplayer.events.MediaProgressEvent
Progress event dispatched when the media is being played in the media player.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z