rccpatch.h
Go to the documentation of this file.
1 #ifndef _RCC_PATCH_H
2 #define _RCC_PATCH_H
3 
4 #include <string.h>
5 #include "tstring.h"
6 #include "tbytevector.h"
7 
8 void rccTaglibPatchFree();
9 void rccTaglibPatchInit();
10 void rccTaglibPatchSetContext(void *newctx);
11 
13 TagLib::ByteVector rccTaglibPatchRecodeInput(const std::string &s);
14 TagLib::ByteVector rccTaglibPatchRecodeOutputID3(const std::string &s, bool v2 = false);
15 TagLib::ByteVector rccTaglibPatchRecodeInputID3(const std::string &s, bool v2 = false);
16 
19 
20 #endif /* _RCC_PATCH_H */