KVIrc  4.9.2
DeveloperAPIs
Classes | Macros | Typedefs | Functions
DccVoiceWindow.h File Reference
#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)
 

Macro Definition Documentation

#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

Typedef Documentation

Function Documentation

bool kvi_dcc_voice_is_valid_codec ( const char *  codecName)