| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
FrameCaptureSettings |
FrameCaptureSettings.clone() |
FrameCaptureSettings |
VideoCodecSettings.getFrameCaptureSettings()
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.
|
FrameCaptureSettings |
FrameCaptureSettings.withFramerateDenominator(Integer framerateDenominator)
Frame capture will encode the first frame of the output stream, then one frame every
framerateDenominator/framerateNumerator seconds.
|
FrameCaptureSettings |
FrameCaptureSettings.withFramerateNumerator(Integer framerateNumerator)
Frame capture will encode the first frame of the output stream, then one frame every
framerateDenominator/framerateNumerator seconds.
|
FrameCaptureSettings |
FrameCaptureSettings.withMaxCaptures(Integer maxCaptures)
Maximum number of captures (encoded jpg output files).
|
FrameCaptureSettings |
FrameCaptureSettings.withQuality(Integer quality)
JPEG Quality - a higher value equals higher quality.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoCodecSettings.setFrameCaptureSettings(FrameCaptureSettings frameCaptureSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.
|
VideoCodecSettings |
VideoCodecSettings.withFrameCaptureSettings(FrameCaptureSettings frameCaptureSettings)
Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE.
|
Copyright © 2020. All rights reserved.