#include <audio_recorder_api.h>
| Public Attributes | |
| uint32_t | sampling_rate | 
| [in] Select sampling rate for recorded data  More... | |
| uint8_t | channel_number | 
| [in] Select InitRecorder input channels  More... | |
| uint8_t | bit_length | 
| [in] Select InitRecorder input bit length  More... | |
| uint8_t | codec_type | 
| [in] Select InitRecorder codec type  More... | |
| uint8_t | computational_complexity | 
| [in] Select InitRecorder computational complexity  More... | |
| uint32_t | bitrate | 
| [in] Select InitRecorder bitrate  More... | |
| char | dsp_path [AS_AUDIO_DSP_PATH_LEN] | 
| [in] DSP path | |
InitRecorder Command (AUDCMD_INITREC) parameter
| uint32_t sampling_rate | 
[in] Select sampling rate for recorded data
Use #AsInitRecorderSamplingRateIndex enum type
| uint8_t channel_number | 
[in] Select InitRecorder input channels
Use #AsInitRecorderChannelNumberIndex enum type
| uint8_t bit_length | 
[in] Select InitRecorder input bit length
Use #AsInitRecorderBitLength enum type
| uint8_t codec_type | 
[in] Select InitRecorder codec type
Use #AsInitRecorderCodecType enum type
| uint8_t computational_complexity | 
[in] Select InitRecorder computational complexity
Use AsInitRecorderComputationalComplexity enum type
| uint32_t bitrate | 
[in] Select InitRecorder bitrate
Use #AsInitRecorderBitrate enum type