HlsArgs

data class HlsArgs(val fragmentsPerTsSegment: Output<Int>? = null) : ConvertibleToJava<HlsArgs>

HTTP Live Streaming (HLS) packing setting for the live output.

Constructors

Link copied to clipboard
constructor(fragmentsPerTsSegment: Output<Int>? = null)

Properties

Link copied to clipboard
val fragmentsPerTsSegment: Output<Int>? = null

The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.

Functions

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