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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.VideoSelectorProperty
CfnChannel.VideoSelectorProperty.Builder, CfnChannel.VideoSelectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.VideoSelectorProperty.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 StringSpecifies the color space of an input.final ObjectSettings to configure color space settings in the incoming video.final StringApplies only if colorSpace is a value other than Follow.final ObjectInformation about the video to select from the content.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 theCfnChannel.VideoSelectorProperty.Builder.
-
-
Method Details
-
getColorSpace
Description copied from interface:CfnChannel.VideoSelectorPropertySpecifies the color space of an input.This setting works in tandem with colorSpaceConversion to determine if MediaLive will perform any conversion.
- Specified by:
getColorSpacein interfaceCfnChannel.VideoSelectorProperty
-
getColorSpaceSettings
Description copied from interface:CfnChannel.VideoSelectorPropertySettings to configure color space settings in the incoming video.- Specified by:
getColorSpaceSettingsin interfaceCfnChannel.VideoSelectorProperty
-
getColorSpaceUsage
Description copied from interface:CfnChannel.VideoSelectorPropertyApplies 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:
getColorSpaceUsagein interfaceCfnChannel.VideoSelectorProperty
-
getSelectorSettings
Description copied from interface:CfnChannel.VideoSelectorPropertyInformation about the video to select from the content.- Specified by:
getSelectorSettingsin interfaceCfnChannel.VideoSelectorProperty
-
$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()
-