VideoMediaInfoArgs

data class VideoMediaInfoArgs(val segmentLength: Output<String>? = null) : ConvertibleToJava<VideoMediaInfoArgs>

Contains information about the video and audio content.

Constructors

Link copied to clipboard
constructor(segmentLength: Output<String>? = null)

Properties

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

Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.

Functions

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