class com.google.ads.studio.video.LoadingState
This player state defines the time between when the player is in its initial state and when it has made a successful connection.
Constructors
LoadingState(videoController:
VideoController)
Instance Methods
Defined in: com.google.ads.studio.video:AbstractPlayerState
getStateType()
:
String
Returns the player state as a string such as "InitialState",
"BufferingState", "LoadingState",
"PausedState", "PlayingState", or
"StoppedState". It is encouraged to use
videoController.getPlayerState() and match against the
relevant class using instanceof or is.
pause(alwaysPause:Boolean=false)
:
AbstractPlayerStateThe pause command implementation for the current state.
play()
:
AbstractPlayerStateThe play command implementation for the current state.
seek(time:Number)
:
AbstractPlayerStateThe seek command implementation for the current state.
stop()
:
AbstractPlayerStateThe stop command implementation for the current state.
