SegmentSettingsResponse

data class SegmentSettingsResponse(val individualSegments: Boolean, val segmentDuration: String)

Segment settings for ts, fmp4 and vtt.

Constructors

Link copied to clipboard
constructor(individualSegments: Boolean, segmentDuration: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Create an individual segment file. The default is false.

Link copied to clipboard

Duration of the segments in seconds. The default is 6.0s. Note that segmentDuration must be greater than or equal to #videostream, and segmentDuration must be divisible by #videostream.