H264Layer.Profile Property

Definition

Gets or sets we currently support Baseline, Main, High, High422, High444. Default is Auto. Possible values include: 'Auto', 'Baseline', 'Main', 'High', 'High422', 'High444'

[Newtonsoft.Json.JsonProperty(PropertyName="profile")]
public Microsoft.Azure.Management.Media.Models.H264VideoProfile? Profile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="profile")>]
member this.Profile : Nullable<Microsoft.Azure.Management.Media.Models.H264VideoProfile> with get, set
Public Property Profile As Nullable(Of H264VideoProfile)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to