Language

ChannelConfiguration Enum

Definition

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 android.media.AudioFormat.CHANNEL_CONFIGURATION_INVALID.

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 android.media.AudioFormat.CHANNEL_CONFIGURATION_DEFAULT.

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 android.media.AudioFormat.CHANNEL_CONFIGURATION_MONO.

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 android.media.AudioFormat.CHANNEL_CONFIGURATION_STEREO.

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.

Applies to