CastMetaData

data class CastMetaData(val contentId: String, val drmInfo: MediaConfig.DrmInfo?, val title: String, val castImages: List<CastImage>, val backgroundImage: String)

CastMetaData includes basic attributes of content and it is receiving from receiver.

Constructors

Link copied to clipboard
constructor(contentId: String, drmInfo: MediaConfig.DrmInfo?, title: String, castImages: List<CastImage>, backgroundImage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundImage: String
Link copied to clipboard
Link copied to clipboard
val contentId: String
Link copied to clipboard
Link copied to clipboard
val title: String

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
Link copied to clipboard
operator fun component3(): String
Link copied to clipboard
operator fun component4(): List<CastImage>
Link copied to clipboard
operator fun component5(): String
Link copied to clipboard
fun copy(contentId: String, drmInfo: MediaConfig.DrmInfo?, title: String, castImages: List<CastImage>, backgroundImage: String): CastMetaData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean