StandardEncoderPreset 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 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
- 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
Azure SDK for .NET