TagLib 1.8.0 (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
rccTaglibPatchFree
();
9
void
rccTaglibPatchInit
();
10
void
rccTaglibPatchSetContext
(
void
*newctx);
11
12
TagLib::ByteVector
rccTaglibPatchRecodeOutput
(
const
std::string &s);
13
TagLib::ByteVector
rccTaglibPatchRecodeInput
(
const
std::string &s);
14
TagLib::ByteVector
rccTaglibPatchRecodeOutputID3
(
const
std::string &s,
bool
v2 =
false
);
15
TagLib::ByteVector
rccTaglibPatchRecodeInputID3
(
const
std::string &s,
bool
v2 =
false
);
16
17
TagLib::String::Type
rccTaglibPatchGetLocaleType
();
18
TagLib::String::Type
rccTaglibPatchGetID3Type
();
19
20
#endif
/* _RCC_PATCH_H */