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
16const int kHeightDefault = 480;
17const int kWidthDefault = 640;
18const int kPortDefault = 5004;
19const char* kIpAddressDefault = "127.0.0.1";
20const std::string kSessionName = "test_session_name";
21#endif // EXAMPLE_H