AudioFormat.ChannelMask Property

Definition

Return the channel mask.

public virtual Android.Media.ChannelOut ChannelMask { [Android.Runtime.Register("getChannelMask", "()I", "GetGetChannelMaskHandler")] get; }
[<get: Android.Runtime.Register("getChannelMask", "()I", "GetGetChannelMaskHandler")>]
member this.ChannelMask : Android.Media.ChannelOut

Property Value

one of the values that can be set in Builder#setChannelMask(int) or AudioFormat#CHANNEL_INVALID if not set.

Attributes

Remarks

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

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

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