#include <sound_pcm.h>
成员变量 | |
aos_pcm_access_t | access |
aos_pcm_format_t | format |
unsigned int | sample_bits |
unsigned int | frame_bits |
unsigned int | channels |
unsigned int | rate |
unsigned int | period_time |
unsigned int | period_size |
unsigned int | period_bytes |
unsigned int | periods |
unsigned int | buffer_time |
unsigned int | buffer_size |
unsigned int | buffer_bytes |
unsigned int | tick_time |
在文件 sound_pcm.h 第 87 行定义.
aos_pcm_access_t access |
aos_pcm_access_t 类型
在文件 sound_pcm.h 第 88 行定义.
unsigned int buffer_bytes |
在文件 sound_pcm.h 第 100 行定义.
unsigned int buffer_size |
在文件 sound_pcm.h 第 99 行定义.
unsigned int buffer_time |
在文件 sound_pcm.h 第 98 行定义.
unsigned int channels |
channel 通道数
在文件 sound_pcm.h 第 92 行定义.
aos_pcm_format_t format |
aos_pcm_format_t 类型
在文件 sound_pcm.h 第 89 行定义.
unsigned int frame_bits |
frame 位宽大小
在文件 sound_pcm.h 第 91 行定义.
unsigned int period_bytes |
在文件 sound_pcm.h 第 96 行定义.
unsigned int period_size |
在文件 sound_pcm.h 第 95 行定义.
unsigned int period_time |
在文件 sound_pcm.h 第 94 行定义.
unsigned int periods |
在文件 sound_pcm.h 第 97 行定义.
unsigned int rate |
采样率
在文件 sound_pcm.h 第 93 行定义.
unsigned int sample_bits |
采样精度
在文件 sound_pcm.h 第 90 行定义.
unsigned int tick_time |
在文件 sound_pcm.h 第 101 行定义.