BlackoutMetadata
data class BlackoutMetadata(val blackoutAction: BlackoutAction, val blackoutUrl: String? = null) : StreamTimelineMetadata
Data containing StreamTimelineMetadata corresponding to StreamTimelineEvent
Parameters
blackoutAction
The BlackoutAction instance that represents the action to be taken.
blackoutUrl
URL of the content to be played while blackout.
Constructors
Link copied to clipboard
Creates a BlackoutMetadata instance.