Share via


Audio.Channels Property

Definition

Gets or sets the number of channels in the audio.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to