MultitrackInputConfiguration
A complex type that specifies multitrack input configuration.
Contents
- enabled
-
Indicates whether multitrack input is enabled. Can be set to
true
only if channel type isSTANDARD
. Settingenabled
totrue
with any other channel type will cause an exception. Iftrue
, thenpolicy
,maximumResolution
, andcontainerFormat
are required, andcontainerFormat
must be set toFRAGMENTED_MP4
. Default:false
.Type: Boolean
Required: No
- maximumResolution
-
Maximum resolution for multitrack input. Required if
enabled
istrue
.Type: String
Valid Values:
SD | HD | FULL_HD
Required: No
- policy
-
Indicates whether multitrack input is allowed or required. Required if
enabled
istrue
.Type: String
Valid Values:
ALLOW | REQUIRE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: