KVIrc  4.9.2
DeveloperAPIs
Classes | Macros | Typedefs | Functions
DccVideoWindow.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 "KviThemedLabel.h"
#include "KviError.h"
#include <QLabel>
#include <QToolButton>
#include <QTimer>
#include <QImage>
#include <QPixmap>
#include <QComboBox>
#include <QGridLayout>
#include <QCamera>
#include <QCameraViewfinder>

Go to the source code of this file.

Classes

struct  _KviDccVideoThreadOptions
 
class  DccVideoThread
 
class  DccVideoWindow
 

Macros

#define KVI_DCC_VIDEO_THREAD_ACTION_GRAB_FRAME   4
 
#define KVI_DCC_VIDEO_THREAD_ACTION_START_PLAYING   2
 
#define KVI_DCC_VIDEO_THREAD_ACTION_START_RECORDING   0
 
#define KVI_DCC_VIDEO_THREAD_ACTION_STOP_PLAYING   3
 
#define KVI_DCC_VIDEO_THREAD_ACTION_STOP_RECORDING   1
 

Typedefs

typedef struct
_KviDccVideoThreadOptions 
KviDccVideoThreadOptions
 

Functions

bool kvi_dcc_video_is_valid_codec (const char *codecName)
 

Macro Definition Documentation

#define KVI_DCC_VIDEO_THREAD_ACTION_GRAB_FRAME   4
#define KVI_DCC_VIDEO_THREAD_ACTION_START_PLAYING   2
#define KVI_DCC_VIDEO_THREAD_ACTION_START_RECORDING   0
#define KVI_DCC_VIDEO_THREAD_ACTION_STOP_PLAYING   3
#define KVI_DCC_VIDEO_THREAD_ACTION_STOP_RECORDING   1

Typedef Documentation

Function Documentation

bool kvi_dcc_video_is_valid_codec ( const char *  codecName)