Show / Hide Table of Contents

Class CfnChannelPropsMixin.ColorCorrectionProperty

Inheritance
object
CfnChannelPropsMixin.ColorCorrectionProperty
Implements
CfnChannelPropsMixin.IColorCorrectionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.ColorCorrectionProperty : CfnChannelPropsMixin.IColorCorrectionProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.ColorCorrectionProperty Implements CfnChannelPropsMixin.IColorCorrectionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrection.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.Mixins.Preview.AWS.MediaLive.Mixins;

             var colorCorrectionProperty = new ColorCorrectionProperty {
                 InputColorSpace = "inputColorSpace",
                 OutputColorSpace = "outputColorSpace",
                 Uri = "uri"
             };

Synopsis

Constructors

ColorCorrectionProperty()

Properties

InputColorSpace
OutputColorSpace
Uri

Constructors

ColorCorrectionProperty()

public ColorCorrectionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrection.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.Mixins.Preview.AWS.MediaLive.Mixins;

             var colorCorrectionProperty = new ColorCorrectionProperty {
                 InputColorSpace = "inputColorSpace",
                 OutputColorSpace = "outputColorSpace",
                 Uri = "uri"
             };

Properties

InputColorSpace

public string? InputColorSpace { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrection.html#cfn-medialive-channel-colorcorrection-inputcolorspace

OutputColorSpace

public string? OutputColorSpace { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrection.html#cfn-medialive-channel-colorcorrection-outputcolorspace

Uri

public string? Uri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-colorcorrection.html#cfn-medialive-channel-colorcorrection-uri

Implements

CfnChannelPropsMixin.IColorCorrectionProperty
Back to top Generated by DocFX