| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoCodecSettings |
VideoCodecSettings.clone() |
VideoCodecSettings |
VideoDescription.getCodecSettings() |
VideoCodecSettings |
VideoCodecSettings.withCodec(String codec)
Specifies the video codec.
|
VideoCodecSettings |
VideoCodecSettings.withCodec(VideoCodec codec)
Specifies the video codec.
|
VideoCodecSettings |
VideoCodecSettings.withFrameCaptureSettings(FrameCaptureSettings frameCaptureSettings) |
VideoCodecSettings |
VideoCodecSettings.withH264Settings(H264Settings h264Settings) |
VideoCodecSettings |
VideoCodecSettings.withH265Settings(H265Settings h265Settings) |
VideoCodecSettings |
VideoCodecSettings.withMpeg2Settings(Mpeg2Settings mpeg2Settings) |
VideoCodecSettings |
VideoCodecSettings.withProresSettings(ProresSettings proresSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
VideoDescription.setCodecSettings(VideoCodecSettings codecSettings) |
VideoDescription |
VideoDescription.withCodecSettings(VideoCodecSettings codecSettings) |
Copyright © 2019. All rights reserved.