public static interface CfnChannel.H265ColorSpaceSettingsProperty
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()) .hdr10Settings(Hdr10SettingsProperty.builder() .maxCll(123) .maxFall(123) .build()) .rec601Settings(Rec601SettingsProperty.builder().build()) .rec709Settings(Rec709SettingsProperty.builder().build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.H265ColorSpaceSettingsProperty.Builder
A builder for
CfnChannel.H265ColorSpaceSettingsProperty |
static class |
CfnChannel.H265ColorSpaceSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.H265ColorSpaceSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.H265ColorSpaceSettingsProperty.Builder |
builder() |
default java.lang.Object |
getColorSpacePassthroughSettings()
Passthrough applies no color space conversion to the output.
|
default java.lang.Object |
getHdr10Settings()
Settings to configure the handling of HDR10 color space.
|
default java.lang.Object |
getRec601Settings()
Settings to configure the handling of Rec601 color space.
|
default java.lang.Object |
getRec709Settings()
Settings to configure the handling of Rec709 color space.
|
default java.lang.Object getColorSpacePassthroughSettings()
default java.lang.Object getHdr10Settings()
default java.lang.Object getRec601Settings()
default java.lang.Object getRec709Settings()
static CfnChannel.H265ColorSpaceSettingsProperty.Builder builder()