Share via


EncoderCustomPreset Class

Definition

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
EncoderCustomPreset
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