MediaX
v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
utils.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 UTILS_H_
15
#define UTILS_H_
16
17
#include <stdint.h>
18
19
#include <string>
20
21
namespace
mediax
{
22
26
std::string
GetVersion
();
27
31
int
GetVersionMajor
();
32
36
int
GetVersionMinor
();
37
41
int
GetVersionPatch
();
42
46
std::string
GetDate
();
47
48
}
// namespace mediax
49
50
#endif
// UTILS_H_
mediax
The Astute Systems (MediaX) library for video streaming.
Definition
rtp_av1_depayloader.cc:34
mediax::GetDate
std::string GetDate()
Get the MediaX build date.
Definition
utils.cc:45
mediax::GetVersion
std::string GetVersion()
Get the MediaX version number.
Definition
utils.cc:25
mediax::GetVersionMajor
int GetVersionMajor()
Get the MediaX version major number.
Definition
utils.cc:30
mediax::GetVersionPatch
int GetVersionPatch()
Get the MediaX version patch number.
Definition
utils.cc:40
mediax::GetVersionMinor
int GetVersionMinor()
Get the MediaX version minor number.
Definition
utils.cc:35
src
utils
utils.h
Generated by
1.9.8