getAudioRecordingTimeLimit

@IntRange(from = 1)
abstract fun getAudioRecordingTimeLimit(): Int

Audio recording time limit. Recording automatically stops after this limit to ensure that you never run out of memory.

Return

Recording time limit in milliseconds.