AudioEncoderAac 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
AudioEncoderAac() |
Initializes a new instance of the AudioEncoderAac class. |
AudioEncoderAac(String) |
Initializes a new instance of the AudioEncoderAac class. |
AudioEncoderAac()
Initializes a new instance of the AudioEncoderAac class.
public AudioEncoderAac ();
Public Sub New ()
Applies to
AudioEncoderAac(String)
Initializes a new instance of the AudioEncoderAac class.
public AudioEncoderAac (string bitrateKbps = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.AudioEncoderAac : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.AudioEncoderAac
Public Sub New (Optional bitrateKbps As String = Nothing)
Parameters
- bitrateKbps
- String
Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.