Class SrtOutputDefinition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.SrtOutputDefinition.Jsii$Proxy
- All Implemented Interfaces:
OutputDefinition,SrtOutputDefinition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SrtOutputDefinition
@Stability(Experimental)
@Internal
public static final class SrtOutputDefinition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SrtOutputDefinition
An implementation for
SrtOutputDefinition-
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.SrtOutputDefinition
SrtOutputDefinition.Builder, SrtOutputDefinition.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SrtOutputDefinition.Builder builder) Constructor that initializes the object based on literal property values passed by theSrtOutputDefinition.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.final List<SrtDestination> (experimental) The SRT destination(s) for this output — one per channel pipeline.final List<EncodeConfiguration> (experimental) The encode configurations to wire to this output.final SrtEncryptionType(experimental) The encryption type for the SRT output.final Duration(experimental) The SRT latency.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 theSrtOutputDefinition.Builder.
-
-
Method Details
-
getDestinations
Description copied from interface:SrtOutputDefinition(experimental) The SRT destination(s) for this output — one per channel pipeline.MediaLive publishes each SRT output to one destination per pipeline (the console calls these "Destination A" and "Destination B"). Provide a single destination for a
SINGLE_PIPELINEchannel, or two (A then B) for aSTANDARDchannel. Each pipeline can target a different listener and carry its own encryption passphrase.- Specified by:
getDestinationsin interfaceSrtOutputDefinition
-
getBuffer
Description copied from interface:SrtOutputDefinition(experimental) The output buffering.Applied at millisecond granularity.
Default: - service default
- Specified by:
getBufferin interfaceSrtOutputDefinition
-
getEncryptionType
Description copied from interface:SrtOutputDefinition(experimental) The encryption type for the SRT output.Default: - no encryption
- Specified by:
getEncryptionTypein interfaceSrtOutputDefinition
-
getLatency
Description copied from interface:SrtOutputDefinition(experimental) The SRT latency.Default: - service default
- Specified by:
getLatencyin interfaceSrtOutputDefinition
-
getM2tsSettings
Description copied from interface:SrtOutputDefinition(experimental) MPEG-TS (M2TS) container settings for this output.Default: - service defaults
- Specified by:
getM2tsSettingsin interfaceSrtOutputDefinition
-
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()
-