AacAudio Constructors
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.
Overloads
AacAudio() |
Initializes a new instance of the AacAudio class. |
AacAudio(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<AacAudioProfile>) |
Initializes a new instance of the AacAudio class. |
AacAudio()
Initializes a new instance of the AacAudio class.
public AacAudio ();
Public Sub New ()
Applies to
AacAudio(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<AacAudioProfile>)
Initializes a new instance of the AacAudio class.
public AacAudio (string label = default, int? channels = default, int? samplingRate = default, int? bitrate = default, Microsoft.Azure.Management.Media.Models.AacAudioProfile? profile = default);
new Microsoft.Azure.Management.Media.Models.AacAudio : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Microsoft.Azure.Management.Media.Models.AacAudioProfile> -> Microsoft.Azure.Management.Media.Models.AacAudio
Public Sub New (Optional label As String = Nothing, Optional channels As Nullable(Of Integer) = Nothing, Optional samplingRate As Nullable(Of Integer) = Nothing, Optional bitrate As Nullable(Of Integer) = Nothing, Optional profile As Nullable(Of AacAudioProfile) = Nothing)
Parameters
- label
- String
An optional label for the codec. The label can be used to control muxing behavior.
- profile
- Nullable<AacAudioProfile>
The encoding profile to be used when encoding audio with AAC. Possible values include: 'AacLc', 'HeAacV1', 'HeAacV2'
Applies to
Azure SDK for .NET