Package-level declarations
Types
Link copied to clipboard
data class ProgramInfo(var programId: String? = null, var programStartTime: String? = null, var programEndTime: String? = null, var isBlackout: Boolean = false, var custom: Map<String, Any>? = null) : StreamTimelineMetadata
program info holds all the metadata of current and next program.