data class JpgLayerArgs(val height: Output<String>? = null, val label: Output<String>? = null, val odataType: Output<String>, val quality: Output<Int>? = null, val width: Output<String>? = null) : ConvertibleToJava<JpgLayerArgs>
Describes the settings to produce a JPEG image from the input video.
The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in height as the input.
The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in width as the input.