BuiltInStandardEncoderPreset 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 built-in preset for encoding the input video with the Standard Encoder.
[Newtonsoft.Json.JsonObject("#Microsoft.Media.BuiltInStandardEncoderPreset")]
public class BuiltInStandardEncoderPreset : Microsoft.Azure.Management.Media.Models.Preset
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.BuiltInStandardEncoderPreset")>]
type BuiltInStandardEncoderPreset = class
inherit Preset
Public Class BuiltInStandardEncoderPreset
Inherits Preset
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
BuiltInStandardEncoderPreset() |
Initializes a new instance of the BuiltInStandardEncoderPreset class. |
BuiltInStandardEncoderPreset(EncoderNamedPreset, PresetConfigurations) |
Initializes a new instance of the BuiltInStandardEncoderPreset class. |
Properties
Configurations |
Gets or sets optional configuration settings for encoder. Configurations is only supported for ContentAwareEncoding and H265ContentAwareEncoding BuiltInStandardEncoderPreset. |
PresetName |
Gets or sets the built-in preset to be used for encoding videos. Possible values include: 'H264SingleBitrateSD', 'H264SingleBitrate720p', 'H264SingleBitrate1080p', 'AdaptiveStreaming', 'AACGoodQualityAudio', 'ContentAwareEncodingExperimental', 'ContentAwareEncoding', 'CopyAllBitrateNonInterleaved', 'H264MultipleBitrate1080p', 'H264MultipleBitrate720p', 'H264MultipleBitrateSD', 'H265ContentAwareEncoding', 'H265AdaptiveStreaming', 'H265SingleBitrate720p', 'H265SingleBitrate1080p', 'H265SingleBitrate4K' |
Methods
Validate() |
Validate the object. |