Transform Output Custom Preset Codec H264Video
data class TransformOutputCustomPresetCodecH264Video(val complexity: String? = null, val keyFrameInterval: String? = null, val label: String? = null, val layers: List<TransformOutputCustomPresetCodecH264VideoLayer>? = null, val rateControlMode: String? = null, val sceneChangeDetectionEnabled: Boolean? = null, val stretchMode: String? = null, val syncMode: String? = null)
Constructors
Link copied to clipboard
fun TransformOutputCustomPresetCodecH264Video(complexity: String? = null, keyFrameInterval: String? = null, label: String? = null, layers: List<TransformOutputCustomPresetCodecH264VideoLayer>? = null, rateControlMode: String? = null, sceneChangeDetectionEnabled: Boolean? = null, stretchMode: String? = null, syncMode: String? = null)