PillarboxBuilder
A builder class for creating instances of PillarboxExoPlayer.
This builder provides a fluent API for configuring various aspects of the player, such as asset loaders, coroutine context, seek increments, ...
Inheritors
Functions
Registers a custom AssetLoader with the PillarboxExoPlayer.
Sets the internal Clock used by the player.
Sets the CoroutineContext used by the player.
Disables the monitoring for this player.
Sets the LoadControl used by the player.
Sets the maximum duration the player can seek backward when using Player.seekToPrevious.
Logs all monitoring events to Logcat.
Configures monitoring for this player.
Configures the monitoring to send all events to a remote server.
Sets the Looper used by the player.
Sets the ExoPlayer.PreloadConfiguration used by the player.
Sets the duration by which the player seeks backward when performing a "seek backward" operation.
Sets the duration by which the player seeks forward when performing a "seek forward" action.
Registers a custom AssetLoader with the PillarboxExoPlayer.