MythTV
master
|
#include <array>
#include <iostream>
#include <vector>
#include <libmythbase/mythpluginexport.h>
#include <libmythbase/mythsocket.h>
#include <libmythui/mythimage.h>
#include "zmdefines.h"
Go to the source code of this file.
Classes | |
class | ZMClient |
Typedefs | |
using | FrameData = std::array< uint8_t, MAX_IMAGE_SIZE > |
Variables | |
static constexpr size_t | MAX_IMAGE_SIZE { 2048ULL * 1536 * 3 } |
using FrameData = std::array<uint8_t,MAX_IMAGE_SIZE> |
Definition at line 17 of file zmclient.h.
|
staticconstexpr |
Definition at line 16 of file zmclient.h.