Interface KinesisVideoStreamStartSelector.Builder

  • Method Details

    • producerTimestamp

      KinesisVideoStreamStartSelector.Builder producerTimestamp(Long producerTimestamp)

      The timestamp from the producer corresponding to the fragment, in milliseconds, expressed in unix time format.

      Parameters:
      producerTimestamp - The timestamp from the producer corresponding to the fragment, in milliseconds, expressed in unix time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fragmentNumber

      KinesisVideoStreamStartSelector.Builder fragmentNumber(String fragmentNumber)

      The unique identifier of the fragment. This value monotonically increases based on the ingestion order.

      Parameters:
      fragmentNumber - The unique identifier of the fragment. This value monotonically increases based on the ingestion order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.