Interface MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.023Z") @Stability(Stable) public interface MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Builderstatic classMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Jsii$ProxyAn implementation forMedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Builderbuilder()default MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsFrameCaptureSettingsgetFrameCaptureSettings()frame_capture_settings block.default MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsH264SettingsgetH264Settings()h264_settings block.default MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsH265SettingsgetH265Settings()h265_settings block.
-
-
-
Method Detail
-
getFrameCaptureSettings
@Stability(Stable) @Nullable default MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsFrameCaptureSettings getFrameCaptureSettings()
frame_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}
-
getH264Settings
@Stability(Stable) @Nullable default MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsH264Settings getH264Settings()
h264_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}
-
getH265Settings
@Stability(Stable) @Nullable default MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsH265Settings getH265Settings()
h265_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}
-
builder
@Stability(Stable) static MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings.Builder builder()
-
-