interface MultitrackInputConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.CfnChannel.MultitrackInputConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#CfnChannel_MultitrackInputConfigurationProperty |
![]() | software.amazon.awscdk.services.ivs.CfnChannel.MultitrackInputConfigurationProperty |
![]() | aws_cdk.aws_ivs.CfnChannel.MultitrackInputConfigurationProperty |
![]() | aws-cdk-lib » aws_ivs » CfnChannel » MultitrackInputConfigurationProperty |
A complex type that specifies multitrack input configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivs as ivs } from 'aws-cdk-lib';
const multitrackInputConfigurationProperty: ivs.CfnChannel.MultitrackInputConfigurationProperty = {
enabled: false,
maximumResolution: 'maximumResolution',
policy: 'policy',
};
Properties
Name | Type | Description |
---|---|---|
enabled? | boolean | IResolvable | Indicates whether multitrack input is enabled. |
maximum | string | Maximum resolution for multitrack input. |
policy? | string | Indicates whether multitrack input is allowed or required. |
enabled?
Type:
boolean |
IResolvable
(optional, default: false)
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.
maximumResolution?
Type:
string
(optional)
Maximum resolution for multitrack input.
Required if enabled is true.
policy?
Type:
string
(optional)
Indicates whether multitrack input is allowed or required.
Required if enabled is true.