KVIrc 5.2.0
Developer APIs
Classes | Macros | 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

class  DccVideoThread
 
class  DccVideoWindow
 
struct  KviDccVideoThreadOptions
 

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
 

Functions

bool kvi_dcc_video_is_valid_codec (const char *codecName)
 

Macro Definition Documentation

◆ KVI_DCC_VIDEO_THREAD_ACTION_GRAB_FRAME

#define KVI_DCC_VIDEO_THREAD_ACTION_GRAB_FRAME   4

◆ KVI_DCC_VIDEO_THREAD_ACTION_START_PLAYING

#define KVI_DCC_VIDEO_THREAD_ACTION_START_PLAYING   2

◆ KVI_DCC_VIDEO_THREAD_ACTION_START_RECORDING

#define KVI_DCC_VIDEO_THREAD_ACTION_START_RECORDING   0

◆ KVI_DCC_VIDEO_THREAD_ACTION_STOP_PLAYING

#define KVI_DCC_VIDEO_THREAD_ACTION_STOP_PLAYING   3

◆ KVI_DCC_VIDEO_THREAD_ACTION_STOP_RECORDING

#define KVI_DCC_VIDEO_THREAD_ACTION_STOP_RECORDING   1

Function Documentation

◆ kvi_dcc_video_is_valid_codec()

bool kvi_dcc_video_is_valid_codec ( const char *  codecName)
extern