AudioFormat.ChannelMask 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 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.