MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
datatypes.h File Reference
#include <stdint.h>
#include <string>
Include dependency graph for datatypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mediax::Resolution
 The video resolution structure. More...
 

Namespaces

namespace  mediax
 The Astute Systems (MediaX) library for video streaming.
 

Enumerations

enum class  mediax::Status { kSuccess = 0 , kFailure = 1 , kError = 2 , kTimeout = 3 }
 Enum of status.
 

Variables

const uint16_t mediax::kDefaultHeight = 480
 The default width of the display.
 
const uint16_t mediax::kDefaultWidth = 640
 The default height of the display.
 
const uint16_t mediax::kDefaultFramerate = 25
 The default framerate.
 
const char mediax::kDefaultFont [] = "Courier"
 Default font.
 
const uint16_t mediax::kDefaultFontSize = 24
 Default font size.