Show / Hide Table of Contents

Class CfnChannel.H265ColorSpaceSettingsProperty

H265 Color Space Settings.

Inheritance
System.Object
CfnChannel.H265ColorSpaceSettingsProperty
Implements
CfnChannel.IH265ColorSpaceSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class H265ColorSpaceSettingsProperty : Object, CfnChannel.IH265ColorSpaceSettingsProperty
Syntax (vb)
Public Class H265ColorSpaceSettingsProperty
    Inherits Object
    Implements CfnChannel.IH265ColorSpaceSettingsProperty
Remarks

The parent of this entity is H265Settings.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;

var h265ColorSpaceSettingsProperty = new H265ColorSpaceSettingsProperty {
    ColorSpacePassthroughSettings = new ColorSpacePassthroughSettingsProperty { },
    DolbyVision81Settings = new DolbyVision81SettingsProperty { },
    Hdr10Settings = new Hdr10SettingsProperty {
        MaxCll = 123,
        MaxFall = 123
    },
    Rec601Settings = new Rec601SettingsProperty { },
    Rec709Settings = new Rec709SettingsProperty { }
};

Synopsis

Constructors

H265ColorSpaceSettingsProperty()

Properties

ColorSpacePassthroughSettings

Passthrough applies no color space conversion to the output.

DolbyVision81Settings

CfnChannel.H265ColorSpaceSettingsProperty.DolbyVision81Settings.

Hdr10Settings

Settings to configure the handling of HDR10 color space.

Rec601Settings

Settings to configure the handling of Rec601 color space.

Rec709Settings

Settings to configure the handling of Rec709 color space.

Constructors

H265ColorSpaceSettingsProperty()

public H265ColorSpaceSettingsProperty()

Properties

ColorSpacePassthroughSettings

Passthrough applies no color space conversion to the output.

public object ColorSpacePassthroughSettings { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-colorspacepassthroughsettings

DolbyVision81Settings

CfnChannel.H265ColorSpaceSettingsProperty.DolbyVision81Settings.

public object DolbyVision81Settings { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-dolbyvision81settings

Hdr10Settings

Settings to configure the handling of HDR10 color space.

public object Hdr10Settings { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-hdr10settings

Rec601Settings

Settings to configure the handling of Rec601 color space.

public object Rec601Settings { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-rec601settings

Rec709Settings

Settings to configure the handling of Rec709 color space.

public object Rec709Settings { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-rec709settings

Implements

CfnChannel.IH265ColorSpaceSettingsProperty
Back to top Generated by DocFX