- AudioException - Exception in ej.audio
-
RuntimeException
thrown when an error occurred during an audio operation.
- AudioException(int) - Constructor for exception ej.audio.AudioException
-
Creates an audio exception with the specified error code.
- AudioException(int, Throwable) - Constructor for exception ej.audio.AudioException
-
Creates an audio exception with the specified error code and cause.
- AudioFormat - Class in ej.audio
-
Specifies the data format of an audio stream.
- AudioFormat() - Constructor for class ej.audio.AudioFormat
-
- AudioRecord - Class in ej.audio
-
Represents an audio recording stream.
- AudioRecord(AudioFormat, int) - Constructor for class ej.audio.AudioRecord
-
Creates and opens an audio record.
- AudioTrack - Class in ej.audio
-
Represents an audio playback stream.
- AudioTrack(AudioFormat, int) - Constructor for class ej.audio.AudioTrack
-
Creates and opens an audio track.