Condividi tramite


EncoderSystemPreset Constructors

Definition

Overloads

EncoderSystemPreset()

Initializes a new instance of the EncoderSystemPreset class.

EncoderSystemPreset(EncoderSystemPresetType)

Initializes a new instance of the EncoderSystemPreset class.

EncoderSystemPreset()

Initializes a new instance of the EncoderSystemPreset class.

public EncoderSystemPreset ();
Public Sub New ()

Applies to

EncoderSystemPreset(EncoderSystemPresetType)

Initializes a new instance of the EncoderSystemPreset class.

public EncoderSystemPreset (Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderSystemPresetType name);
new Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderSystemPreset : Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderSystemPresetType -> Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderSystemPreset
Public Sub New (name As EncoderSystemPresetType)

Parameters

name
EncoderSystemPresetType

Name of the built-in encoding preset. Possible values include: 'SingleLayer_540p_H264_AAC', 'SingleLayer_720p_H264_AAC', 'SingleLayer_1080p_H264_AAC', 'SingleLayer_2160p_H264_AAC'

Applies to