rccpatch.h File Reference
#include <string.h>
#include "tstring.h"
#include "tbytevector.h"
Include dependency graph for rccpatch.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 ()

Function Documentation

void rccPatchFree ( )
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)