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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET