AudioFormat.ChannelIndexMask Property

Definition

Return the channel index mask.

public virtual int ChannelIndexMask { [Android.Runtime.Register("getChannelIndexMask", "()I", "GetGetChannelIndexMaskHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getChannelIndexMask", "()I", "GetGetChannelIndexMaskHandler", ApiSince=23)>]
member this.ChannelIndexMask : int

Property Value

one of the values that can be set in Builder#setChannelIndexMask(int) or AudioFormat#CHANNEL_INVALID if not set or an invalid mask was used.

Attributes

Remarks

Return the channel index mask. See the section on channel masks for more information about the difference between index-based masks, and position-based masks (as returned by #getChannelMask()).

Java documentation for android.media.AudioFormat.getChannelIndexMask().

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