TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "musicglobaldefine.h"
Go to the source code of this file.
Namespaces | |
TTK | |
The namespace of the process utils. | |
TTK::Codec | |
Functions | |
TTK_MODULE_EXPORT QString | TTK::Codec::toUnicode (const char *chars, const char *format="GBK") |
TTK_MODULE_EXPORT QString | TTK::Codec::toUnicode (const QByteArray &chars, const char *format="GBK") |
TTK_MODULE_EXPORT QByteArray | TTK::Codec::fromUnicode (const QString &chars, const char *format="GBK") |
TTK_MODULE_EXPORT void | TTK::Codec::setLocalCodec (const char *format="UTF-8") |