package

androidx.camera.video.internal.audio

Interfaces

AudioSource.AudioSourceCallbackThe callback for receiving the audio source status.
AudioStreamRepresents an audio stream.
AudioStream.AudioStreamCallbackThe callback to monitor the stream state.

Classes

AudioSettingsSettings required to configure the audio source.
AudioSettings.BuilderA Builder for AudioSettings.
AudioSourceAudioSource is used to obtain audio raw data and write to the buffer from BufferProvider.
AudioStream.PacketInfoThe information of a read operation.
AudioStreamImplAn AudioStream implementation backed by AudioRecord.
AudioUtilsUtility class for audio-related operations and calculations.
BufferedAudioStreamThe class implements a buffered AudioStream.
SilentAudioStreamAn AudioStream that only outputs silent audio.