mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Cleaned up, renamed and moved a few classes for consistency
This commit is contained in:
@ -27,11 +27,14 @@
|
||||
|
||||
#if RTC_ENABLE_MEDIA
|
||||
|
||||
// opus/h264 streaming
|
||||
// RTCP handling
|
||||
#include "rtcpreceivingsession.hpp"
|
||||
|
||||
// Opus/h264 streaming
|
||||
#include "h264packetizationhandler.hpp"
|
||||
#include "opuspacketizationhandler.hpp"
|
||||
|
||||
#endif /* RTC_ENABLE_MEDIA */
|
||||
#endif // RTC_ENABLE_MEDIA
|
||||
|
||||
// C API
|
||||
#include "rtc.h"
|
||||
|
Reference in New Issue
Block a user