Class CfnChannel.MultitrackInputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.CfnChannel.MultitrackInputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.MultitrackInputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.MultitrackInputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.MultitrackInputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.MultitrackInputConfigurationProperty
An implementation for
CfnChannel.MultitrackInputConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.CfnChannel.MultitrackInputConfigurationProperty
CfnChannel.MultitrackInputConfigurationProperty.Builder, CfnChannel.MultitrackInputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.MultitrackInputConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.MultitrackInputConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnChannel.MultitrackInputConfigurationPropertyIndicates 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.
Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getEnabledin interfaceCfnChannel.MultitrackInputConfigurationProperty- See Also:
-
getMaximumResolution
Description copied from interface:CfnChannel.MultitrackInputConfigurationPropertyMaximum resolution for multitrack input.Required if enabled is true.
- Specified by:
getMaximumResolutionin interfaceCfnChannel.MultitrackInputConfigurationProperty- See Also:
-
getPolicy
Description copied from interface:CfnChannel.MultitrackInputConfigurationPropertyIndicates whether multitrack input is allowed or required.Required if enabled is true.
- Specified by:
getPolicyin interfaceCfnChannel.MultitrackInputConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-