Channel Request Output Item Args
data class ChannelRequestOutputItemArgs(val dashPlaylistSettings: Output<ChannelDashPlaylistSettingsArgs>? = null, val hlsPlaylistSettings: Output<ChannelHlsPlaylistSettingsArgs>? = null, val manifestName: Output<String>, val sourceGroup: Output<String>) : ConvertibleToJava<ChannelRequestOutputItemArgs>
The output configuration for this channel.
Constructors
Link copied to clipboard
constructor(dashPlaylistSettings: Output<ChannelDashPlaylistSettingsArgs>? = null, hlsPlaylistSettings: Output<ChannelHlsPlaylistSettingsArgs>? = null, manifestName: Output<String>, sourceGroup: Output<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
.