Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AUDIO_RECORDING_QUALITY_TYPE

Audio recording quality, which is set in startAudioRecordingWithConfig.

Index

Enumeration members

AUDIO_RECORDING_QUALITY_HIGH

AUDIO_RECORDING_QUALITY_HIGH: = 2

2: High quality. For example, the size of an AAC file with a sample rate of 32,000 Hz and a 10-minute recording is approximately 3.75 MB.

AUDIO_RECORDING_QUALITY_LOW

AUDIO_RECORDING_QUALITY_LOW: = 0

0: Low quality. For example, the size of an AAC file with a sample rate of 32,000 Hz and a 10-minute recording is approximately 1.2 MB.

AUDIO_RECORDING_QUALITY_MEDIUM

AUDIO_RECORDING_QUALITY_MEDIUM: = 1

1: (Default) Medium quality. For example, the size of an AAC file with a sample rate of 32,000 Hz and a 10-minute recording is approximately 2 MB.

AUDIO_RECORDING_QUALITY_ULTRA_HIGH

AUDIO_RECORDING_QUALITY_ULTRA_HIGH: = 3

3: Ultra high quality. For example, the size of an AAC file with a sample rate of 32,000 Hz and a 10-minute recording is approximately 7.5 MB.

since

v3.7.0