Added Opus::getPreSkip function
This commit is contained in:
parent
b496023d7f
commit
f8e9904e4e
2 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue