ac3.h
来自「/* Copyright 1996, ESS Technology, Inc. 」· C头文件 代码 · 共 20 行
H
20 行
/* SCCSID @(#)ac3.h 2.1 6/3/99 */#ifndef __AC3_H__#define __AC3_H__#include "common.h"void AC3_init(void);int AC3_decode(void);GBLDEF(int AC3_resync, 800);GBLDEF(int AC3_n_frames, 0);GBLDEF(int AC3_n_blocks, 0);#define AUD_resync AC3_resync#define AUD_n_frames AC3_n_frames#define AUD_decode AC3_decode#endif /* __AC3_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?