Class MsSmoothOutputDefinition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.MsSmoothOutputDefinition.Jsii$Proxy
- All Implemented Interfaces:
MsSmoothOutputDefinition,OutputDefinition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MsSmoothOutputDefinition
@Stability(Experimental)
@Internal
public static final class MsSmoothOutputDefinition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MsSmoothOutputDefinition
An implementation for
MsSmoothOutputDefinition-
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.MsSmoothOutputDefinition
MsSmoothOutputDefinition.Builder, MsSmoothOutputDefinition.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMsSmoothOutputDefinition.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) The encode configurations to wire to this output.final H265PackagingType(experimental) For H.265 video, whether to package as HEV1 or HVC1.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 theMsSmoothOutputDefinition.Builder.
-
-
Method Details
-
getH265PackagingType
Description copied from interface:MsSmoothOutputDefinition(experimental) For H.265 video, whether to package as HEV1 or HVC1.Default: - service default
- Specified by:
getH265PackagingTypein interfaceMsSmoothOutputDefinition
-
getNameModifier
Description copied from interface:MsSmoothOutputDefinition(experimental) A string concatenated to the end of the destination file name.Required if the output group contains more than one output.
Default: - no name modifier
- Specified by:
getNameModifierin interfaceMsSmoothOutputDefinition
-
getEncodes
Description copied from interface:OutputDefinition(experimental) The encode configurations to wire to this output.- Specified by:
getEncodesin interfaceOutputDefinition
-
getOutputName
Description copied from interface:OutputDefinition(experimental) The name of this output.Must be unique across all outputs in the channel.
- Specified by:
getOutputNamein interfaceOutputDefinition
-
$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()
-