Class CfnChannel.Av1SettingsProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class Av1SettingsProperty : Object, CfnChannel.IAv1SettingsProperty
Syntax (vb)
Public Class Av1SettingsProperty
Inherits Object
Implements CfnChannel.IAv1SettingsProperty
Remarks
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",
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,
MinIInterval = 123,
ParDenominator = 123,
ParNumerator = 123,
QvbrQualityLevel = 123,
SceneChangeDetect = "sceneChangeDetect",
TimecodeBurninSettings = new TimecodeBurninSettingsProperty {
FontSize = "fontSize",
Position = "position",
Prefix = "prefix"
}
};
Synopsis
Constructors
Av1Settings |
Properties
Constructors
Av1SettingsProperty()
public Av1SettingsProperty()
Properties
AfdSignaling
public string AfdSignaling { get; set; }
Property Value
System.
Remarks
BufSize
public Nullable<double> BufSize { get; set; }
Property Value
System.
Remarks
ColorSpaceSettings
public object ColorSpaceSettings { get; set; }
Property Value
System.
Remarks
FixedAfd
public string FixedAfd { get; set; }
Property Value
System.
Remarks
FramerateDenominator
public Nullable<double> FramerateDenominator { get; set; }
Property Value
System.
Remarks
FramerateNumerator
public Nullable<double> FramerateNumerator { get; set; }
Property Value
System.
Remarks
GopSize
public Nullable<double> GopSize { get; set; }
Property Value
System.
Remarks
GopSizeUnits
public string GopSizeUnits { get; set; }
Property Value
System.
Remarks
Level
public string Level { get; set; }
Property Value
System.
Remarks
LookAheadRateControl
public string LookAheadRateControl { get; set; }
Property Value
System.
Remarks
MaxBitrate
public Nullable<double> MaxBitrate { get; set; }
Property Value
System.
Remarks
MinIInterval
public Nullable<double> MinIInterval { get; set; }
Property Value
System.
Remarks
ParDenominator
public Nullable<double> ParDenominator { get; set; }
Property Value
System.
Remarks
ParNumerator
public Nullable<double> ParNumerator { get; set; }
Property Value
System.
Remarks
QvbrQualityLevel
public Nullable<double> QvbrQualityLevel { get; set; }
Property Value
System.
Remarks
SceneChangeDetect
public string SceneChangeDetect { get; set; }
Property Value
System.
Remarks
TimecodeBurninSettings
public object TimecodeBurninSettings { get; set; }
Property Value
System.