SegmentSettingsArgs

data class SegmentSettingsArgs(val individualSegments: Output<Boolean>, val segmentDuration: Output<String>? = null) : ConvertibleToJava<SegmentSettingsArgs>

Segment settings for ts, fmp4 and vtt.

Constructors

Link copied to clipboard
constructor(individualSegments: Output<Boolean>, segmentDuration: Output<String>? = null)

Properties

Link copied to clipboard

Create an individual segment file. The default is false.

Link copied to clipboard
val segmentDuration: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): SegmentSettingsArgs