tas_eq_prefs.h

来自「linux2.6.16版本」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef _TAS_EQ_PREFS_H_#define _TAS_EQ_PREFS_H_struct tas_eq_pref_t {	u_int sample_rate;	u_int device_id;	u_int output_id;	u_int speaker_id;	struct tas_drce_t *drce;	u_int filter_count;	struct tas_biquad_ctrl_t *biquads;};#endif /* _TAS_EQ_PREFS_H_ *//* * Local Variables: * tab-width: 8 * indent-tabs-mode: t * c-basic-offset: 8 * End: */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?