TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Namespaces | Enumerations | Variables
musicnetworkdefines.h File Reference

Go to the source code of this file.

Namespaces

 TTK
 The namespace of the process utils.
 

Enumerations

enum  TTK::Download {
  TTK::Download::Music, TTK::Download::Lrc, TTK::Download::Cover, TTK::Download::Background,
  TTK::Download::Video, TTK::Download::Other
}
 
enum  TTK::Record { TTK::Record::NormalDownload, TTK::Record::CloudDownload, TTK::Record::CloudUpload, TTK::Record::Null }
 

Variables

static constexpr const char * DOWNLOAD_KEY_MUSIC = "DownloadMusic"
 
static constexpr const char * DOWNLOAD_KEY_LRC = "DownloadLrc"
 
static constexpr const char * DOWNLOAD_KEY_COVER = "DownloadCover"
 
static constexpr const char * DOWNLOAD_KEY_BACKGROUND = "DownloadBackground"
 
static constexpr const char * DOWNLOAD_KEY_VIDEO = "DownloadVideo"
 
static constexpr const char * DOWNLOAD_KEY_OTHER = "DownloadOther"
 

Variable Documentation

constexpr const char* DOWNLOAD_KEY_BACKGROUND = "DownloadBackground"
static
constexpr const char* DOWNLOAD_KEY_COVER = "DownloadCover"
static
constexpr const char* DOWNLOAD_KEY_LRC = "DownloadLrc"
static
constexpr const char* DOWNLOAD_KEY_MUSIC = "DownloadMusic"
static
constexpr const char* DOWNLOAD_KEY_OTHER = "DownloadOther"
static
constexpr const char* DOWNLOAD_KEY_VIDEO = "DownloadVideo"
static