| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
DashPackage |
DashPackage.clone() |
DashPackage |
UpdateOriginEndpointRequest.getDashPackage() |
DashPackage |
DescribeOriginEndpointResult.getDashPackage() |
DashPackage |
CreateOriginEndpointResult.getDashPackage() |
DashPackage |
CreateOriginEndpointRequest.getDashPackage() |
DashPackage |
OriginEndpoint.getDashPackage() |
DashPackage |
UpdateOriginEndpointResult.getDashPackage() |
DashPackage |
DashPackage.withAdsOnDeliveryRestrictions(AdsOnDeliveryRestrictions adsOnDeliveryRestrictions) |
DashPackage |
DashPackage.withAdsOnDeliveryRestrictions(String adsOnDeliveryRestrictions) |
DashPackage |
DashPackage.withAdTriggers(AdTriggersElement... adTriggers) |
DashPackage |
DashPackage.withAdTriggers(Collection<String> adTriggers) |
DashPackage |
DashPackage.withAdTriggers(String... adTriggers)
NOTE: This method appends the values to the existing list (if any).
|
DashPackage |
DashPackage.withEncryption(DashEncryption encryption) |
DashPackage |
DashPackage.withIncludeIframeOnlyStream(Boolean includeIframeOnlyStream)
When enabled, an I-Frame only stream will be included in the output.
|
DashPackage |
DashPackage.withManifestLayout(ManifestLayout manifestLayout)
Determines the position of some tags in the Media Presentation Description (MPD).
|
DashPackage |
DashPackage.withManifestLayout(String manifestLayout)
Determines the position of some tags in the Media Presentation Description (MPD).
|
DashPackage |
DashPackage.withManifestWindowSeconds(Integer manifestWindowSeconds)
Time window (in seconds) contained in each manifest.
|
DashPackage |
DashPackage.withMinBufferTimeSeconds(Integer minBufferTimeSeconds)
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
|
DashPackage |
DashPackage.withMinUpdatePeriodSeconds(Integer minUpdatePeriodSeconds)
Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media
Presentation Description (MPD).
|
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.withProfile(Profile profile)
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
DashPackage |
DashPackage.withProfile(String profile)
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
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).
|
DashPackage |
DashPackage.withStreamSelection(StreamSelection streamSelection) |
DashPackage |
DashPackage.withSuggestedPresentationDelaySeconds(Integer suggestedPresentationDelaySeconds)
Duration (in seconds) to delay live content before presentation.
|
DashPackage |
DashPackage.withUtcTiming(String utcTiming)
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
|
DashPackage |
DashPackage.withUtcTiming(UtcTiming utcTiming)
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
|
DashPackage |
DashPackage.withUtcTimingUri(String utcTimingUri)
Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateOriginEndpointRequest.setDashPackage(DashPackage dashPackage) |
void |
DescribeOriginEndpointResult.setDashPackage(DashPackage dashPackage) |
void |
CreateOriginEndpointResult.setDashPackage(DashPackage dashPackage) |
void |
CreateOriginEndpointRequest.setDashPackage(DashPackage dashPackage) |
void |
OriginEndpoint.setDashPackage(DashPackage dashPackage) |
void |
UpdateOriginEndpointResult.setDashPackage(DashPackage dashPackage) |
UpdateOriginEndpointRequest |
UpdateOriginEndpointRequest.withDashPackage(DashPackage dashPackage) |
DescribeOriginEndpointResult |
DescribeOriginEndpointResult.withDashPackage(DashPackage dashPackage) |
CreateOriginEndpointResult |
CreateOriginEndpointResult.withDashPackage(DashPackage dashPackage) |
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withDashPackage(DashPackage dashPackage) |
OriginEndpoint |
OriginEndpoint.withDashPackage(DashPackage dashPackage) |
UpdateOriginEndpointResult |
UpdateOriginEndpointResult.withDashPackage(DashPackage dashPackage) |
Copyright © 2024. All rights reserved.