ChannelMultitrackInputConfiguration

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, maximumResolution: ChannelMultitrackInputConfigurationMaximumResolution? = null, policy: ChannelMultitrackInputConfigurationPolicy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

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.