| Interface | Description |
|---|---|
| VdoPlayer |
Interface for controlling playback.
|
| VdoPlayer.InitializationListener |
Interface for callbacks related to initialization of a VdoPlayer.
|
| VdoPlayer.PlaybackEventListener |
Interface for callbacks related to playback events.
|
| VdoPlayer.PlayerHost |
Interface for classes that can provide a VdoPlayer instance to load media and control playback.
|
| Class | Description |
|---|---|
| VdoPlayer.VdoInitParams |
Initialization parameters specifying a media with other options that can be loaded
to a VdoPlayer for playback.
|
| VdoPlayer.VdoInitParams.Builder |
Builder class for creating VdoInitParams with additional options.
|
| VdoPlayerFragment | Deprecated
Use the support library based
VdoPlayerSupportFragment. |
| VdoPlayerSupportFragment |
Support library based equivalent of
VdoPlayerFragment. |
| Exception | Description |
|---|---|
| VdoPlayer.PlayerHostNotReadyException |
Thrown when
VdoPlayer.PlayerHost.getPlayer() is called on an uninitialized PlayerHost or if the hosted
VdoPlayer has been released. |