aos_pcm_hw_params_t结构体 参考

#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.h87 行定义.

结构体成员变量说明

◆ access

aos_pcm_access_t 类型

在文件 sound_pcm.h88 行定义.

◆ buffer_bytes

unsigned int buffer_bytes

在文件 sound_pcm.h100 行定义.

◆ buffer_size

unsigned int buffer_size

在文件 sound_pcm.h99 行定义.

◆ buffer_time

unsigned int buffer_time

在文件 sound_pcm.h98 行定义.

◆ channels

unsigned int channels

channel 通道数

在文件 sound_pcm.h92 行定义.

◆ format

aos_pcm_format_t 类型

在文件 sound_pcm.h89 行定义.

◆ frame_bits

unsigned int frame_bits

frame 位宽大小

在文件 sound_pcm.h91 行定义.

◆ period_bytes

unsigned int period_bytes

在文件 sound_pcm.h96 行定义.

◆ period_size

unsigned int period_size

在文件 sound_pcm.h95 行定义.

◆ period_time

unsigned int period_time

在文件 sound_pcm.h94 行定义.

◆ periods

unsigned int periods

在文件 sound_pcm.h97 行定义.

◆ rate

unsigned int rate

采样率

在文件 sound_pcm.h93 行定义.

◆ sample_bits

unsigned int sample_bits

采样精度

在文件 sound_pcm.h90 行定义.

◆ tick_time

unsigned int tick_time

在文件 sound_pcm.h101 行定义.


该结构体的文档由以下文件生成: