Share via


AacAudio.Profile Property

Definition

Gets or sets the encoding profile to be used when encoding audio with AAC. Possible values include: 'AacLc', 'HeAacV1', 'HeAacV2'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to