Class SrtOutputGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.SrtOutputGroupProps.Jsii$Proxy
- All Implemented Interfaces:
SrtOutputGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SrtOutputGroupProps
@Stability(Experimental)
@Internal
public static final class SrtOutputGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SrtOutputGroupProps
An implementation for
SrtOutputGroupProps-
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.SrtOutputGroupProps
SrtOutputGroupProps.Builder, SrtOutputGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SrtOutputGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSrtOutputGroupProps.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 SrtInputLossAction(experimental) Controls the behavior of this SRT group if the input becomes unavailable.final StringgetName()(experimental) The name of this output group.final List<SrtOutputDefinition> (experimental) The outputs for this SRT output group.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 theSrtOutputGroupProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:SrtOutputGroupProps(experimental) The name of this output group.- Specified by:
getNamein interfaceSrtOutputGroupProps
-
getOutputs
Description copied from interface:SrtOutputGroupProps(experimental) The outputs for this SRT output group.Each output includes its own SRT destination.
- Specified by:
getOutputsin interfaceSrtOutputGroupProps
-
getInputLossAction
Description copied from interface:SrtOutputGroupProps(experimental) Controls the behavior of this SRT group if the input becomes unavailable.Default: SrtInputLossAction.EMIT_PROGRAM
- Specified by:
getInputLossActionin interfaceSrtOutputGroupProps
-
$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()
-