![]() |
MT2523 API Reference
LinkIt SDK v4
|
Audio stream mode structure. More...
#include <hal_audio.h>
Data Fields | |
| hal_audio_sampling_rate_t | stream_sampling_rate |
| Specifies the sampling rate of audio data. More... | |
| hal_audio_bits_per_sample_t | stream_bit_rate |
| Specifies the number of bps of audio data. More... | |
| hal_audio_channel_number_t | stream_channel |
| Specifies the number of channel. More... | |
| hal_audio_device_t | audio_device |
| Specifies the device. More... | |
| uint32_t | digital_gain_index |
| Digital gain index of the audio stream. More... | |
| uint32_t | analog_gain_index |
| Analog gain index of the audio stream. More... | |
Audio stream mode structure.
| uint32_t analog_gain_index |
Analog gain index of the audio stream.
| hal_audio_device_t audio_device |
Specifies the device.
| uint32_t digital_gain_index |
Digital gain index of the audio stream.
| hal_audio_bits_per_sample_t stream_bit_rate |
Specifies the number of bps of audio data.
| hal_audio_channel_number_t stream_channel |
Specifies the number of channel.
| hal_audio_sampling_rate_t stream_sampling_rate |
Specifies the sampling rate of audio data.