Interface CmafIngestGroupSettings.Builder

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

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

    • destination

      A HTTP destination for the tracks
      Parameters:
      destination - A HTTP destination for the tracks
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destination

      A HTTP destination for the tracks This is a convenience method that creates an instance of the OutputLocationRef.Builder avoiding the need to create one manually via OutputLocationRef.builder().

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

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

      CmafIngestGroupSettings.Builder nielsenId3Behavior(String nielsenId3Behavior)
      If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
      Parameters:
      nielsenId3Behavior - If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nielsenId3Behavior

      CmafIngestGroupSettings.Builder nielsenId3Behavior(CmafNielsenId3Behavior nielsenId3Behavior)
      If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
      Parameters:
      nielsenId3Behavior - If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scte35Type

      CmafIngestGroupSettings.Builder scte35Type(String scte35Type)
      Type of scte35 track to add. none or scte35WithoutSegmentation
      Parameters:
      scte35Type - Type of scte35 track to add. none or scte35WithoutSegmentation
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scte35Type

      Type of scte35 track to add. none or scte35WithoutSegmentation
      Parameters:
      scte35Type - Type of scte35 track to add. none or scte35WithoutSegmentation
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • segmentLength

      CmafIngestGroupSettings.Builder segmentLength(Integer segmentLength)
      The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
      Parameters:
      segmentLength - The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • segmentLengthUnits

      CmafIngestGroupSettings.Builder segmentLengthUnits(String segmentLengthUnits)
      Time unit for segment length parameter.
      Parameters:
      segmentLengthUnits - Time unit for segment length parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • segmentLengthUnits

      CmafIngestGroupSettings.Builder segmentLengthUnits(CmafIngestSegmentLengthUnits segmentLengthUnits)
      Time unit for segment length parameter.
      Parameters:
      segmentLengthUnits - Time unit for segment length parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sendDelayMs

      CmafIngestGroupSettings.Builder sendDelayMs(Integer sendDelayMs)
      Number of milliseconds to delay the output from the second pipeline.
      Parameters:
      sendDelayMs - Number of milliseconds to delay the output from the second pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.