JpgLayer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the settings to produce a JPEG image from the input video.
public class JpgLayer : Microsoft.Azure.Management.Media.Models.Layer
type JpgLayer = class
inherit Layer
Public Class JpgLayer
Inherits Layer
- Inheritance
Constructors
JpgLayer() |
Initializes a new instance of the JpgLayer class. |
JpgLayer(String, String, String, Nullable<Int32>) |
Initializes a new instance of the JpgLayer 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) |
Quality |
Gets or sets the compression quality of the JPEG output. Range is from 0-100 and the default is 70. |
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
Azure SDK for .NET