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 */
TagLib::ByteVector rccTaglibPatchRecodeOutput(const std::string &s)
TagLib::ByteVector rccTaglibPatchRecodeOutputID3(const std::string &s, bool v2=false)
TagLib::String::Type rccTaglibPatchGetID3Type()
TagLib::ByteVector rccTaglibPatchRecodeInput(const std::string &s)
A byte vector.
Definition: tbytevector.h:45
void rccTaglibPatchInit()
void rccTaglibPatchFree()
TagLib::ByteVector rccTaglibPatchRecodeInputID3(const std::string &s, bool v2=false)
TagLib::String::Type rccTaglibPatchGetLocaleType()
void rccTaglibPatchSetContext(void *newctx)
Type
Definition: tstring.h:97