thrdecoutput.h

来自「基于TI xdais算法标准的音频ADPCM算法」· C头文件 代码 · 共 26 行

H
26
字号
#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 + =
减小字号Ctrl + -
显示快捷键?