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
fun SegmentSettingsArgs(individualSegments: Output<Boolean>, segmentDuration: Output<String>? = null)

Functions

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

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.