TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The input file format support. More...
#include <format.h>
Static Public Member Functions | |
static bool | isTrack (const QString &url) |
static bool | isRedirection (const QString &url) |
static QStringList | supportMusicFormats () |
static QStringList | supportMusicInputFilterFormats () |
static QStringList | supportMusicInputFormats () |
|
static |
Check song is dedirection valid or not.
Referenced by MusicFormats::isRedirection().
|
static |
Check song is track valid or not.
Referenced by MusicFormats::isTrack().
|
static |
Get player supported formats.
Referenced by MusicFormats::supportMusicFormats().
|
static |
Get player supported input filter formats.
Referenced by MusicFormats::supportMusicInputFilterFormats().
|
static |
Get player supported input format .
Referenced by MusicFormats::supportMusicInputFormats().