| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CmafGroupSettings |
CmafGroupSettings.clone() |
CmafGroupSettings |
OutputGroupSettings.getCmafGroupSettings() |
CmafGroupSettings |
CmafGroupSettings.withBaseUrl(String baseUrl)
A partial URI prefix that will be put in the manifest file at the top level BaseURL element.
|
CmafGroupSettings |
CmafGroupSettings.withClientCache(CmafClientCache clientCache) |
CmafGroupSettings |
CmafGroupSettings.withClientCache(String clientCache) |
CmafGroupSettings |
CmafGroupSettings.withCodecSpecification(CmafCodecSpecification codecSpecification) |
CmafGroupSettings |
CmafGroupSettings.withCodecSpecification(String codecSpecification) |
CmafGroupSettings |
CmafGroupSettings.withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
CmafGroupSettings |
CmafGroupSettings.withEncryption(CmafEncryptionSettings encryption)
DRM settings.
|
CmafGroupSettings |
CmafGroupSettings.withFragmentLength(Integer fragmentLength)
Length of fragments to generate (in seconds).
|
CmafGroupSettings |
CmafGroupSettings.withManifestCompression(CmafManifestCompression manifestCompression) |
CmafGroupSettings |
CmafGroupSettings.withManifestCompression(String manifestCompression) |
CmafGroupSettings |
CmafGroupSettings.withManifestDurationFormat(CmafManifestDurationFormat manifestDurationFormat) |
CmafGroupSettings |
CmafGroupSettings.withManifestDurationFormat(String manifestDurationFormat) |
CmafGroupSettings |
CmafGroupSettings.withMinBufferTime(Integer minBufferTime)
Minimum time of initially buffered media that is needed to ensure smooth playout.
|
CmafGroupSettings |
CmafGroupSettings.withMinFinalSegmentLength(Double minFinalSegmentLength)
Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back
the end of your video asset.
|
CmafGroupSettings |
CmafGroupSettings.withSegmentControl(CmafSegmentControl segmentControl) |
CmafGroupSettings |
CmafGroupSettings.withSegmentControl(String segmentControl) |
CmafGroupSettings |
CmafGroupSettings.withSegmentLength(Integer segmentLength)
Use this setting to specify the length, in seconds, of each individual CMAF segment.
|
CmafGroupSettings |
CmafGroupSettings.withStreamInfResolution(CmafStreamInfResolution streamInfResolution) |
CmafGroupSettings |
CmafGroupSettings.withStreamInfResolution(String streamInfResolution) |
CmafGroupSettings |
CmafGroupSettings.withWriteDashManifest(CmafWriteDASHManifest writeDashManifest) |
CmafGroupSettings |
CmafGroupSettings.withWriteDashManifest(String writeDashManifest) |
CmafGroupSettings |
CmafGroupSettings.withWriteHlsManifest(CmafWriteHLSManifest writeHlsManifest) |
CmafGroupSettings |
CmafGroupSettings.withWriteHlsManifest(String writeHlsManifest) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGroupSettings.setCmafGroupSettings(CmafGroupSettings cmafGroupSettings) |
OutputGroupSettings |
OutputGroupSettings.withCmafGroupSettings(CmafGroupSettings cmafGroupSettings) |
Copyright © 2018. All rights reserved.