Interface DashPackage.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DashPackage.Builder,DashPackage>, SdkBuilder<DashPackage.Builder,DashPackage>, SdkPojo
Enclosing class:
DashPackage

public static interface DashPackage.Builder extends SdkPojo, CopyableBuilder<DashPackage.Builder,DashPackage>
  • Method Details

    • dashManifests

      DashPackage.Builder dashManifests(Collection<DashManifest> dashManifests)
      A list of DASH manifest configurations.
      Parameters:
      dashManifests - A list of DASH manifest configurations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashManifests

      DashPackage.Builder dashManifests(DashManifest... dashManifests)
      A list of DASH manifest configurations.
      Parameters:
      dashManifests - A list of DASH manifest configurations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashManifests

      DashPackage.Builder dashManifests(Consumer<DashManifest.Builder>... dashManifests)
      A list of DASH manifest configurations. This is a convenience method that creates an instance of the DashManifest.Builder avoiding the need to create one manually via DashManifest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dashManifests(List<DashManifest>).

      Parameters:
      dashManifests - a consumer that will call methods on DashManifest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryption

      DashPackage.Builder encryption(DashEncryption encryption)
      Sets the value of the Encryption property for this object.
      Parameters:
      encryption - The new value for the Encryption property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryption

      default DashPackage.Builder encryption(Consumer<DashEncryption.Builder> encryption)
      Sets the value of the Encryption property for this object. This is a convenience method that creates an instance of the DashEncryption.Builder avoiding the need to create one manually via DashEncryption.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to encryption(DashEncryption).

      Parameters:
      encryption - a consumer that will call methods on DashEncryption.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • includeEncoderConfigurationInSegments

      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. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
      Parameters:
      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. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeIframeOnlyStream

      DashPackage.Builder includeIframeOnlyStream(Boolean includeIframeOnlyStream)
      When enabled, an I-Frame only stream will be included in the output.
      Parameters:
      includeIframeOnlyStream - When enabled, an I-Frame only stream will be included in the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • periodTriggersWithStrings

      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. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
      Parameters:
      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. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • periodTriggersWithStrings

      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. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
      Parameters:
      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. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • periodTriggers

      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. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
      Parameters:
      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. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • periodTriggers

      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. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
      Parameters:
      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. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • segmentDurationSeconds

      DashPackage.Builder segmentDurationSeconds(Integer segmentDurationSeconds)
      Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
      Parameters:
      segmentDurationSeconds - Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • segmentTemplateFormat

      DashPackage.Builder segmentTemplateFormat(String segmentTemplateFormat)
      Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
      Parameters:
      segmentTemplateFormat - Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • segmentTemplateFormat

      DashPackage.Builder segmentTemplateFormat(SegmentTemplateFormat segmentTemplateFormat)
      Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
      Parameters:
      segmentTemplateFormat - Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: