Share via


Audio.SamplingRate Property

Definition

Gets or sets the sampling rate to use for encoding in hertz.

[Newtonsoft.Json.JsonProperty(PropertyName="samplingRate")]
public int? SamplingRate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="samplingRate")>]
member this.SamplingRate : Nullable<int> with get, set
Public Property SamplingRate As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to