Class VideoSelectorSettings.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.VideoSelectorSettings.Jsii$Proxy
- All Implemented Interfaces:
VideoSelectorSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VideoSelectorSettings
@Stability(Experimental)
@Internal
public static final class VideoSelectorSettings.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VideoSelectorSettings
An implementation for
VideoSelectorSettings-
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.VideoSelectorSettings
VideoSelectorSettings.Builder, VideoSelectorSettings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VideoSelectorSettings.Builder builder) Constructor that initializes the object based on literal property values passed by theVideoSelectorSettings.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 VideoColorSpace(experimental) The color space of the input video.final VideoColorSpaceUsage(experimental) HowcolorSpaceis applied when it is notFOLLOW.final Hdr10SettingsgetHdr10()(experimental) HDR10 color space metadata for the input.final VideoSelection(experimental) Selects the specific video to extract from the input (by PID or by program).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 theVideoSelectorSettings.Builder.
-
-
Method Details
-
getColorSpace
Description copied from interface:VideoSelectorSettings(experimental) The color space of the input video.Default: - service default
- Specified by:
getColorSpacein interfaceVideoSelectorSettings
-
getColorSpaceUsage
Description copied from interface:VideoSelectorSettings(experimental) HowcolorSpaceis applied when it is notFOLLOW.Default: - MediaLive service default
- Specified by:
getColorSpaceUsagein interfaceVideoSelectorSettings
-
getHdr10
Description copied from interface:VideoSelectorSettings(experimental) HDR10 color space metadata for the input.Default: - none
- Specified by:
getHdr10in interfaceVideoSelectorSettings
-
getSelectBy
Description copied from interface:VideoSelectorSettings(experimental) Selects the specific video to extract from the input (by PID or by program).Default: - MediaLive selects the video automatically
- Specified by:
getSelectByin interfaceVideoSelectorSettings
-
$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()
-