StandardEncoderPreset Class

Definition

Describes all the settings to be used when encoding the input video with the Standard Encoder.

[Newtonsoft.Json.JsonObject("#Microsoft.Media.StandardEncoderPreset")]
public class StandardEncoderPreset : Microsoft.Azure.Management.Media.Models.Preset
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.StandardEncoderPreset")>]
type StandardEncoderPreset = class
    inherit Preset
Public Class StandardEncoderPreset
Inherits Preset
Inheritance
StandardEncoderPreset
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

StandardEncoderPreset()

Initializes a new instance of the StandardEncoderPreset class.

StandardEncoderPreset(IList<Codec>, IList<Format>, Filters)

Initializes a new instance of the StandardEncoderPreset class.

Properties

Codecs

Gets or sets the list of codecs to be used when encoding the input video.

Filters

Gets or sets one or more filtering operations that are applied to the input media before encoding.

Formats

Gets or sets the list of outputs to be produced by the encoder.

Methods

Validate()

Validate the object.

Applies to