Remote Control Config
data class RemoteControlConfig(receiverStylesheetUrl: String?, customReceiverConfig: Map<String, String?>, isCastEnabled: Boolean, sendManifestRequestsWithCredentials: Boolean, sendSegmentRequestsWithCredentials: Boolean, sendDrmLicenseRequestsWithCredentials: Boolean) : Parcelable
Content copied to clipboard
Configures the remote receiver app.
Constructors
RemoteControlConfig
Link copied to clipboard
fun RemoteControlConfig(receiverStylesheetUrl: String? = null, customReceiverConfig: Map<String, String?> = emptyMap(), isCastEnabled: Boolean = true, sendManifestRequestsWithCredentials: Boolean = false, sendSegmentRequestsWithCredentials: Boolean = false, sendDrmLicenseRequestsWithCredentials: Boolean = false)
Content copied to clipboard
Properties
customReceiverConfig
Link copied to clipboard
A Map containing custom configuration values that are sent to the remote control receiver.
isCastEnabled
Link copied to clipboard
receiverStylesheetUrl
Link copied to clipboard
sendDrmLicenseRequestsWithCredentials
Link copied to clipboard
sendManifestRequestsWithCredentials
Link copied to clipboard
sendSegmentRequestsWithCredentials
Link copied to clipboard