public final class Player extends APlayer<Player>
APlayer.ComponentListener, APlayer.ComponentReceiver
IPlayer.Listener
abAutoClear, abEnabled, abEndPosition, abInterval, abLoopedCount, abLoopMode, abStartPosition, audioMgrHelper, componentIntentFilter, componentListener, componentReceiver, context, currentMediaId, currentPosUnitIndex, enabledAudioFocusManage, handler, internalPlayer, isInAB, isInPosUnit, listeners, methodAgent, pendingSeekToMs, posUnitList, posUnitLoopedCount, posUnitLoopEnabled, posUnitLoopIndexList, posUnitLoopInterval, posUnitLoopMode, shouldAutoPlayWhenPrepared, shouldAutoPlayWhenSeekComplete, TAG, updatePlayProgressDelayMs, wifiLock
STATE_BUFFERING, STATE_ENDED, STATE_GOT_SOURCE, STATE_IDLE, STATE_READY
Constructor and Description |
---|
Player(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
protected Player |
returnThis()
Sub Class Override
|
abLoopProcessing, abProgress, addListener, beforeStart, calibrateCurrentPositionUnitIndex, clearAB, clearVideo, configureAudioFocus, fastForwardRewind, getAudioMgrHelper, getComponentIntentFilter, getComponentListener, getComponentReceiver, getCurrentMediaId, getCurrentPosition, getCurrentPositionUnitIndex, getDuration, getMediaQueue, getPlaybackSpeed, getPlaybackState, getVolume, haveSeekToPending, init, initConfig, internalPlayer, isPlayable, isPlaying, isPrepared, onABProgress, onAudioFocusChange, onBufferingUpdate, onCompletion, onError, onInfo, onIntent, onNotificationRequired, onPlayProgress, onPositionUnitProgress, onPrepared, onSeekComplete, onStateChanged, onVideoSizeChanged, pause, play, play, play, playMediaId, positionUnitLoopProcessing, positionUnitProgress, posUnitListAvailable, prepare, prepare, prepare, prepare, prepareMediaId, prepareMediaId, registerComponentReceiver, release, removeListener, reset, seekTo, seekTo, seekToPending, seekToPositionUnitIndex, seekToProgress, setAB, setAB, setABLoop, setClearAB, setCurrentPositionUnitIndex, setEnabledAudioFocusManage, setEnabledPositionUnitLoop, setEnabledWifiLock, setMediaQueue, setPlaybackSpeed, setPositionUnitList, setPositionUnitLoop, setPositionUnitLoopIndexList, setUpdatePlayProgressDelayMs, setVideo, setVideo, setVolume, shouldAutoPlayWhenSeekComplete, shutdown, start, stop, supportBaseOnContextOfFunctionModule, unregisterComponentReceiver, updatePlayProgress, updatePlayProgressInterruptConditions
protected Player returnThis()
APlayer
public class Player extends APlayer<Player> { @Override protected Player returnThis() { return this; } }
returnThis
in class APlayer<Player>