#include <sound_mixer.h>
成员变量 | |
int | fd |
int | card |
char * | name |
struct audio_ctl_card_info | card_info |
struct audio_ctl_elem_info * | elem_info |
unsigned int | count |
在文件 sound_mixer.h 第 41 行定义.
int card |
声卡ID
在文件 sound_mixer.h 第 43 行定义.
struct audio_ctl_card_info card_info |
声卡基础信息,例如声卡驱动名字
在文件 sound_mixer.h 第 44 行定义.
unsigned int count |
声卡配置信息元素个数
在文件 sound_mixer.h 第 47 行定义.
struct audio_ctl_elem_info* elem_info |
声卡配置信息元素地址
在文件 sound_mixer.h 第 46 行定义.
int fd |
声卡mixer设备节点fd值,通过open()函数获取
在文件 sound_mixer.h 第 42 行定义.
char* name |
声卡mixer设备节点名字,例如"/dev/controlC0"
在文件 sound_mixer.h 第 44 行定义.