Interface CfnChannel.VideoSelectorColorSpaceSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.VideoSelectorColorSpaceSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.VideoSelectorColorSpaceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Settings to configure color space settings in the incoming video.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.VideoSelectorColorSpaceSettingsPropertystatic final classAn implementation forCfnChannel.VideoSelectorColorSpaceSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHdr10Settings
Settings to configure color space settings in the incoming video.- See Also:
-
builder
-