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 "musickwqueryinterface.h"
#include "musicunityqueryinterface.h"
#include "qalgorithm/deswrapper.h"
Go to the source code of this file.
Functions | |
static void | parseSongPropertyV1 (TTK::MusicSongInformation *info, const QString &suffix, const QString &format, int bitrate) |
static void | parseSongPropertyV2 (TTK::MusicSongInformation *info, const QString &suffix, const QString &format, int bitrate) |
static void | parseSongPropertyV3 (TTK::MusicSongInformation *info, const QString &format, int bitrate) |
static void | parseSongProperty (TTK::MusicSongInformation *info, const QString &suffix, const QString &format, int bitrate) |
|
static |
Definition at line 196 of file musickwqueryinterface.cpp.
References parseSongPropertyV1(), parseSongPropertyV2(), and parseSongPropertyV3().
Referenced by ReqKWInterface::parseFromSongProperty().
|
static |
Definition at line 34 of file musickwqueryinterface.cpp.
References KW_SONG_PATH_V1_URL, TTK::MusicSongProperty::m_bitrate, TTK::MusicSongProperty::m_format, TTK::MusicSongProperty::m_size, TTK::MusicSongInformation::m_songId, TTK::MusicSongInformation::m_songProps, TTK::MusicSongProperty::m_url, ReqKWInterface::makeRequestRawHeader(), TTK::Algorithm::mdII(), QJson::Parser::parse(), qAsConst, TTK::String::suffix(), TTK::syncNetworkQueryForGet(), TTK_BN_1000, TTK_BN_128, TTK_BN_192, TTK_BN_320, TTK_DEFAULT_STR, and TTK_INFO_STREAM.
Referenced by parseSongProperty().
|
static |
Definition at line 106 of file musickwqueryinterface.cpp.
References QAlgorithm::Des::encrypt(), KW_SONG_PATH_V2_DATA_URL, KW_SONG_PATH_V2_URL, TTK::MusicSongProperty::m_bitrate, TTK::MusicSongProperty::m_format, TTK::MusicSongProperty::m_size, TTK::MusicSongInformation::m_songId, TTK::MusicSongInformation::m_songProps, TTK::MusicSongProperty::m_url, ReqKWInterface::makeRequestRawHeader(), TTK::Algorithm::mdII(), MDII_SHR_KEY, qAsConst, TTK::String::suffix(), TTK::syncNetworkQueryForGet(), TTK_BN_1000, TTK_BN_128, TTK_BN_192, TTK_BN_320, TTK_DEFAULT_STR, and TTK_INFO_STREAM.
Referenced by parseSongProperty().
|
static |
Definition at line 176 of file musickwqueryinterface.cpp.
References TTK::MusicSongInformation::m_songId, TTK::MusicSongInformation::m_songProps, ReqUnityInterface::parseFromSongProperty(), qAsConst, QUERY_KW_INTERFACE, TTK_BN_1000, TTK_BN_128, TTK_BN_320, and TTK_INFO_STREAM.
Referenced by parseSongProperty().