![]() |
|
#include <string.h>
#include "tstring.h"
#include "tbytevector.h"
Go to the source code of this file.
Functions | |
void | rccPatchFree () |
void | rccPatchInit () |
void | rccPatchSetContext (void *newctx) |
TagLib::ByteVector | rccPatchRecodeOutput (const std::string &s) |
TagLib::ByteVector | rccPatchRecodeInput (const std::string &s) |
TagLib::ByteVector | rccPatchRecodeOutputID3 (const std::string &s, bool v2=false) |
TagLib::ByteVector | rccPatchRecodeInputID3 (const std::string &s, bool v2=false) |
TagLib::String::Type | rccPatchGetLocaleType () |
TagLib::String::Type | rccPatchGetID3Type () |
void rccPatchFree | ( | ) |
TagLib::String::Type rccPatchGetID3Type | ( | ) |
TagLib::String::Type rccPatchGetLocaleType | ( | ) |
void rccPatchInit | ( | ) |
TagLib::ByteVector rccPatchRecodeInput | ( | const std::string & | s | ) |
TagLib::ByteVector rccPatchRecodeInputID3 | ( | const std::string & | s, | |
bool | v2 = false | |||
) |
TagLib::ByteVector rccPatchRecodeOutput | ( | const std::string & | s | ) |
TagLib::ByteVector rccPatchRecodeOutputID3 | ( | const std::string & | s, | |
bool | v2 = false | |||
) |
void rccPatchSetContext | ( | void * | newctx | ) |