AacAudioProfile Struct
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.
Defines values for AacAudioProfile.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.AacAudioProfileConverter))]
public struct AacAudioProfile : IEquatable<Microsoft.Azure.Management.Media.Models.AacAudioProfile>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.AacAudioProfileConverter))>]
type AacAudioProfile = struct
Public Structure AacAudioProfile
Implements IEquatable(Of AacAudioProfile)
- Inheritance
-
AacAudioProfile
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
AacLc |
Specifies that the output audio is to be encoded into AAC Low Complexity profile (AAC-LC). |
HeAacV1 |
Specifies that the output audio is to be encoded into HE-AAC v1 profile. |
HeAacV2 |
Specifies that the output audio is to be encoded into HE-AAC v2 profile. |
Methods
Equals(AacAudioProfile) |
Compares enums of type AacAudioProfile |
Equals(Object) |
Overrides Equals operator for AacAudioProfile |
GetHashCode() |
Returns for hashCode AacAudioProfile |
ToString() |
Returns string representation for AacAudioProfile |
Operators
Equality(AacAudioProfile, AacAudioProfile) |
Overriding == operator for enum AacAudioProfile |
Implicit(AacAudioProfile to String) |
Implicit operator to convert AacAudioProfile to string |
Implicit(String to AacAudioProfile) |
Implicit operator to convert string to AacAudioProfile |
Inequality(AacAudioProfile, AacAudioProfile) |
Overriding != operator for enum AacAudioProfile |
Applies to
Azure SDK for .NET