⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 thrdecoutput.h

📁 基于TI xdais算法标准的音频ADPCM算法
💻 H
字号:
#ifndef THRRXSPLIT_
#define THRRXSPLIT_

#include <sio.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Definition of the structure capturing the state of the thread. */
typedef struct ThrDecOutput {
    SIO_Handle outStream; 
} ThrDecOutput; 

/* prototypes for public functions */
extern Void thrDecOutputInit( Void );
extern Void thrDecOutputStartup( Void );
extern Void thrDecOutputRun( Void );

#ifdef __cplusplus
}
#endif // extern "C" 

#endif // THRRXSPLIT_

⌨️ 快捷键说明

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