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
fun HlsArgs(fragmentsPerTsSegment: Output<Int>? = null)

Functions

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

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.