Поделиться через


BuiltInStandardEncoderPreset Class

Definition

Describes a built-in preset for encoding the input video with the Standard Encoder.

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

Constructors

BuiltInStandardEncoderPreset(EncoderNamedPreset)

Initializes a new instance of BuiltInStandardEncoderPreset.

Properties

Configurations

Optional configuration settings for encoder. Configurations is only supported for ContentAwareEncoding and H265ContentAwareEncoding BuiltInStandardEncoderPreset.

PresetName

The built-in preset to be used for encoding videos.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BuiltInStandardEncoderPreset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BuiltInStandardEncoderPreset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MediaTransformPreset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MediaTransformPreset)
IPersistableModel<BuiltInStandardEncoderPreset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BuiltInStandardEncoderPreset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BuiltInStandardEncoderPreset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MediaTransformPreset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MediaTransformPreset)

Applies to