MythTV  master
Classes | Typedefs | Variables
zmclient.h File Reference
#include <array>
#include <iostream>
#include <vector>
#include <libmythbase/mythpluginexport.h>
#include <libmythbase/mythsocket.h>
#include <libmythui/mythimage.h>
#include "zmdefines.h"
Include dependency graph for zmclient.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Typedef Documentation

◆ FrameData

using FrameData = std::array<uint8_t,MAX_IMAGE_SIZE>

Definition at line 17 of file zmclient.h.

Variable Documentation

◆ MAX_IMAGE_SIZE

constexpr size_t MAX_IMAGE_SIZE { 2048ULL * 1536 * 3 }
staticconstexpr

Definition at line 16 of file zmclient.h.