16 lines
543 B
C++
16 lines
543 B
C++
#pragma once
|
|
|
|
/* Including this header will include all the necessary headers for using uvgRTP, but
|
|
* you can also include the headers individually instead of this header. */
|
|
|
|
|
|
#include "media_stream.hh" // media streamer class
|
|
#include "session.hh" // session class
|
|
#include "context.hh" // context class
|
|
#include "rtcp.hh" // RTCP
|
|
|
|
#include "clock.hh" // time related functions
|
|
#include "frame.hh" // frame related functions
|
|
#include "util.hh" // types
|
|
#include "version.hh" // version
|