Share via


LiveEventEncoding.PresetName Property

Definition

Gets or sets the optional encoding preset name, used when encodingType is not None. This value is specified at creation time and cannot be updated. If the encodingType is set to Standard, then the default preset name is ‘Default720p’. Else if the encodingType is set to Premium1080p, the default preset is ‘Default1080p’.

[Newtonsoft.Json.JsonProperty(PropertyName="presetName")]
public string PresetName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="presetName")>]
member this.PresetName : string with get, set
Public Property PresetName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to