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::Algorithm | |
Functions | |
TTK_MODULE_EXPORT QByteArray | TTK::Algorithm::md5 (const QByteArray &data) |
TTK_MODULE_EXPORT QByteArray | TTK::Algorithm::sha1 (const QByteArray &data) |
TTK_MODULE_EXPORT QByteArray | TTK::Algorithm::hmacSha1 (const QByteArray &data, const QByteArray &key) |
TTK_MODULE_EXPORT QString | TTK::Algorithm::mdII (const QString &data, bool encode) |
TTK_MODULE_EXPORT QString | TTK::Algorithm::mdII (const QString &data, const char *key, bool encode) |
Variables | |
static constexpr const char * | MDII_UA_KEY = "ua11.25.17" |
static constexpr const char * | MDII_URL_KEY = "GREEDYSKY" |
static constexpr const char * | MDII_SHR_KEY = "123asd" |
|
static |
Definition at line 26 of file musicalgorithmutils.h.
Referenced by ReqKWInterface::parseFromMovieProperty(), parseSongPropertyV2(), MusicSongSharingWidget::sendToShare(), and MusicAdvancedSearchedWidget::typeIndexChanged().
|
static |
Definition at line 24 of file musicalgorithmutils.h.
Referenced by ReqKGInterface::makeRequestRawHeader(), and ReqWYInterface::makeRequestRawHeader().
|
static |
Definition at line 25 of file musicalgorithmutils.h.
Referenced by ToolUrl::decodeClicked(), ToolUrl::encodeClicked(), and TTK::Algorithm::mdII().