DefaultCastOptionsProvider


@UnstableApi
class DefaultCastOptionsProvider : OptionsProvider


A convenience OptionsProvider to target the default cast receiver app.

Summary

Constants

const String!

App id that points to the Default Media Receiver app with basic DRM support.

Public constructors

Constants

APP_ID_DEFAULT_RECEIVER_WITH_DRM

const val APP_ID_DEFAULT_RECEIVER_WITH_DRM = "A12D4273": String!

App id that points to the Default Media Receiver app with basic DRM support.

Applications that require more complex DRM authentication should create a custom receiver application.

Public constructors

DefaultCastOptionsProvider

DefaultCastOptionsProvider()

Public functions

getAdditionalSessionProviders

fun getAdditionalSessionProviders(context: Context!): (Mutable)List<SessionProvider!>!

getCastOptions

fun getCastOptions(context: Context!): CastOptions!