共用方式為


JpgLayer Class

Definition

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

public class JpgLayer : Azure.ResourceManager.Media.Models.MediaLayerBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.JpgLayer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.JpgLayer>
public class JpgLayer : Azure.ResourceManager.Media.Models.MediaLayerBase
type JpgLayer = class
    inherit MediaLayerBase
    interface IJsonModel<JpgLayer>
    interface IPersistableModel<JpgLayer>
type JpgLayer = class
    inherit MediaLayerBase
Public Class JpgLayer
Inherits MediaLayerBase
Implements IJsonModel(Of JpgLayer), IPersistableModel(Of JpgLayer)
Public Class JpgLayer
Inherits MediaLayerBase
Inheritance
Implements

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JpgLayer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<JpgLayer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MediaLayerBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MediaLayerBase)
IJsonModel<MediaLayerBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MediaLayerBase)
IPersistableModel<JpgLayer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JpgLayer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<JpgLayer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MediaLayerBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MediaLayerBase)
IPersistableModel<MediaLayerBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MediaLayerBase)
IPersistableModel<MediaLayerBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MediaLayerBase)

Applies to