aos_pcm_sw_params_t结构体 参考

#include <sound_pcm.h>

成员变量

int tstamp_mode
 
unsigned int period_step
 
unsigned int sleep_min
 
aos_pcm_uframes_t avail_min
 
aos_pcm_uframes_t xfer_align
 
aos_pcm_uframes_t start_threshold
 
aos_pcm_uframes_t stop_threshold
 
aos_pcm_uframes_t silence_threshold
 
aos_pcm_uframes_t silence_size
 
aos_pcm_uframes_t boundary
 
unsigned int proto
 
unsigned int tstamp_type
 
unsigned char reserved [56]
 

详细描述

在文件 sound_pcm.h105 行定义.

结构体成员变量说明

◆ avail_min

aos_pcm_uframes_t avail_min

在文件 sound_pcm.h109 行定义.

◆ boundary

在文件 sound_pcm.h115 行定义.

◆ period_step

unsigned int period_step

在文件 sound_pcm.h107 行定义.

◆ proto

unsigned int proto

在文件 sound_pcm.h116 行定义.

◆ reserved

unsigned char reserved[56]

在文件 sound_pcm.h118 行定义.

◆ silence_size

aos_pcm_uframes_t silence_size

在文件 sound_pcm.h114 行定义.

◆ silence_threshold

aos_pcm_uframes_t silence_threshold

在文件 sound_pcm.h113 行定义.

◆ sleep_min

unsigned int sleep_min

在文件 sound_pcm.h108 行定义.

◆ start_threshold

aos_pcm_uframes_t start_threshold

在文件 sound_pcm.h111 行定义.

◆ stop_threshold

aos_pcm_uframes_t stop_threshold

在文件 sound_pcm.h112 行定义.

◆ tstamp_mode

int tstamp_mode

在文件 sound_pcm.h106 行定义.

◆ tstamp_type

unsigned int tstamp_type

在文件 sound_pcm.h117 行定义.

◆ xfer_align

aos_pcm_uframes_t xfer_align

在文件 sound_pcm.h110 行定义.


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