| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
DashIsoGroupSettings |
DashIsoGroupSettings.clone() |
DashIsoGroupSettings |
OutputGroupSettings.getDashIsoGroupSettings() |
DashIsoGroupSettings |
DashIsoGroupSettings.withBaseUrl(String baseUrl)
A partial URI prefix that will be put in the manifest (.mpd) file at the top level BaseURL element.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withEncryption(DashIsoEncryptionSettings encryption)
DRM settings.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withFragmentLength(Integer fragmentLength)
Length of fragments to generate (in seconds).
|
DashIsoGroupSettings |
DashIsoGroupSettings.withHbbtvCompliance(DashIsoHbbtvCompliance hbbtvCompliance) |
DashIsoGroupSettings |
DashIsoGroupSettings.withHbbtvCompliance(String hbbtvCompliance) |
DashIsoGroupSettings |
DashIsoGroupSettings.withMinBufferTime(Integer minBufferTime)
Minimum time of initially buffered media that is needed to ensure smooth playout.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withSegmentControl(DashIsoSegmentControl segmentControl) |
DashIsoGroupSettings |
DashIsoGroupSettings.withSegmentControl(String segmentControl) |
DashIsoGroupSettings |
DashIsoGroupSettings.withSegmentLength(Integer segmentLength)
Length of mpd segments to create (in seconds).
|
DashIsoGroupSettings |
DashIsoGroupSettings.withWriteSegmentTimelineInRepresentation(DashIsoWriteSegmentTimelineInRepresentation writeSegmentTimelineInRepresentation)
When ENABLED, segment durations are indicated in the manifest using SegmentTimeline and SegmentTimeline will be
promoted down into Representation from AdaptationSet.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withWriteSegmentTimelineInRepresentation(String writeSegmentTimelineInRepresentation)
When ENABLED, segment durations are indicated in the manifest using SegmentTimeline and SegmentTimeline will be
promoted down into Representation from AdaptationSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGroupSettings.setDashIsoGroupSettings(DashIsoGroupSettings dashIsoGroupSettings) |
OutputGroupSettings |
OutputGroupSettings.withDashIsoGroupSettings(DashIsoGroupSettings dashIsoGroupSettings) |
Copyright © 2018. All rights reserved.