Interface TimeSignalMessage.Builder

    • Method Detail

      • segmentationDescriptors

        TimeSignalMessage.Builder segmentationDescriptors​(Collection<SegmentationDescriptor> segmentationDescriptors)

        The configurations for the SCTE-35 segmentation_descriptor message(s) sent with the time_signal message.

        Parameters:
        segmentationDescriptors - The configurations for the SCTE-35 segmentation_descriptor message(s) sent with the time_signal message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • segmentationDescriptors

        TimeSignalMessage.Builder segmentationDescriptors​(SegmentationDescriptor... segmentationDescriptors)

        The configurations for the SCTE-35 segmentation_descriptor message(s) sent with the time_signal message.

        Parameters:
        segmentationDescriptors - The configurations for the SCTE-35 segmentation_descriptor message(s) sent with the time_signal message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.