Channel Request Output Item
data class ChannelRequestOutputItem(val dashPlaylistSettings: ChannelDashPlaylistSettings? = null, val hlsPlaylistSettings: ChannelHlsPlaylistSettings? = null, val manifestName: String, val sourceGroup: String)
The output configuration for this channel.
Constructors
Link copied to clipboard
constructor(dashPlaylistSettings: ChannelDashPlaylistSettings? = null, hlsPlaylistSettings: ChannelHlsPlaylistSettings? = null, manifestName: String, sourceGroup: String)
Properties
Link copied to clipboard
DASH manifest configuration parameters.
Link copied to clipboard
HLS playlist configuration parameters.
Link copied to clipboard
The name of the manifest for the channel. The name appears in the PlaybackUrl
.
Link copied to clipboard
A string used to match which HttpPackageConfiguration
is used for each VodSource
.