Class GlobalConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.GlobalConfiguration.Jsii$Proxy
- All Implemented Interfaces:
GlobalConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GlobalConfiguration
@Stability(Experimental)
@Internal
public static final class GlobalConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GlobalConfiguration
An implementation for
GlobalConfiguration-
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.GlobalConfiguration
GlobalConfiguration.Builder, GlobalConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(GlobalConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theGlobalConfiguration.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 Number(experimental) The initial audio gain for the channel (-60 to 60 dB).final InputEndAction(experimental) Action to take when the current input completes.final InputLossBehavior(experimental) Behavior on input loss (substitute black / repeat frame, then a color or slate image).final OutputLocking(experimental) How MediaLive pipelines are synchronised —OutputLocking.pipeline(),OutputLocking.epoch(), orOutputLocking.disabled().final OutputTimingSource(experimental) Source of output timing.final Boolean(experimental) Enable support for low framerate inputs (e.g.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 theGlobalConfiguration.Builder.
-
-
Method Details
-
getInitialAudioGain
Description copied from interface:GlobalConfiguration(experimental) The initial audio gain for the channel (-60 to 60 dB).Default: - service default
- Specified by:
getInitialAudioGainin interfaceGlobalConfiguration
-
getInputEndAction
Description copied from interface:GlobalConfiguration(experimental) Action to take when the current input completes.Default: - service default
- Specified by:
getInputEndActionin interfaceGlobalConfiguration
-
getInputLossBehavior
Description copied from interface:GlobalConfiguration(experimental) Behavior on input loss (substitute black / repeat frame, then a color or slate image).Default: - service default
- Specified by:
getInputLossBehaviorin interfaceGlobalConfiguration
-
getOutputLocking
Description copied from interface:GlobalConfiguration(experimental) How MediaLive pipelines are synchronised —OutputLocking.pipeline(),OutputLocking.epoch(), orOutputLocking.disabled().Default: - service default
- Specified by:
getOutputLockingin interfaceGlobalConfiguration- See Also:
-
getOutputTimingSource
Description copied from interface:GlobalConfiguration(experimental) Source of output timing.Default: - service default
- Specified by:
getOutputTimingSourcein interfaceGlobalConfiguration
-
getSupportLowFramerateInputs
Description copied from interface:GlobalConfiguration(experimental) Enable support for low framerate inputs (e.g. music channels with less than 1 fps).Default: false
- Specified by:
getSupportLowFramerateInputsin interfaceGlobalConfiguration
-
$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()
-