Example usage for Java android.media AudioFormat fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ENCODING_DEFAULT Default audio data format |
int | ENCODING_PCM_16BIT Audio data format: PCM 16 bit per sample. |
int | ENCODING_PCM_8BIT Audio data format: PCM 8 bit per sample. |
int | CHANNEL_CONFIGURATION_DEFAULT |
int | CHANNEL_CONFIGURATION_MONO |
int | CHANNEL_CONFIGURATION_STEREO |
int | CHANNEL_INVALID Invalid audio channel mask |
int | CHANNEL_OUT_MONO |
int | CHANNEL_OUT_STEREO |
int | CHANNEL_OUT_QUAD |
int | CHANNEL_OUT_5POINT1 |
int | CHANNEL_OUT_7POINT1 |
int | CHANNEL_IN_DEFAULT |
int | CHANNEL_IN_MONO |
int | CHANNEL_IN_STEREO |
int | getSampleRate() Return the sample rate. |