Video Encoder H264Response
data class VideoEncoderH264Response(val bitrateKbps: String? = null, val frameRate: String? = null, val scale: VideoScaleResponse? = null, val type: String)
A custom preset for encoding video with the H.264 (AVC) codec.
Constructors
Link copied to clipboard
fun VideoEncoderH264Response(bitrateKbps: String? = null, frameRate: String? = null, scale: VideoScaleResponse? = null, type: String)