![]() |
KVIrc
4.9.2
DeveloperAPIs
|
#include "DccVoiceCodec.h"#include "DccDescriptor.h"#include "DccThread.h"#include "DccWindow.h"#include "KviWindow.h"#include "KviDataBuffer.h"#include "kvi_sockettype.h"#include "KviTalHBox.h"#include "KviError.h"#include <QLabel>#include <QToolButton>#include <QTimer>Go to the source code of this file.
Classes | |
| struct | _KviDccVoiceThreadOptions |
| class | DccVoiceThread |
| class | DccVoiceWindow |
Macros | |
| #define | KVI_DCC_VOICE_THREAD_ACTION_START_PLAYING 2 |
| #define | KVI_DCC_VOICE_THREAD_ACTION_START_RECORDING 0 |
| #define | KVI_DCC_VOICE_THREAD_ACTION_STOP_PLAYING 3 |
| #define | KVI_DCC_VOICE_THREAD_ACTION_STOP_RECORDING 1 |
Typedefs | |
| typedef struct _KviDccVoiceThreadOptions | KviDccVoiceThreadOptions |
Functions | |
| bool | kvi_dcc_voice_is_valid_codec (const char *codecName) |
| #define KVI_DCC_VOICE_THREAD_ACTION_START_PLAYING 2 |
Referenced by DccVoiceWindow::event(), and DccVoiceThread::startPlaying().
| #define KVI_DCC_VOICE_THREAD_ACTION_START_RECORDING 0 |
Referenced by DccVoiceWindow::event(), and DccVoiceThread::startRecording().
| #define KVI_DCC_VOICE_THREAD_ACTION_STOP_PLAYING 3 |
Referenced by DccVoiceWindow::event(), and DccVoiceThread::stopPlaying().
| #define KVI_DCC_VOICE_THREAD_ACTION_STOP_RECORDING 1 |
Referenced by DccVoiceWindow::event(), and DccVoiceThread::stopRecording().
| typedef struct _KviDccVoiceThreadOptions KviDccVoiceThreadOptions |
| bool kvi_dcc_voice_is_valid_codec | ( | const char * | codecName | ) |
References kvi_strEqualCI().
Referenced by dcc_kvs_cmd_voice(), and dccModuleParseDccVoice().
1.8.7