H264Video Response
data class H264VideoResponse(val complexity: String? = null, val keyFrameInterval: String? = null, val label: String? = null, val layers: List<H264LayerResponse>? = null, val odataType: String, val sceneChangeDetection: Boolean? = null, val stretchMode: String? = null, val syncMode: String? = null)
Describes all the properties for encoding a video with the H.264 codec.
Constructors
Link copied to clipboard
fun H264VideoResponse(complexity: String? = null, keyFrameInterval: String? = null, label: String? = null, layers: List<H264LayerResponse>? = null, odataType: String, sceneChangeDetection: Boolean? = null, stretchMode: String? = null, syncMode: String? = null)