uvgRTP
3.1.3
An open-source library for RTP/SRTP media delivery
Loading...
Searching...
No Matches
include
uvgrtp
version.hh
1
#pragma once
2
3
#include <cstdint>
4
#include <string>
5
6
namespace
uvgrtp {
7
std::string get_version();
8
uint16_t get_version_major();
9
uint16_t get_version_minor();
10
uint16_t get_version_patch();
11
std::string get_git_hash();
12
}
// namespace uvgrtp
Generated by
1.12.0