AudioEncoderBase Constructors

Definition

Overloads

AudioEncoderBase()

Initializes a new instance of the AudioEncoderBase class.

AudioEncoderBase(String)

Initializes a new instance of the AudioEncoderBase class.

AudioEncoderBase()

Initializes a new instance of the AudioEncoderBase class.

public AudioEncoderBase ();
Public Sub New ()

Applies to

AudioEncoderBase(String)

Initializes a new instance of the AudioEncoderBase class.

public AudioEncoderBase (string bitrateKbps = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.AudioEncoderBase : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.AudioEncoderBase
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.

Applies to