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 rccTaglibPatchFree ()
 
void rccTaglibPatchInit ()
 
void rccTaglibPatchSetContext (void *newctx)
 
TagLib::ByteVector rccTaglibPatchRecodeOutput (const std::string &s)
 
TagLib::ByteVector rccTaglibPatchRecodeInput (const std::string &s)
 
TagLib::ByteVector rccTaglibPatchRecodeOutputID3 (const std::string &s, bool v2=false)
 
TagLib::ByteVector rccTaglibPatchRecodeInputID3 (const std::string &s, bool v2=false)
 
TagLib::String::Type rccTaglibPatchGetLocaleType ()
 
TagLib::String::Type rccTaglibPatchGetID3Type ()
 

Function Documentation

void rccTaglibPatchFree ( )
TagLib::String::Type rccTaglibPatchGetID3Type ( )
TagLib::String::Type rccTaglibPatchGetLocaleType ( )
void rccTaglibPatchInit ( )
TagLib::ByteVector rccTaglibPatchRecodeInput ( const std::string &  s)
TagLib::ByteVector rccTaglibPatchRecodeInputID3 ( const std::string &  s,
bool  v2 = false 
)
TagLib::ByteVector rccTaglibPatchRecodeOutput ( const std::string &  s)
TagLib::ByteVector rccTaglibPatchRecodeOutputID3 ( const std::string &  s,
bool  v2 = false 
)
void rccTaglibPatchSetContext ( void *  newctx)