Class Av1Level
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.Av1Level
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:40.926Z")
@Stability(Experimental)
public class Av1Level
extends software.amazon.jsii.JsiiObject
(experimental) AV1 level.
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.alpha.*; Av1Level av1Level = Av1Level.AV1_LEVEL_2;
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Av1Level(experimental) Level 2.static final Av1Level(experimental) Level 2.1.static final Av1Level(experimental) Level 3.static final Av1Level(experimental) Level 3.1.static final Av1Level(experimental) Level 4.static final Av1Level(experimental) Level 4.1.static final Av1Level(experimental) Level 5.static final Av1Level(experimental) Level 5.1.static final Av1Level(experimental) Level 5.2.static final Av1Level(experimental) Level 5.3.static final Av1Level(experimental) Level 6.static final Av1Level(experimental) Level 6.1.static final Av1Level(experimental) Level 6.2.static final Av1Level(experimental) Level 6.3.static final Av1Level(experimental) Auto-select the level based on the encode configuration. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
AV1_LEVEL_2
(experimental) Level 2. -
AV1_LEVEL_2_1
(experimental) Level 2.1. -
AV1_LEVEL_3
(experimental) Level 3. -
AV1_LEVEL_3_1
(experimental) Level 3.1. -
AV1_LEVEL_4
(experimental) Level 4. -
AV1_LEVEL_4_1
(experimental) Level 4.1. -
AV1_LEVEL_5
(experimental) Level 5. -
AV1_LEVEL_5_1
(experimental) Level 5.1. -
AV1_LEVEL_5_2
(experimental) Level 5.2. -
AV1_LEVEL_5_3
(experimental) Level 5.3. -
AV1_LEVEL_6
(experimental) Level 6. -
AV1_LEVEL_6_1
(experimental) Level 6.1. -
AV1_LEVEL_6_2
(experimental) Level 6.2. -
AV1_LEVEL_6_3
(experimental) Level 6.3. -
AV1_LEVEL_AUTO
(experimental) Auto-select the level based on the encode configuration.
-
-
Constructor Details
-
Av1Level
protected Av1Level(software.amazon.jsii.JsiiObjectRef objRef) -
Av1Level
protected Av1Level(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
of
(experimental) A value not yet modelled by AWS CDK.- Parameters:
value- This parameter is required.
-
getValue
(experimental) The underlying string value passed to CloudFormation.
-