AudioProfile.GetChannelMasks Method

Definition

[Android.Runtime.Register("getChannelMasks", "()[I", "GetGetChannelMasksHandler", ApiSince=31)]
public virtual int[] GetChannelMasks ();
[<Android.Runtime.Register("getChannelMasks", "()[I", "GetGetChannelMasksHandler", ApiSince=31)>]
abstract member GetChannelMasks : unit -> int[]
override this.GetChannelMasks : unit -> int[]

Returns

Int32[]

an array of channel position masks that are associated with the encoding format.

Attributes

Remarks

Java documentation for android.media.AudioProfile.getChannelMasks().

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