Share via


AacAudioProfile Struct

Definition

The encoding profile to be used when encoding audio with AAC.

public readonly struct AacAudioProfile : IEquatable<Azure.ResourceManager.Media.Models.AacAudioProfile>
type AacAudioProfile = struct
Public Structure AacAudioProfile
Implements IEquatable(Of AacAudioProfile)
Inheritance
AacAudioProfile
Implements

Constructors

AacAudioProfile(String)

Initializes a new instance of AacAudioProfile.

Properties

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)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AacAudioProfile, AacAudioProfile)

Determines if two AacAudioProfile values are the same.

Implicit(String to AacAudioProfile)

Converts a string to a AacAudioProfile.

Inequality(AacAudioProfile, AacAudioProfile)

Determines if two AacAudioProfile values are not the same.

Applies to