Class CfnChannel.VideoSelectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.VideoSelectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.VideoSelectorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.VideoSelectorProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.VideoSelectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.VideoSelectorProperty
An implementation for
CfnChannel.VideoSelectorProperty
-
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.VideoSelectorProperty
CfnChannel.VideoSelectorProperty.Builder, CfnChannel.VideoSelectorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.VideoSelectorProperty.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 String
Specifies the color space of an input.final Object
Settings to configure color space settings in the incoming video.final String
Applies only if colorSpace is a value other than Follow.final Object
Information about the video to select from the content.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.VideoSelectorProperty.Builder
.
-
-
Method Details
-
getColorSpace
Description copied from interface:CfnChannel.VideoSelectorProperty
Specifies the color space of an input.This setting works in tandem with colorSpaceConversion to determine if MediaLive will perform any conversion.
- Specified by:
getColorSpace
in interfaceCfnChannel.VideoSelectorProperty
- See Also:
-
getColorSpaceSettings
Description copied from interface:CfnChannel.VideoSelectorProperty
Settings to configure color space settings in the incoming video.- Specified by:
getColorSpaceSettings
in interfaceCfnChannel.VideoSelectorProperty
- See Also:
-
getColorSpaceUsage
Description copied from interface:CfnChannel.VideoSelectorProperty
Applies only if colorSpace is a value other than Follow.This field controls how the value in the colorSpace field is used. Fallback means that when the input does include color space data, that data is used, but when the input has no color space data, the value in colorSpace is used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. Force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.
- Specified by:
getColorSpaceUsage
in interfaceCfnChannel.VideoSelectorProperty
- See Also:
-
getSelectorSettings
Description copied from interface:CfnChannel.VideoSelectorProperty
Information about the video to select from the content.- Specified by:
getSelectorSettings
in interfaceCfnChannel.VideoSelectorProperty
- 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()
-