AudioRecordInfo

constructor(audioSource: Int, sampleRate: Int, channels: Int, audioFormat: Int)

Parameters

audioSource

The audio source in use, as defined by android.media.MediaRecorder.AudioSource.

sampleRate

Sample rate in Hz (e.g. 16000, 44100).

channels

Number of channels (1 = mono, 2 = stereo).

audioFormat