Interface CompositionRecordingHlsConfiguration.Builder

  • Method Details

    • targetSegmentDurationSeconds

      CompositionRecordingHlsConfiguration.Builder targetSegmentDurationSeconds(Integer targetSegmentDurationSeconds)

      Defines the target duration for recorded segments generated when using composite recording. Segments may have durations shorter than the specified value when needed to ensure each segment begins with a keyframe. Default: 2.

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