📄 dspaudioout.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -