@Stability(value=Stable)
public static interface CfnChannel.VideoSelectorColorSpaceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is VideoSelector.
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.*;
VideoSelectorColorSpaceSettingsProperty videoSelectorColorSpaceSettingsProperty = VideoSelectorColorSpaceSettingsProperty.builder()
.hdr10Settings(Hdr10SettingsProperty.builder()
.maxCll(123)
.maxFall(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder
A builder for
CfnChannel.VideoSelectorColorSpaceSettingsProperty |
static class |
CfnChannel.VideoSelectorColorSpaceSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.VideoSelectorColorSpaceSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder |
builder() |
default Object |
getHdr10Settings()
Settings to configure color space settings in the incoming video.
|
@Stability(value=Stable) @Nullable default Object getHdr10Settings()
@Stability(value=Stable) static CfnChannel.VideoSelectorColorSpaceSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.