EncoderSystemPreset Constructors
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.
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 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'