Language

AudioFormat.ChannelAcnMask Property

Definition

Return the Ambisonics channel mask.

public virtual int ChannelAcnMask { [Android.Runtime.Register("getChannelAcnMask", "()I", "GetGetChannelAcnMaskHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getChannelAcnMask", "()I", "GetGetChannelAcnMaskHandler", ApiSince=37)>]
member this.ChannelAcnMask : int

Property Value

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

Attributes

Remarks

Return the Ambisonics channel mask. See the section on Ambisonics channel masks for more information.

Android reference for android.media.AudioFormat.getChannelAcnMask.

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