Class CfnChannel.EncoderSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.EncoderSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.EncoderSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.EncoderSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.EncoderSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.EncoderSettingsProperty
An implementation for
CfnChannel.EncoderSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.EncoderSettingsProperty
CfnChannel.EncoderSettingsProperty.Builder, CfnChannel.EncoderSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.EncoderSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The encoding information for output audio.final Object
The settings for ad avail blanking.final Object
The configuration settings for the ad avail handling.final Object
The settings for the blackout slate.final Object
The encoding information for output captions.final Object
Settings to enable specific features.final Object
The configuration settings that apply to the entire channel.final Object
Settings to enable and configure the motion graphics overlay feature in the channel.final Object
The settings to configure Nielsen watermarks.final Object
The settings for the output groups in the channel.final Object
Contains settings used to acquire and adjust timecode information from the inputs.final Object
The encoding information for output videos.final int
hashCode()
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 theCfnChannel.EncoderSettingsProperty.Builder
.
-
-
Method Details
-
getAudioDescriptions
Description copied from interface:CfnChannel.EncoderSettingsProperty
The encoding information for output audio.- Specified by:
getAudioDescriptions
in interfaceCfnChannel.EncoderSettingsProperty
-
getAvailBlanking
Description copied from interface:CfnChannel.EncoderSettingsProperty
The settings for ad avail blanking.- Specified by:
getAvailBlanking
in interfaceCfnChannel.EncoderSettingsProperty
-
getAvailConfiguration
Description copied from interface:CfnChannel.EncoderSettingsProperty
The configuration settings for the ad avail handling.- Specified by:
getAvailConfiguration
in interfaceCfnChannel.EncoderSettingsProperty
-
getBlackoutSlate
Description copied from interface:CfnChannel.EncoderSettingsProperty
The settings for the blackout slate.- Specified by:
getBlackoutSlate
in interfaceCfnChannel.EncoderSettingsProperty
-
getCaptionDescriptions
Description copied from interface:CfnChannel.EncoderSettingsProperty
The encoding information for output captions.- Specified by:
getCaptionDescriptions
in interfaceCfnChannel.EncoderSettingsProperty
-
getFeatureActivations
Description copied from interface:CfnChannel.EncoderSettingsProperty
Settings to enable specific features.- Specified by:
getFeatureActivations
in interfaceCfnChannel.EncoderSettingsProperty
-
getGlobalConfiguration
Description copied from interface:CfnChannel.EncoderSettingsProperty
The configuration settings that apply to the entire channel.- Specified by:
getGlobalConfiguration
in interfaceCfnChannel.EncoderSettingsProperty
-
getMotionGraphicsConfiguration
Description copied from interface:CfnChannel.EncoderSettingsProperty
Settings to enable and configure the motion graphics overlay feature in the channel.- Specified by:
getMotionGraphicsConfiguration
in interfaceCfnChannel.EncoderSettingsProperty
-
getNielsenConfiguration
Description copied from interface:CfnChannel.EncoderSettingsProperty
The settings to configure Nielsen watermarks.- Specified by:
getNielsenConfiguration
in interfaceCfnChannel.EncoderSettingsProperty
-
getOutputGroups
Description copied from interface:CfnChannel.EncoderSettingsProperty
The settings for the output groups in the channel.- Specified by:
getOutputGroups
in interfaceCfnChannel.EncoderSettingsProperty
-
getTimecodeConfig
Description copied from interface:CfnChannel.EncoderSettingsProperty
Contains settings used to acquire and adjust timecode information from the inputs.- Specified by:
getTimecodeConfig
in interfaceCfnChannel.EncoderSettingsProperty
-
getVideoDescriptions
Description copied from interface:CfnChannel.EncoderSettingsProperty
The encoding information for output videos.- Specified by:
getVideoDescriptions
in interfaceCfnChannel.EncoderSettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-