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 rateControlMode: String? = null, 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.