AudioFormat.ChannelAcnMask Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.