MythTV
master
|
#include <iostream>
#include <vector>
#include <mythsocket.h>
#include <mythexp.h>
#include <mythimage.h>
#include "zmdefines.h"
Go to the source code of this file.
Classes | |
class | ZMClient |
Macros | |
#define | MAX_IMAGE_SIZE (2048*1536*3) |
Typedefs | |
using | FrameData = std::array< uint8_t, MAX_IMAGE_SIZE > |
#define MAX_IMAGE_SIZE (2048*1536*3) |
Definition at line 14 of file zmclient.h.
using FrameData = std::array<uint8_t,MAX_IMAGE_SIZE> |
Definition at line 15 of file zmclient.h.