Show / Hide Table of Contents

Class CfnChannel.Av1SettingsProperty

Inheritance
object
CfnChannel.Av1SettingsProperty
Implements
CfnChannel.IAv1SettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.Av1SettingsProperty : CfnChannel.IAv1SettingsProperty
Syntax (vb)
Public Class CfnChannel.Av1SettingsProperty Implements CfnChannel.IAv1SettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.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 colorSpacePassthroughSettings;
             var rec601Settings;
             var rec709Settings;

             var av1SettingsProperty = new Av1SettingsProperty {
                 AfdSignaling = "afdSignaling",
                 Bitrate = 123,
                 BufSize = 123,
                 ColorSpaceSettings = new Av1ColorSpaceSettingsProperty {
                     ColorSpacePassthroughSettings = colorSpacePassthroughSettings,
                     Hdr10Settings = new Hdr10SettingsProperty {
                         MaxCll = 123,
                         MaxFall = 123
                     },
                     Rec601Settings = rec601Settings,
                     Rec709Settings = rec709Settings
                 },
                 FixedAfd = "fixedAfd",
                 FramerateDenominator = 123,
                 FramerateNumerator = 123,
                 GopSize = 123,
                 GopSizeUnits = "gopSizeUnits",
                 Level = "level",
                 LookAheadRateControl = "lookAheadRateControl",
                 MaxBitrate = 123,
                 MinBitrate = 123,
                 MinIInterval = 123,
                 ParDenominator = 123,
                 ParNumerator = 123,
                 QvbrQualityLevel = 123,
                 RateControlMode = "rateControlMode",
                 SceneChangeDetect = "sceneChangeDetect",
                 SpatialAq = "spatialAq",
                 TemporalAq = "temporalAq",
                 TimecodeBurninSettings = new TimecodeBurninSettingsProperty {
                     FontSize = "fontSize",
                     Position = "position",
                     Prefix = "prefix"
                 }
             };

Synopsis

Constructors

Av1SettingsProperty()

Properties

AfdSignaling
Bitrate
BufSize
ColorSpaceSettings
FixedAfd
FramerateDenominator
FramerateNumerator
GopSize
GopSizeUnits
Level
LookAheadRateControl
MaxBitrate
MinBitrate
MinIInterval
ParDenominator
ParNumerator
QvbrQualityLevel
RateControlMode
SceneChangeDetect
SpatialAq
TemporalAq
TimecodeBurninSettings

Constructors

Av1SettingsProperty()

public Av1SettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.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 colorSpacePassthroughSettings;
             var rec601Settings;
             var rec709Settings;

             var av1SettingsProperty = new Av1SettingsProperty {
                 AfdSignaling = "afdSignaling",
                 Bitrate = 123,
                 BufSize = 123,
                 ColorSpaceSettings = new Av1ColorSpaceSettingsProperty {
                     ColorSpacePassthroughSettings = colorSpacePassthroughSettings,
                     Hdr10Settings = new Hdr10SettingsProperty {
                         MaxCll = 123,
                         MaxFall = 123
                     },
                     Rec601Settings = rec601Settings,
                     Rec709Settings = rec709Settings
                 },
                 FixedAfd = "fixedAfd",
                 FramerateDenominator = 123,
                 FramerateNumerator = 123,
                 GopSize = 123,
                 GopSizeUnits = "gopSizeUnits",
                 Level = "level",
                 LookAheadRateControl = "lookAheadRateControl",
                 MaxBitrate = 123,
                 MinBitrate = 123,
                 MinIInterval = 123,
                 ParDenominator = 123,
                 ParNumerator = 123,
                 QvbrQualityLevel = 123,
                 RateControlMode = "rateControlMode",
                 SceneChangeDetect = "sceneChangeDetect",
                 SpatialAq = "spatialAq",
                 TemporalAq = "temporalAq",
                 TimecodeBurninSettings = new TimecodeBurninSettingsProperty {
                     FontSize = "fontSize",
                     Position = "position",
                     Prefix = "prefix"
                 }
             };

Properties

AfdSignaling

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

string

Remarks

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

Bitrate

public double? Bitrate { get; set; }
Property Value

double?

Remarks

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

BufSize

public double? BufSize { get; set; }
Property Value

double?

Remarks

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

ColorSpaceSettings

public object? ColorSpaceSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannel.IAv1ColorSpaceSettingsProperty

FixedAfd

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

string

Remarks

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

FramerateDenominator

public double? FramerateDenominator { get; set; }
Property Value

double?

Remarks

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

FramerateNumerator

public double? FramerateNumerator { get; set; }
Property Value

double?

Remarks

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

GopSize

public double? GopSize { get; set; }
Property Value

double?

Remarks

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

GopSizeUnits

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

string

Remarks

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

Level

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

string

Remarks

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

LookAheadRateControl

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

string

Remarks

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

MaxBitrate

public double? MaxBitrate { get; set; }
Property Value

double?

Remarks

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

MinBitrate

public double? MinBitrate { get; set; }
Property Value

double?

Remarks

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

MinIInterval

public double? MinIInterval { get; set; }
Property Value

double?

Remarks

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

ParDenominator

public double? ParDenominator { get; set; }
Property Value

double?

Remarks

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

ParNumerator

public double? ParNumerator { get; set; }
Property Value

double?

Remarks

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

QvbrQualityLevel

public double? QvbrQualityLevel { get; set; }
Property Value

double?

Remarks

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

RateControlMode

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

string

Remarks

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

SceneChangeDetect

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

string

Remarks

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

SpatialAq

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

string

Remarks

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

TemporalAq

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

string

Remarks

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

TimecodeBurninSettings

public object? TimecodeBurninSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannel.ITimecodeBurninSettingsProperty

Implements

CfnChannel.IAv1SettingsProperty
Back to top Generated by DocFX