Const
Initialize BitmovinCastManager
based on the provided BitmovinCastManagerOptions
.
This method needs to be called before Player
creation to enable casting features.
If no options are provided, the default options will be used.
IMPORTANT: This should only be called when the Google Cast SDK is available in the application.
Returns whether the BitmovinCastManager
is initialized.
Sends the given message to the cast receiver.
Must be called in every Android Activity to update the context to the current one. Make sure to call this method on every Android Activity switch.
Singleton providing access to GoogleCast related features. The
BitmovinCastManager
needs to be initialized by callingBitmovinCastManager.initialize
beforePlayer
creation to enable casting features.