BuiltInStandardEncoderPreset.PresetName Property
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.
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'
[Newtonsoft.Json.JsonProperty(PropertyName="presetName")]
public Microsoft.Azure.Management.Media.Models.EncoderNamedPreset PresetName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="presetName")>]
member this.PresetName : Microsoft.Azure.Management.Media.Models.EncoderNamedPreset with get, set
Public Property PresetName As EncoderNamedPreset
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET