diff options
Diffstat (limited to 'src/encoder.h')
-rw-r--r-- | src/encoder.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/encoder.h b/src/encoder.h index 1b459b9..8a458c8 100644 --- a/src/encoder.h +++ b/src/encoder.h @@ -42,7 +42,10 @@ #define VIDEO_BUFFER_SIZE (1024*1024) - +/** + * This class contains code for sending the video stream and the snapshots + * over the network, to the MIaV server. + */ class Encoder : public Thread { public: Encoder(Error* err, |