Class MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Jsii$Proxy
-
- All Implemented Interfaces:
MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
@Stability(Stable) @Internal public static final class MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
An implementation forMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Builder, MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsFrameCaptureSettingsgetFrameCaptureSettings()frame_capture_settings block.MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsH264SettingsgetH264Settings()h264_settings block.MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsH265SettingsgetH265Settings()h265_settings block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Builder.
-
-
Method Detail
-
getFrameCaptureSettings
public final MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsFrameCaptureSettings getFrameCaptureSettings()
Description copied from interface:MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsframe_capture_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#frame_capture_settings MedialiveChannel#frame_capture_settings}
- Specified by:
getFrameCaptureSettingsin interfaceMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
-
getH264Settings
public final MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsH264Settings getH264Settings()
Description copied from interface:MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsh264_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#h264_settings MedialiveChannel#h264_settings}
- Specified by:
getH264Settingsin interfaceMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
-
getH265Settings
public final MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsH265Settings getH265Settings()
Description copied from interface:MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsh265_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#h265_settings MedialiveChannel#h265_settings}
- Specified by:
getH265Settingsin interfaceMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-