Bagikan melalui


JpgLayer Class

Definition

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

public class JpgLayer : Azure.ResourceManager.Media.Models.MediaLayerBase
type JpgLayer = class
    inherit MediaLayerBase
Public Class JpgLayer
Inherits MediaLayerBase
Inheritance

Constructors

JpgLayer()

Initializes a new instance of JpgLayer.

Properties

Height

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 MediaLayerBase)
Label

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 MediaLayerBase)
Quality

The compression quality of the JPEG output. Range is from 0-100 and the default is 70.

Width

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 MediaLayerBase)

Applies to