AacAudio.Profile 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 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