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
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
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
- See Also:
-
getAvailBlanking
Description copied from interface:CfnChannel.EncoderSettingsProperty
The settings for ad avail blanking.- Specified by:
getAvailBlanking
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
getAvailConfiguration
Description copied from interface:CfnChannel.EncoderSettingsProperty
The configuration settings for the ad avail handling.- Specified by:
getAvailConfiguration
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
getBlackoutSlate
Description copied from interface:CfnChannel.EncoderSettingsProperty
The settings for the blackout slate.- Specified by:
getBlackoutSlate
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
getCaptionDescriptions
Description copied from interface:CfnChannel.EncoderSettingsProperty
The encoding information for output captions.- Specified by:
getCaptionDescriptions
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
getColorCorrectionSettings
- Specified by:
getColorCorrectionSettings
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
getFeatureActivations
Description copied from interface:CfnChannel.EncoderSettingsProperty
Settings to enable specific features.- Specified by:
getFeatureActivations
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
getGlobalConfiguration
Description copied from interface:CfnChannel.EncoderSettingsProperty
The configuration settings that apply to the entire channel.- Specified by:
getGlobalConfiguration
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
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
- See Also:
-
getNielsenConfiguration
Description copied from interface:CfnChannel.EncoderSettingsProperty
The settings to configure Nielsen watermarks.- Specified by:
getNielsenConfiguration
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
getOutputGroups
Description copied from interface:CfnChannel.EncoderSettingsProperty
The settings for the output groups in the channel.- Specified by:
getOutputGroups
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
getThumbnailConfiguration
- Specified by:
getThumbnailConfiguration
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
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
- See Also:
-
getVideoDescriptions
Description copied from interface:CfnChannel.EncoderSettingsProperty
The encoding information for output videos.- Specified by:
getVideoDescriptions
in interfaceCfnChannel.EncoderSettingsProperty
- See Also:
-
$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()
-