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.
The Bitmovin Android Player internally consists of multiple modules that aren't meant to be included directly. Only the top-level player
module should be included in your project.