Package-level declarations
Contains all Bitmovin events and API to enable subscribing to those events.
Types
Link copied to clipboard
Includes all possible events the Player, Source or OfflineContentManager can emit.
Link copied to clipboard
Manages subscriptions to specific Events and notifies those subscribers when such an event is being emitted. Subscribers can be simple function types in Kotlin or EventListener implementations in Java. There are also reified versions of the EventEmitter API to allow for convenient usage from Kotlin.
Link copied to clipboard
Used to represent event listeners when Kotlin lambdas can not be used to conveniently subscribe to events (e.g.
Link copied to clipboard
Provides EventEmitter functionality that is more convenient for Java usage.
Link copied to clipboard
Link copied to clipboard
Includes all possible events that only the Player can emit.
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard