uvgrtp-base/include/uvgrtp/lib.hh

17 lines
585 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
#include "v3c_parser.hh" // v3c parser