PngLayer Class

Definition

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

public class PngLayer : Microsoft.Azure.Management.Media.Models.Layer
type PngLayer = class
    inherit Layer
Public Class PngLayer
Inherits Layer
Inheritance
PngLayer

Constructors

PngLayer()

Initializes a new instance of the PngLayer class.

PngLayer(String, String, String)

Initializes a new instance of the PngLayer class.

Properties

Height

Gets or sets 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.

(Inherited from Layer)
Label

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

(Inherited from Layer)
Width

Gets or sets 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.

(Inherited from Layer)

Applies to