@Stability(value=Stable)
public static interface CfnChannel.H265ColorSpaceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getColorSpacePassthroughSettings()
Passthrough applies no color space conversion to the output.
|
default Object |
getHdr10Settings()
Settings to configure the handling of HDR10 color space.
|
default Object |
getRec601Settings()
Settings to configure the handling of Rec601 color space.
|
default Object |
getRec709Settings()
Settings to configure the handling of Rec709 color space.
|
@Stability(value=Stable) @Nullable default Object getColorSpacePassthroughSettings()
@Stability(value=Stable) @Nullable default Object getHdr10Settings()
@Stability(value=Stable) @Nullable default Object getRec601Settings()
@Stability(value=Stable) @Nullable default Object getRec709Settings()
@Stability(value=Stable) static CfnChannel.H265ColorSpaceSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.