#include <stdint.h>
#include <string>
Go to the source code of this file.
|
namespace | mediax |
| The Astute Systems (MediaX) library for video streaming.
|
|
|
enum class | mediax::Status { kSuccess = 0
, kFailure = 1
, kError = 2
, kTimeout = 3
} |
| Enum of status.
|
|
|
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.
|
|