Interface ParticipantRecordingHlsConfiguration.Builder

  • Method Details

    • targetSegmentDurationSeconds

      ParticipantRecordingHlsConfiguration.Builder targetSegmentDurationSeconds(Integer targetSegmentDurationSeconds)

      Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.

      Parameters:
      targetSegmentDurationSeconds - Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
      Returns:
      Returns a reference to this object so that method calls can be chained together.