Class UdpOutputDefinition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.UdpOutputDefinition.Jsii$Proxy
- All Implemented Interfaces:
OutputDefinition,UdpOutputDefinition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UdpOutputDefinition
@Stability(Experimental)
@Internal
public static final class UdpOutputDefinition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UdpOutputDefinition
An implementation for
UdpOutputDefinition-
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.UdpOutputDefinition
UdpOutputDefinition.Builder, UdpOutputDefinition.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(UdpOutputDefinition.Builder builder) Constructor that initializes the object based on literal property values passed by theUdpOutputDefinition.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 Duration(experimental) The output buffering (overrides group-level setting).final List<EncodeConfiguration> (experimental) The encode configurations to wire to this output.final FecOutputSettingsgetFec()(experimental) Forward Error Correction (FEC) settings for this output.final M2tsSettings(experimental) MPEG-TS (M2TS) container settings for this output.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 theUdpOutputDefinition.Builder.
-
-
Method Details
-
getBuffer
Description copied from interface:UdpOutputDefinition(experimental) The output buffering (overrides group-level setting).Applied at millisecond granularity.
Default: - uses group-level buffer
- Specified by:
getBufferin interfaceUdpOutputDefinition
-
getFec
Description copied from interface:UdpOutputDefinition(experimental) Forward Error Correction (FEC) settings for this output.Default: - no FEC
- Specified by:
getFecin interfaceUdpOutputDefinition
-
getM2tsSettings
Description copied from interface:UdpOutputDefinition(experimental) MPEG-TS (M2TS) container settings for this output.Default: - service defaults
- Specified by:
getM2tsSettingsin interfaceUdpOutputDefinition
-
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()
-