AudioDeviceInfo.SpeakerLayoutChannelMask 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.
public Android.Media.ChannelOut SpeakerLayoutChannelMask { [Android.Runtime.Register("getSpeakerLayoutChannelMask", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getSpeakerLayoutChannelMask", "()I", "", ApiSince=36)>]
member this.SpeakerLayoutChannelMask : Android.Media.ChannelOut
Property Value
A ChannelMask representing the speaker layout of a TYPE_BUILTIN_SPEAKER device.
Valid only for speakers built-in to the device.
The layout channel mask only indicates which speaker channels are present, the
physical layout of the speakers should be informed by a standard for multi-channel
sound playback systems, such as ITU-R BS.2051.
- Attributes
Remarks
Java documentation for android.media.AudioDeviceInfo.getSpeakerLayoutChannelMask()
.
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.