AudioEncoderBase.BitrateKbps Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="bitrateKbps")]
public string BitrateKbps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bitrateKbps")>]
member this.BitrateKbps : string with get, set
Public Property BitrateKbps As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to