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  
seek(time:Number) — method, interface com.distriqt.extension.mediaplayer.MediaPlayerView
Seeks to the specified time in the media.
seek(time:Number) — method, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer
Seeks to the specified time in the media.
SEEKING — Constant Static Property, class com.distriqt.extension.mediaplayer.events.MediaPlayerEvent
Dispatched when a seek within the media is started.
service — Static Property, class com.distriqt.extension.mediaplayer.MediaPlayer
The singleton instance of the MediaPlayer class.
setArtist(artist:String) — method, class com.distriqt.extension.mediaplayer.MediaInfo
setArtwork(artwork:flash.display:BitmapData) — method, class com.distriqt.extension.mediaplayer.MediaInfo
setAudioOutput(audioOutput:String) — method, class com.distriqt.extension.mediaplayer.audio.AudioPlayerOptions
setAutoPlay(autoPlay:Boolean) — method, class com.distriqt.extension.mediaplayer.MediaPlayerOptions
setBackgroundColour(colour:int) — method, class com.distriqt.extension.mediaplayer.MediaPlayerOptions
setCurrentTime(currentTime:Number) — method, class com.distriqt.extension.mediaplayer.MediaInfo
setDuration(duration:Number) — method, class com.distriqt.extension.mediaplayer.MediaInfo
setFullscreen(fullscreen:Boolean, animated:Boolean) — method, interface com.distriqt.extension.mediaplayer.MediaPlayerView
Makes the media player occupy the entire screen area.
setIcon(icon:String) — method, class com.distriqt.extension.mediaplayer.MediaInfo
Sets the notification icon to display in the status bar for the ongoing playback service On Android, this must be the name of a resource drawable icon.
setMaxStreams(maxStreams:int) — method, interface com.distriqt.extension.mediaplayer.sound.SoundPool
setNowPlayingInfo(info:com.distriqt.extension.mediaplayer:MediaInfo) — method, interface com.distriqt.extension.mediaplayer.RemoteCommandCenter
Sets the information shown in the iOS command center or Android notification including artist, album and artwork.
setPlaybackSpeed(rate:Number) — method, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer
Control the playback speed of the audio.
setTitle(title:String) — method, class com.distriqt.extension.mediaplayer.MediaInfo
setViewport(viewport:flash.geom:Rectangle) — method, class com.distriqt.extension.mediaplayer.MediaPlayerOptions
setVolume(volume:Number) — method, interface com.distriqt.extension.mediaplayer.MediaPlayerView
Set the volume of the player Supported iOS 8+ and Android
setVolume(volume:Number) — method, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer
The playback volume for the audio player, ranging from 0.0 through 1.0 on a linear scale.
showControls(enable:Boolean) — method, class com.distriqt.extension.mediaplayer.MediaPlayerOptions
SKIP_BACKWARD — Constant Static Property, class com.distriqt.extension.mediaplayer.events.RemoteCommandCenterEvent
Dispatched when the skip backward button was pressed.
SKIP_FORWARD — Constant Static Property, class com.distriqt.extension.mediaplayer.events.RemoteCommandCenterEvent
Dispatched when the skip forward button was pressed.
Sound — Interface, package com.distriqt.extension.mediaplayer.sound
SoundChannel — Interface, package com.distriqt.extension.mediaplayer.sound
soundComplete — Event, interface com.distriqt.extension.mediaplayer.sound.SoundChannel
soundPool — Property, class com.distriqt.extension.mediaplayer.MediaPlayer
Access the sound pool to playback sound effects
SoundPool — Interface, package com.distriqt.extension.mediaplayer.sound
A SoundPool is a collection of samples that can be loaded into memory.
soundTransform — Property, interface com.distriqt.extension.mediaplayer.sound.SoundChannel
stop() — method, interface com.distriqt.extension.mediaplayer.MediaPlayerView
Stops the playback in the media player.
stop() — method, interface com.distriqt.extension.mediaplayer.SystemControl
Dispatches a system stop event that should be received by the active player.
stop() — method, interface com.distriqt.extension.mediaplayer.audio.AudioPlayer
Stops the playback in the media player.
stop() — method, interface com.distriqt.extension.mediaplayer.sound.SoundChannel
Stops playback of the channel
STOPPED — Constant Static Property, class com.distriqt.extension.mediaplayer.events.MediaPlayerEvent
Dispatched when the media playback is stopped
systemControl — Property, class com.distriqt.extension.mediaplayer.MediaPlayer
SystemControl — Interface, package com.distriqt.extension.mediaplayer
Defines functionality for system wide events that can be dispatched to the operating system.
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