EncoderCustomPreset Constructors

Definition

Overloads

EncoderCustomPreset()

Initializes a new instance of the EncoderCustomPreset class.

EncoderCustomPreset(AudioEncoderBase, VideoEncoderBase)

Initializes a new instance of the EncoderCustomPreset class.

EncoderCustomPreset()

Initializes a new instance of the EncoderCustomPreset class.

public EncoderCustomPreset ();
Public Sub New ()

Applies to

EncoderCustomPreset(AudioEncoderBase, VideoEncoderBase)

Initializes a new instance of the EncoderCustomPreset class.

public EncoderCustomPreset (Microsoft.Azure.Management.VideoAnalyzer.Models.AudioEncoderBase audioEncoder = default, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoEncoderBase videoEncoder = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderCustomPreset : Microsoft.Azure.Management.VideoAnalyzer.Models.AudioEncoderBase * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoEncoderBase -> Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderCustomPreset
Public Sub New (Optional audioEncoder As AudioEncoderBase = Nothing, Optional videoEncoder As VideoEncoderBase = Nothing)

Parameters

audioEncoder
AudioEncoderBase

Describes a custom preset for encoding audio.

videoEncoder
VideoEncoderBase

Describes a custom preset for encoding video.

Applies to