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)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy(contentId: String, drmInfo: MediaConfig.DrmInfo?, title: String, castImages: List<CastImage>, backgroundImage: String): CastMetaData