Jpg Layer Response
data class JpgLayerResponse(val height: String? = null, val label: String? = null, val quality: Int? = null, val width: String? = null)
Describes the settings to produce a JPEG image from the input video.
Constructors
Link copied to clipboard
fun JpgLayerResponse(height: String? = null, label: String? = null, quality: Int? = null, width: String? = null)