ChannelConfiguration Enum
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.
Enumerates values returned by several methods of ChannelConfiguration and taken as a parameter of the F:Android.Media.AudioTrack..ctor, and F:Android.Media.AudioTrack..ctor members.
public enum ChannelConfiguration
type ChannelConfiguration =
- Inheritance
-
ChannelConfiguration
Fields
| Name | Value | Description |
|---|---|---|
| Invalid | 0 | This constant was deprecated in API level 15. Use CHANNEL_INVALID instead. Android reference for 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. |
| Default | 1 | This constant was deprecated in API level 15. Use CHANNEL_OUT_DEFAULT or CHANNEL_IN_DEFAULT instead. Android reference for 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. |
| Mono | 2 | This constant was deprecated in API level 15. Use CHANNEL_OUT_MONO or CHANNEL_IN_MONO instead. Android reference for 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. |
| Stereo | 3 | This constant was deprecated in API level 15. Use CHANNEL_OUT_STEREO or CHANNEL_IN_STEREO instead. Android reference for 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. |
Remarks
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.