Channel Multitrack Input Configuration Args
data class ChannelMultitrackInputConfigurationArgs(val enabled: Output<Boolean>? = null, val maximumResolution: Output<ChannelMultitrackInputConfigurationMaximumResolution>? = null, val policy: Output<ChannelMultitrackInputConfigurationPolicy>? = null) : ConvertibleToJava<ChannelMultitrackInputConfigurationArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, maximumResolution: Output<ChannelMultitrackInputConfigurationMaximumResolution>? = null, policy: Output<ChannelMultitrackInputConfigurationPolicy>? = null)
Properties
Link copied to clipboard
Indicates whether multitrack input is enabled. Can be set to true only if channel type is STANDARD. Setting enabled to true with any other channel type will cause an exception. If true, then policy, maximumResolution, and containerFormat are required, and containerFormat must be set to FRAGMENTED_MP4. Default: false.
Link copied to clipboard
Maximum resolution for multitrack input. Required if enabled is true.
Link copied to clipboard
Indicates whether multitrack input is allowed or required. Required if enabled is true.