BitmovinCastOptionsProvider

open class BitmovinCastOptionsProvider : OptionsProvider

Represents an OptionsProvider of the cast framework. Note: - To use the BitmovinCastOptionsProvider, it must be properly added to the AndroidManifest.xml - To prevent unexpected behaviour when multiple senders try to connect to the same receiver, we recommend to set `setRelaunchIfRunning` to `true`

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAdditionalSessionProviders(appContext: Context): List<SessionProvider>
Link copied to clipboard
open fun getCastOptions(context: Context): CastOptions