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.*; H265ColorSpaceSettingsProperty h265ColorSpaceSettingsProperty = H265ColorSpaceSettingsProperty.builder() .colorSpacePassthroughSettings(ColorSpacePassthroughSettingsProperty.builder().build()) .dolbyVision81Settings(DolbyVision81SettingsProperty.builder().build()) .hdr10Settings(Hdr10SettingsProperty.builder() .maxCll(123) .maxFall(123) .build()) .rec601Settings(Rec601SettingsProperty.builder().build()) .rec709Settings(Rec709SettingsProperty.builder().build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.H265ColorSpaceSettingsProperty
static final class
An implementation forCfnChannel.H265ColorSpaceSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
Passthrough applies no color space conversion to the output.default Object
default Object
Settings to configure the handling of HDR10 color space.default Object
Settings to configure the handling of Rec601 color space.default Object
Settings 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.- See Also:
-
getDolbyVision81Settings
- See Also:
-
getHdr10Settings
Settings to configure the handling of HDR10 color space.- See Also:
-
getRec601Settings
Settings to configure the handling of Rec601 color space.- See Also:
-
getRec709Settings
Settings to configure the handling of Rec709 color space.- See Also:
-
builder
-