TagLib 1.7.2 (rccpatch.h Source File)
Home
Class Hierarchy
Namespaces
Classes
Headers
Namespace Members
Class Members
File Members
taglib
toolkit
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
rccPatchFree
();
9
void
rccPatchInit
();
10
void
rccPatchSetContext
(
void
*newctx);
11
12
TagLib::ByteVector
rccPatchRecodeOutput
(
const
std::string &s);
13
TagLib::ByteVector
rccPatchRecodeInput
(
const
std::string &s);
14
TagLib::ByteVector
rccPatchRecodeOutputID3
(
const
std::string &s,
bool
v2 =
false
);
15
TagLib::ByteVector
rccPatchRecodeInputID3
(
const
std::string &s,
bool
v2 =
false
);
16
17
TagLib::String::Type
rccPatchGetLocaleType
();
18
TagLib::String::Type
rccPatchGetID3Type
();
19
20
#endif
/* _RCC_PATCH_H */