mediasoup-sys 0.12.2

FFI bindings to C++ libmediasoup-worker
Documentation
1
2
3
4
5
6
7
8
9
10
11
#ifndef MS_FUZZER_RTC_RTP_PACKET_HPP
#define MS_FUZZER_RTC_RTP_PACKET_HPP

#include "common.hpp"

namespace FuzzerRtcRtcPacket
{
	void Fuzz(const uint8_t* data, size_t len);
}

#endif