Interface CfnChannel.H265ColorSpaceSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.H265ColorSpaceSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.H265ColorSpaceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
H265 Color Space Settings.
The parent of this entity is H265Settings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
Object hlg2020Settings;
H265ColorSpaceSettingsProperty h265ColorSpaceSettingsProperty = H265ColorSpaceSettingsProperty.builder()
.colorSpacePassthroughSettings(ColorSpacePassthroughSettingsProperty.builder().build())
.dolbyVision81Settings(DolbyVision81SettingsProperty.builder().build())
.hdr10Settings(Hdr10SettingsProperty.builder()
.maxCll(123)
.maxFall(123)
.build())
.hlg2020Settings(hlg2020Settings)
.rec601Settings(Rec601SettingsProperty.builder().build())
.rec709Settings(Rec709SettingsProperty.builder().build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.H265ColorSpaceSettingsPropertystatic final classAn implementation forCfnChannel.H265ColorSpaceSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectPassthrough applies no color space conversion to the output.default ObjectReturns union: eitherIResolvableorCfnChannel.DolbyVision81SettingsPropertydefault ObjectSettings to configure the handling of HDR10 color space.default Objectdefault ObjectSettings to configure the handling of Rec601 color space.default ObjectSettings to configure the handling of Rec709 color space.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColorSpacePassthroughSettings
Passthrough applies no color space conversion to the output.Returns union: either
IResolvableorCfnChannel.ColorSpacePassthroughSettingsProperty- See Also:
-
getDolbyVision81Settings
Returns union: eitherIResolvableorCfnChannel.DolbyVision81SettingsProperty- See Also:
-
getHdr10Settings
Settings to configure the handling of HDR10 color space.Returns union: either
IResolvableorCfnChannel.Hdr10SettingsProperty- See Also:
-
getHlg2020Settings
- See Also:
-
getRec601Settings
Settings to configure the handling of Rec601 color space.Returns union: either
IResolvableorCfnChannel.Rec601SettingsProperty- See Also:
-
getRec709Settings
Settings to configure the handling of Rec709 color space.Returns union: either
IResolvableorCfnChannel.Rec709SettingsProperty- See Also:
-
builder
-