Class VideoEncoder#
Defined in File video_encoder.hpp
Nested Relationships#
Nested Types#
Inheritance Relationships#
Base Type#
public QThread
Class Documentation#
-
class VideoEncoder : public QThread#
Public Functions
-
~VideoEncoder() override#
-
void start_encoding()#
-
void stop_encoding()#
-
int64_t frames_encoded() const#
-
int64_t frames_dropped() const#
Signals
-
void encoding_started(int cameraIndex)#
-
void encoding_stopped(int cameraIndex, int64_t totalFrames)#
-
void encoding_error(int cameraIndex, QString message)#
Protected Functions
-
void run() override#
-
struct Config#
-
~VideoEncoder() override#