H265Video Args
data class H265VideoArgs(val complexity: Output<Either<String, H265Complexity>>? = null, val keyFrameInterval: Output<String>? = null, val label: Output<String>? = null, val layers: Output<List<H265LayerArgs>>? = null, val odataType: Output<String>, val sceneChangeDetection: Output<Boolean>? = null, val stretchMode: Output<Either<String, StretchMode>>? = null, val syncMode: Output<Either<String, VideoSyncMode>>? = null) : ConvertibleToJava<H265VideoArgs>
Describes all the properties for encoding a video with the H.265 codec.
Constructors
Link copied to clipboard
fun H265VideoArgs(complexity: Output<Either<String, H265Complexity>>? = null, keyFrameInterval: Output<String>? = null, label: Output<String>? = null, layers: Output<List<H265LayerArgs>>? = null, odataType: Output<String>, sceneChangeDetection: Output<Boolean>? = null, stretchMode: Output<Either<String, StretchMode>>? = null, syncMode: Output<Either<String, VideoSyncMode>>? = null)