Class AudioBitDepth
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.AudioBitDepth
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:40.903Z")
@Stability(Experimental)
public class AudioBitDepth
extends software.amazon.jsii.JsiiObject
(experimental) Audio bit depth for WAV codec.
Use one of the standard presets or AudioBitDepth.of(bits) for a custom value.
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.*; AudioBitDepth audioBitDepth = AudioBitDepth.of(123);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AudioBitDepth(experimental) 16-bit.static final AudioBitDepth(experimental) 24-bit. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAudioBitDepth(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedAudioBitDepth(software.amazon.jsii.JsiiObjectRef objRef) -
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
-
DEPTH_16
(experimental) 16-bit. -
DEPTH_24
(experimental) 24-bit.
-
-
Constructor Details
-
AudioBitDepth
protected AudioBitDepth(software.amazon.jsii.JsiiObjectRef objRef) -
AudioBitDepth
protected AudioBitDepth(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
of
(experimental) A custom bit depth.- Parameters:
bits- the bit depth. This parameter is required.
-