mistserver/lib/opus.h
2017-05-02 10:26:35 +02:00

6 lines
98 B
C++

#include <string>
namespace Opus{
std::string Opus_prettyPacket(const char *part, int len);
}