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();
 
  • Method Details

    • getColorSpacePassthroughSettings

      @Stability(Stable) @Nullable default Object getColorSpacePassthroughSettings()
      Passthrough applies no color space conversion to the output.
    • getDolbyVision81Settings

      @Stability(Stable) @Nullable default Object getDolbyVision81Settings()
      CfnChannel.H265ColorSpaceSettingsProperty.DolbyVision81Settings.
    • getHdr10Settings

      @Stability(Stable) @Nullable default Object getHdr10Settings()
      Settings to configure the handling of HDR10 color space.
    • getRec601Settings

      @Stability(Stable) @Nullable default Object getRec601Settings()
      Settings to configure the handling of Rec601 color space.
    • getRec709Settings

      @Stability(Stable) @Nullable default Object getRec709Settings()
      Settings to configure the handling of Rec709 color space.
    • builder

      @Stability(Stable) static CfnChannel.H265ColorSpaceSettingsProperty.Builder builder()
      Returns:
      a CfnChannel.H265ColorSpaceSettingsProperty.Builder of CfnChannel.H265ColorSpaceSettingsProperty