EncoderCustomPreset 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 a custom preset for encoding the input content using the encoder processor.
[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.EncoderCustomPreset")]
public class EncoderCustomPreset : Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderPresetBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.EncoderCustomPreset")>]
type EncoderCustomPreset = class
inherit EncoderPresetBase
Public Class EncoderCustomPreset
Inherits EncoderPresetBase
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
EncoderCustomPreset() |
Initializes a new instance of the EncoderCustomPreset class. |
EncoderCustomPreset(AudioEncoderBase, VideoEncoderBase) |
Initializes a new instance of the EncoderCustomPreset class. |
Properties
AudioEncoder |
Gets or sets describes a custom preset for encoding audio. |
VideoEncoder |
Gets or sets describes a custom preset for encoding video. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.