Package | Description |
---|---|
ej.audio |
Contains Audio classes.
|
ej.audio.format |
Contains
AudioFormat implementations. |
Modifier and Type | Method and Description |
---|---|
AudioFormat |
AudioRecord.getFormat()
Returns the format of this audio record.
|
AudioFormat |
AudioTrack.getFormat()
Returns the format of this audio track.
|
Constructor and Description |
---|
AudioRecord(AudioFormat format,
int bufferSize)
Creates and opens an audio record.
|
AudioTrack(AudioFormat format,
int bufferSize)
Creates and opens an audio track.
|
Modifier and Type | Class and Description |
---|---|
class |
PcmAudioFormat
AudioFormat which represents data with the PCM (Pulse-Code Modulation) encoding. |