TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Member Functions | Public Attributes | List of all members
TTK::MusicSongProperty Struct Reference

The class of the music song property. More...

#include <musicobject.h>

Public Member Functions

 MusicSongProperty () noexcept
 
bool isEmpty () const noexcept
 
bool operator< (const MusicSongProperty &other) const noexcept
 
bool operator== (const MusicSongProperty &other) const noexcept
 

Public Attributes

int m_bitrate
 
QString m_format
 
QString m_url
 
QString m_size
 

Detailed Description

The class of the music song property.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 223 of file musicobject.h.

Constructor & Destructor Documentation

TTK::MusicSongProperty::MusicSongProperty ( )
inlinenoexcept

Definition at line 230 of file musicobject.h.

Member Function Documentation

bool TTK::MusicSongProperty::isEmpty ( ) const
inlinenoexcept
bool TTK::MusicSongProperty::operator< ( const MusicSongProperty other) const
inlinenoexcept

Definition at line 241 of file musicobject.h.

bool TTK::MusicSongProperty::operator== ( const MusicSongProperty other) const
inlinenoexcept

Definition at line 246 of file musicobject.h.

Member Data Documentation

int TTK::MusicSongProperty::m_bitrate
QString TTK::MusicSongProperty::m_format
QString TTK::MusicSongProperty::m_size
QString TTK::MusicSongProperty::m_url

The documentation for this struct was generated from the following file: