H265Video Response
data class H265VideoResponse(val complexity: String? = null, val keyFrameInterval: String? = null, val label: String? = null, val layers: List<H265LayerResponse>? = 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.265 codec.
Constructors
Link copied to clipboard
fun H265VideoResponse(complexity: String? = null, keyFrameInterval: String? = null, label: String? = null, layers: List<H265LayerResponse>? = null, odataType: String, sceneChangeDetection: Boolean? = null, stretchMode: String? = null, syncMode: String? = null)