Class CmafIngestOutputDefinition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.CmafIngestOutputDefinition.Jsii$Proxy
- All Implemented Interfaces:
CmafIngestOutputDefinition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CmafIngestOutputDefinition
@Stability(Experimental)
@Internal
public static final class CmafIngestOutputDefinition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CmafIngestOutputDefinition
An implementation for
CmafIngestOutputDefinition-
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.medialive.alpha.CmafIngestOutputDefinition
CmafIngestOutputDefinition.Builder, CmafIngestOutputDefinition.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCmafIngestOutputDefinition.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal List<EncodeConfiguration> (experimental) Caption encodes that ride alongside the primary encode.final EncodeConfiguration(experimental) The primary encode for this output — one video or one audio track.final String(experimental) A string concatenated to the end of the destination file name.final String(experimental) The name of this output.final inthashCode()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 theCmafIngestOutputDefinition.Builder.
-
-
Method Details
-
getEncode
Description copied from interface:CmafIngestOutputDefinition(experimental) The primary encode for this output — one video or one audio track.- Specified by:
getEncodein interfaceCmafIngestOutputDefinition
-
getOutputName
Description copied from interface:CmafIngestOutputDefinition(experimental) The name of this output.Must be unique across all outputs in the channel.
- Specified by:
getOutputNamein interfaceCmafIngestOutputDefinition
-
getCaptions
Description copied from interface:CmafIngestOutputDefinition(experimental) Caption encodes that ride alongside the primary encode.Only in-band caption types are allowed (burn-in, embedded) — out-of-band captions must go in their own output.
Default: - no captions on this output
- Specified by:
getCaptionsin interfaceCmafIngestOutputDefinition
-
getNameModifier
Description copied from interface:CmafIngestOutputDefinition(experimental) A string concatenated to the end of the destination file name.Default: - no name modifier
- Specified by:
getNameModifierin interfaceCmafIngestOutputDefinition
-
$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()
-