Class H264Level
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.H264Level
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.091Z")
@Stability(Experimental)
public class H264Level
extends software.amazon.jsii.JsiiObject
(experimental) H.264 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.*; H264Level h264Level = H264Level.H264_LEVEL_1;
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final H264Level(experimental) Level 1.static final H264Level(experimental) Level 1.1.static final H264Level(experimental) Level 1.2.static final H264Level(experimental) Level 1.3.static final H264Level(experimental) Level 2.static final H264Level(experimental) Level 2.1.static final H264Level(experimental) Level 2.2.static final H264Level(experimental) Level 3.static final H264Level(experimental) Level 3.1.static final H264Level(experimental) Level 3.2.static final H264Level(experimental) Level 4.static final H264Level(experimental) Level 4.1.static final H264Level(experimental) Level 4.2.static final H264Level(experimental) Level 5.static final H264Level(experimental) Level 5.1.static final H264Level(experimental) Level 5.2.static final H264Level(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
-
H264_LEVEL_1
(experimental) Level 1. -
H264_LEVEL_1_1
(experimental) Level 1.1. -
H264_LEVEL_1_2
(experimental) Level 1.2. -
H264_LEVEL_1_3
(experimental) Level 1.3. -
H264_LEVEL_2
(experimental) Level 2. -
H264_LEVEL_2_1
(experimental) Level 2.1. -
H264_LEVEL_2_2
(experimental) Level 2.2. -
H264_LEVEL_3
(experimental) Level 3. -
H264_LEVEL_3_1
(experimental) Level 3.1. -
H264_LEVEL_3_2
(experimental) Level 3.2. -
H264_LEVEL_4
(experimental) Level 4. -
H264_LEVEL_4_1
(experimental) Level 4.1. -
H264_LEVEL_4_2
(experimental) Level 4.2. -
H264_LEVEL_5
(experimental) Level 5. -
H264_LEVEL_5_1
(experimental) Level 5.1. -
H264_LEVEL_5_2
(experimental) Level 5.2. -
H264_LEVEL_AUTO
(experimental) Auto-select the level based on the encode configuration.
-
-
Constructor Details
-
H264Level
protected H264Level(software.amazon.jsii.JsiiObjectRef objRef) -
H264Level
protected H264Level(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.
-