![]() |
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 "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) |
| #define KVI_DCC_VIDEO_THREAD_ACTION_GRAB_FRAME 4 |
Referenced by DccVideoWindow::event(), and DccVideoThread::videoStep().
| #define KVI_DCC_VIDEO_THREAD_ACTION_START_PLAYING 2 |
Referenced by DccVideoWindow::event(), and DccVideoThread::startPlaying().
| #define KVI_DCC_VIDEO_THREAD_ACTION_START_RECORDING 0 |
Referenced by DccVideoWindow::event(), and DccVideoThread::startRecording().
| #define KVI_DCC_VIDEO_THREAD_ACTION_STOP_PLAYING 3 |
Referenced by DccVideoWindow::event(), and DccVideoThread::stopPlaying().
| #define KVI_DCC_VIDEO_THREAD_ACTION_STOP_RECORDING 1 |
Referenced by DccVideoWindow::event(), and DccVideoThread::stopRecording().
| typedef struct _KviDccVideoThreadOptions KviDccVideoThreadOptions |
| bool kvi_dcc_video_is_valid_codec | ( | const char * | codecName | ) |
References kvi_strEqualCI().
Referenced by dcc_kvs_cmd_video(), and dccModuleParseDccVideo().
1.8.7