MediaX
v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
example.h
Go to the documentation of this file.
1
//
2
// Copyright (c) 2025, Astute Systems PTY LTD
3
//
4
// This file is part of the VivoeX project developed by Astute Systems.
5
//
6
// Licensed under the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
7
// License. See the LICENSE file in the project root for full license details.
8
//
13
14
#ifndef EXAMPLE_H
15
#define EXAMPLE_H
16
const
int
kHeightDefault = 480;
17
const
int
kWidthDefault = 640;
18
const
int
kPortDefault = 5004;
19
const
char
* kIpAddressDefault =
"127.0.0.1"
;
20
const
std::string kSessionName =
"test_session_name"
;
21
#endif
// EXAMPLE_H
example
common
example.h
Generated by
1.9.8