Action
This is the Action api where we can perform various actions on the playback engine in order to manipulate playback.
Inheritors
Properties
Sets or clears an AspectRatioAdjustingSurfaceView for the player to use for video playback.
Functions
Resets playback and immediately transition to set selected MediaProduct. Playback state will immediately change to PlaybackState.NOT_PLAYING. When this call returns, the requested media product is considered the active one.
Pauses playback of active MediaProduct.
Starts playback of active MediaProduct.
Playback makes an implicit transition to the selected MediaProduct once the currently active finishes playing.
Sets repeat one mode on or off. Repeat all is handled by the host.
Changes the currently loaded media product to the one set previously via setNext, implicitly continuing playback if it was ongoing.