次の方法で共有


AudioEncoderBase.BitrateKbps プロパティ

定義

オーディオをエンコードする必要があるビットレート (キロビット/秒または Kbps 単位) を取得または設定します (サンプリング レート 48 kHz の 2 チャネル ステレオ オーディオ)。 使用できる値は、96、112、128、160、192、224、256 です。省略すると、入力オーディオのビットレートが使用されます。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象