dspaudioout.h

来自「KphoneSI (kpsi) is a SIP (Session Initia」· C头文件 代码 · 共 36 行

H
36
字号
#ifndef DSPAUDIOOUT_H_INCLUDED#define DSPAUDIOOUT_H_INCLUDED#include "../config.h"#include "dspaudio.h"class DspOut;class DspAudioOut : public DspAudio{#ifndef QT_THREAD_SUPPORT	Q_OBJECT#endifpublic:	DspAudioOut( DspOut *in, DspOut *out );	~DspAudioOut( void );	/**	 * Just do one tick, for non-threaded implementations.	 */	virtual void timerTick( void );#ifndef QT_THREAD_SUPPORT	virtual void start( void );private slots:	virtual void timeout( void );#endifprivate:	unsigned int curpos;};#endif // DSPAUDIOOUT_H_INCLUDED

⌨️ 快捷键说明

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