| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoCodecSettings |
VideoCodecSettings.clone() |
VideoCodecSettings |
VideoDescription.getCodecSettings()
Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video
encoding.
|
VideoCodecSettings |
VideoCodecSettings.withAv1Settings(Av1Settings av1Settings)
Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
|
VideoCodecSettings |
VideoCodecSettings.withCodec(String codec)
Specifies the video codec.
|
VideoCodecSettings |
VideoCodecSettings.withCodec(VideoCodec codec)
Specifies the video codec.
|
VideoCodecSettings |
VideoCodecSettings.withFrameCaptureSettings(FrameCaptureSettings frameCaptureSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.
|
VideoCodecSettings |
VideoCodecSettings.withH264Settings(H264Settings h264Settings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value H_264.
|
VideoCodecSettings |
VideoCodecSettings.withH265Settings(H265Settings h265Settings)
Settings for H265 codec
|
VideoCodecSettings |
VideoCodecSettings.withMpeg2Settings(Mpeg2Settings mpeg2Settings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2.
|
VideoCodecSettings |
VideoCodecSettings.withProresSettings(ProresSettings proresSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoDescription.setCodecSettings(VideoCodecSettings codecSettings)
Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video
encoding.
|
VideoDescription |
VideoDescription.withCodecSettings(VideoCodecSettings codecSettings)
Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video
encoding.
|
Copyright © 2020. All rights reserved.