player-core
The player-core
module contains all non web UI related API of the Bitmovin Android Player SDK.
The Player is the main entry point that plays back and handles one or more sources while a Source represents audio and video content that can be loaded into a Player. More information on how to manage multiple sources can be found on the PlaylistApi. Player
and Sources
emit events during their lifecycle that can be subscribed to in order to enable custom workflows.
The Offline API offers the ability to download and store sources locally to enable playback with a Player without an active network connection.
This is an internal module of the Bitmovin Android Player and should not be directly added to your dependencies. It is automatically included with the top-level player
module, which also represents the main Bitmovin Player dependency.