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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET