AudioProfile.GetChannelIndexMasks Method

Definition

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

Returns

Int32[]

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

Attributes

Remarks

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

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