static DashPackage.Builder |
DashPackage.builder() |
|
DashPackage.Builder |
DashPackage.Builder.dashManifests(Collection<DashManifest> dashManifests) |
A list of DASH manifest configurations.
|
DashPackage.Builder |
DashPackage.Builder.dashManifests(Consumer<DashManifest.Builder>... dashManifests) |
A list of DASH manifest configurations.
|
DashPackage.Builder |
DashPackage.Builder.dashManifests(DashManifest... dashManifests) |
A list of DASH manifest configurations.
|
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.includeEncoderConfigurationInSegments(Boolean includeEncoderConfigurationInSegments) |
When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence
Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video
segment instead of in the init fragment.
|
DashPackage.Builder |
DashPackage.Builder.includeIframeOnlyStream(Boolean includeIframeOnlyStream) |
When enabled, an I-Frame only stream will be included in the output.
|
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.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).
|
DashPackage.Builder |
DashPackage.toBuilder() |
|