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