Class H265SceneChangeDetect
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.H265SceneChangeDetect
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.109Z")
@Stability(Experimental)
public class H265SceneChangeDetect
extends software.amazon.jsii.JsiiObject
(experimental) H.265 scene change detection.
Example:
EncodeConfiguration hdr = EncodeConfiguration.video(VideoEncodeProps.builder()
.name("h265_hdr")
.codec(VideoCodecSettings.h265(H265SettingsProps.builder()
.rateControl(H265RateControl.qvbr(QvbrRateControlProps.builder().maxBitrate(Bitrate.mbps(8)).qvbrQualityLevel(8).build()))
.framerate(Framerate.FPS_30)
.sceneChangeDetect(H265SceneChangeDetect.ENABLED)
.colorSpaceSettings(H265ColorSpaceSettings.hlg2020())
.build()))
.width(1920)
.height(1080)
.build());
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final H265SceneChangeDetect(experimental) Disabled.static final H265SceneChangeDetect(experimental) Enabled. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedH265SceneChangeDetect(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedH265SceneChangeDetect(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()(experimental) The underlying string value passed to CloudFormation.static H265SceneChangeDetect(experimental) A value not yet modelled by AWS CDK.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
-
DISABLED
(experimental) Disabled. -
ENABLED
(experimental) Enabled.
-
-
Constructor Details
-
H265SceneChangeDetect
protected H265SceneChangeDetect(software.amazon.jsii.JsiiObjectRef objRef) -
H265SceneChangeDetect
protected H265SceneChangeDetect(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.
-