Added Opus::getPreSkip function

This commit is contained in:
Thulinma 2018-07-18 21:37:59 +02:00
parent b496023d7f
commit f8e9904e4e
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include <string>
namespace Opus{
uint16_t getPreSkip(const char * initData);
unsigned int Opus_getDuration(const char *part);
std::string Opus_prettyPacket(const char *part, int len);
}