TrackChangeEvent.ChannelCount Property

Definition

Gets channel count.

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

Property Value

the channel count, or -1 if unknown.

Attributes

Remarks

Gets channel count.

Java documentation for android.media.metrics.TrackChangeEvent.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