AudioRecord.ChannelCount Property

Definition

Returns the configured number of channels.

public virtual int ChannelCount { [Android.Runtime.Register("getChannelCount", "()I", "GetGetChannelCountHandler")] get; }
[<get: Android.Runtime.Register("getChannelCount", "()I", "GetGetChannelCountHandler")>]
member this.ChannelCount : int

Property Value

Attributes

Remarks

Returns the configured number of channels.

Java documentation for android.media.AudioRecord.getChannelCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to