2019-03-30 09:51:30 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
2022-02-28 08:30:13 +00:00
|
|
|
/* Including this header will include all the necessary headers for using uvgRTP, but
|
|
|
|
|
* you can also include the headers individually instead of this header. */
|
|
|
|
|
|
|
|
|
|
|
2021-06-04 11:21:18 +00:00
|
|
|
#include "media_stream.hh" // media streamer class
|
|
|
|
|
#include "session.hh" // session class
|
2022-02-28 08:30:13 +00:00
|
|
|
#include "context.hh" // context class
|
2021-06-04 11:21:18 +00:00
|
|
|
#include "rtcp.hh" // RTCP
|
2022-02-28 08:30:13 +00:00
|
|
|
|
2021-06-04 11:21:18 +00:00
|
|
|
#include "clock.hh" // time related functions
|
|
|
|
|
#include "frame.hh" // frame related functions
|
|
|
|
|
#include "util.hh" // types
|
2021-09-07 09:23:40 +00:00
|
|
|
#include "version.hh" // version
|