Video Args
data class VideoArgs(val keyFrameInterval: Output<String>? = null, val label: Output<String>? = null, val odataType: Output<String>, val stretchMode: Output<Either<String, StretchMode>>? = null, val syncMode: Output<Either<String, VideoSyncMode>>? = null) : ConvertibleToJava<VideoArgs>
Describes the basic properties for encoding the input video.
Constructors
Link copied to clipboard
fun VideoArgs(keyFrameInterval: Output<String>? = null, label: Output<String>? = null, odataType: Output<String>, stretchMode: Output<Either<String, StretchMode>>? = null, syncMode: Output<Either<String, VideoSyncMode>>? = null)