PngLayerResponse

data class PngLayerResponse(val height: String? = null, val label: String? = null, val odataType: String, val width: String? = null)

Describes the settings to produce a PNG image from the input video.

Constructors

Link copied to clipboard
constructor(height: String? = null, label: String? = null, odataType: String, width: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: String? = null

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.

Link copied to clipboard
val label: String? = null

The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.PngLayer'.

Link copied to clipboard
val width: String? = null

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.