hint_list_t结构体 参考

#include <sound_pcm.h>

成员变量

dlist_t list
 
unsigned int count
 
unsigned int allocated
 
const char * siface
 
int card
 
int device
 
long device_input
 
long device_output
 
int stream
 
int show_all
 
char name [100]
 

详细描述

在文件 sound_pcm.h151 行定义.

结构体成员变量说明

◆ allocated

unsigned int allocated

在文件 sound_pcm.h154 行定义.

◆ card

int card

在文件 sound_pcm.h156 行定义.

◆ count

unsigned int count

在文件 sound_pcm.h153 行定义.

◆ device

int device

在文件 sound_pcm.h157 行定义.

◆ device_input

long device_input

在文件 sound_pcm.h158 行定义.

◆ device_output

long device_output

在文件 sound_pcm.h159 行定义.

◆ list

dlist_t list

在文件 sound_pcm.h152 行定义.

◆ name

char name[100]

在文件 sound_pcm.h162 行定义.

◆ show_all

int show_all

在文件 sound_pcm.h161 行定义.

◆ siface

const char* siface

在文件 sound_pcm.h155 行定义.

◆ stream

int stream

在文件 sound_pcm.h160 行定义.


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