mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Add RTC_CPP_EXPORT before class name
This commit is contained in:
@ -26,8 +26,7 @@
|
||||
namespace rtc {
|
||||
|
||||
/// RTP configuration used in packetization process
|
||||
struct RTPPacketizationConfig {
|
||||
private:
|
||||
class RTC_CPP_EXPORT RTPPacketizationConfig {
|
||||
uint32_t _startTimestamp = 0;
|
||||
double _startTime_s = 0;
|
||||
RTPPacketizationConfig(const RTPPacketizationConfig&) = delete;
|
||||
|
Reference in New Issue
Block a user