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

◆ rccTaglibPatchFree()

void rccTaglibPatchFree ( )

◆ rccTaglibPatchGetID3Type()

TagLib::String::Type rccTaglibPatchGetID3Type ( )

◆ rccTaglibPatchGetLocaleType()

TagLib::String::Type rccTaglibPatchGetLocaleType ( )

◆ rccTaglibPatchInit()

void rccTaglibPatchInit ( )

◆ rccTaglibPatchRecodeInput()

TagLib::ByteVector rccTaglibPatchRecodeInput ( const std::string &  s)

◆ rccTaglibPatchRecodeInputID3()

TagLib::ByteVector rccTaglibPatchRecodeInputID3 ( const std::string &  s,
bool  v2 = false 
)

◆ rccTaglibPatchRecodeOutput()

TagLib::ByteVector rccTaglibPatchRecodeOutput ( const std::string &  s)

◆ rccTaglibPatchRecodeOutputID3()

TagLib::ByteVector rccTaglibPatchRecodeOutputID3 ( const std::string &  s,
bool  v2 = false 
)

◆ rccTaglibPatchSetContext()

void rccTaglibPatchSetContext ( void *  newctx)