BrightcoveCastMediaManager

Constructors

Link copied to clipboard
constructor(context: Context, eventEmitter: EventEmitter)
constructor(context: Context, eventEmitter: EventEmitter, mediaControllerConfig: MediaControllerConfig)

Functions

Link copied to clipboard
open fun enableCustomData(enableCustomData: Boolean)
If enabled, custom data is added to the MediaInfo object when sending information to the Cast receiver app.
Link copied to clipboard
Link copied to clipboard
If enabled, the video playing locally will be automatically loaded to your Chromecast app receiver as soon as you get connected.
Link copied to clipboard
Whether custom data is enabled or not.
Link copied to clipboard
Link copied to clipboard
open fun setAutoCastIfPlaying(autoCastIfPlaying: Boolean)
If enabled, the video playing locally will be automatically loaded to your Chromecast app receiver as soon as you get connected.
Link copied to clipboard
open fun setCustomData(customData: CustomData)
The Brightcove CustomData to be used when sending custom data to the Cast receiver app.
Link copied to clipboard
open fun setQueueingSupported(isQueueingSupported: Boolean)
Whether queueing is supported in the cast receiver app.
Link copied to clipboard