DashPackage.Builder |
DashPackage.Builder.adsOnDeliveryRestrictions(String adsOnDeliveryRestrictions) |
Sets the value of the AdsOnDeliveryRestrictions property for this object.
|
DashPackage.Builder |
DashPackage.Builder.adsOnDeliveryRestrictions(AdsOnDeliveryRestrictions adsOnDeliveryRestrictions) |
Sets the value of the AdsOnDeliveryRestrictions property for this object.
|
DashPackage.Builder |
DashPackage.Builder.adTriggers(Collection<AdTriggersElement> adTriggers) |
Sets the value of the AdTriggers property for this object.
|
DashPackage.Builder |
DashPackage.Builder.adTriggers(AdTriggersElement... adTriggers) |
Sets the value of the AdTriggers property for this object.
|
DashPackage.Builder |
DashPackage.Builder.adTriggersWithStrings(String... adTriggers) |
Sets the value of the AdTriggers property for this object.
|
DashPackage.Builder |
DashPackage.Builder.adTriggersWithStrings(Collection<String> adTriggers) |
Sets the value of the AdTriggers property for this object.
|
static DashPackage.Builder |
DashPackage.builder() |
|
default DashPackage.Builder |
DashPackage.Builder.encryption(Consumer<DashEncryption.Builder> encryption) |
Sets the value of the Encryption property for this object.
|
DashPackage.Builder |
DashPackage.Builder.encryption(DashEncryption encryption) |
Sets the value of the Encryption property for this object.
|
DashPackage.Builder |
DashPackage.Builder.includeIframeOnlyStream(Boolean includeIframeOnlyStream) |
When enabled, an I-Frame only stream will be included in the output.
|
DashPackage.Builder |
DashPackage.Builder.manifestLayout(String manifestLayout) |
Determines the position of some tags in the Media Presentation Description (MPD).
|
DashPackage.Builder |
DashPackage.Builder.manifestLayout(ManifestLayout manifestLayout) |
Determines the position of some tags in the Media Presentation Description (MPD).
|
DashPackage.Builder |
DashPackage.Builder.manifestWindowSeconds(Integer manifestWindowSeconds) |
Time window (in seconds) contained in each manifest.
|
DashPackage.Builder |
DashPackage.Builder.minBufferTimeSeconds(Integer minBufferTimeSeconds) |
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
|
DashPackage.Builder |
DashPackage.Builder.minUpdatePeriodSeconds(Integer minUpdatePeriodSeconds) |
Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH)
Media Presentation Description (MPD).
|
DashPackage.Builder |
DashPackage.Builder.periodTriggers(Collection<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.Builder |
DashPackage.Builder.periodTriggers(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.Builder |
DashPackage.Builder.periodTriggersWithStrings(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.Builder |
DashPackage.Builder.periodTriggersWithStrings(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.Builder |
DashPackage.Builder.profile(String profile) |
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
DashPackage.Builder |
DashPackage.Builder.profile(Profile profile) |
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
DashPackage.Builder |
DashPackage.Builder.segmentDurationSeconds(Integer segmentDurationSeconds) |
Duration (in seconds) of each segment.
|
DashPackage.Builder |
DashPackage.Builder.segmentTemplateFormat(String segmentTemplateFormat) |
Determines the type of SegmentTemplate included in the Media Presentation Description (MPD).
|
DashPackage.Builder |
DashPackage.Builder.segmentTemplateFormat(SegmentTemplateFormat segmentTemplateFormat) |
Determines the type of SegmentTemplate included in the Media Presentation Description (MPD).
|
default DashPackage.Builder |
DashPackage.Builder.streamSelection(Consumer<StreamSelection.Builder> streamSelection) |
Sets the value of the StreamSelection property for this object.
|
DashPackage.Builder |
DashPackage.Builder.streamSelection(StreamSelection streamSelection) |
Sets the value of the StreamSelection property for this object.
|
DashPackage.Builder |
DashPackage.Builder.suggestedPresentationDelaySeconds(Integer suggestedPresentationDelaySeconds) |
Duration (in seconds) to delay live content before presentation.
|
DashPackage.Builder |
DashPackage.toBuilder() |
|
DashPackage.Builder |
DashPackage.Builder.utcTiming(String utcTiming) |
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
|
DashPackage.Builder |
DashPackage.Builder.utcTiming(UtcTiming utcTiming) |
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
|
DashPackage.Builder |
DashPackage.Builder.utcTimingUri(String utcTimingUri) |
Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or
HTTP-XSDATE
|