| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
DashPackage |
DashPackage.clone() |
DashPackage |
CreatePackagingConfigurationResult.getDashPackage() |
DashPackage |
DescribePackagingConfigurationResult.getDashPackage() |
DashPackage |
PackagingConfiguration.getDashPackage() |
DashPackage |
CreatePackagingConfigurationRequest.getDashPackage() |
DashPackage |
DashPackage.withDashManifests(Collection<DashManifest> dashManifests)
A list of DASH manifest configurations.
|
DashPackage |
DashPackage.withDashManifests(DashManifest... dashManifests)
A list of DASH manifest configurations.
|
DashPackage |
DashPackage.withEncryption(DashEncryption encryption) |
DashPackage |
DashPackage.withPeriodTriggers(Collection<String> periodTriggers)
A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation
Description (MPD) will be partitioned into multiple periods.
|
DashPackage |
DashPackage.withPeriodTriggers(PeriodTriggersElement... periodTriggers)
A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation
Description (MPD) will be partitioned into multiple periods.
|
DashPackage |
DashPackage.withPeriodTriggers(String... periodTriggers)
A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation
Description (MPD) will be partitioned into multiple periods.
|
DashPackage |
DashPackage.withSegmentDurationSeconds(Integer segmentDurationSeconds)
Duration (in seconds) of each segment.
|
DashPackage |
DashPackage.withSegmentTemplateFormat(SegmentTemplateFormat segmentTemplateFormat)
Determines the type of SegmentTemplate included in the Media Presentation Description (MPD).
|
DashPackage |
DashPackage.withSegmentTemplateFormat(String segmentTemplateFormat)
Determines the type of SegmentTemplate included in the Media Presentation Description (MPD).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePackagingConfigurationResult.setDashPackage(DashPackage dashPackage) |
void |
DescribePackagingConfigurationResult.setDashPackage(DashPackage dashPackage) |
void |
PackagingConfiguration.setDashPackage(DashPackage dashPackage) |
void |
CreatePackagingConfigurationRequest.setDashPackage(DashPackage dashPackage) |
CreatePackagingConfigurationResult |
CreatePackagingConfigurationResult.withDashPackage(DashPackage dashPackage) |
DescribePackagingConfigurationResult |
DescribePackagingConfigurationResult.withDashPackage(DashPackage dashPackage) |
PackagingConfiguration |
PackagingConfiguration.withDashPackage(DashPackage dashPackage) |
CreatePackagingConfigurationRequest |
CreatePackagingConfigurationRequest.withDashPackage(DashPackage dashPackage) |
Copyright © 2020. All rights reserved.