63 bool isPlaying()
const noexcept;
77 qint64 duration()
const;
81 qint64 position()
const;
85 void setPosition(qint64 position);
94 void setVolume(
int volume);
98 bool isMuted()
const noexcept;
102 void setMuted(
bool muted);
121 void durationChanged(qint64 duration);
125 void positionChanged(qint64 position);
143 void setEqualizerEffect(
const TTKIntList &hz);
147 void setEnabledEffect(
bool enabled);
151 void setEqualizerConfig();
161 void generateDuration();
185 float m_circlePos = 0;
191 #endif // MUSICPLAYER_H
#define TTK_MODULE_EXPORT
MusicPlaylist * m_playlist
The class of the music player.
The namespace of the application object.
#define TTK_DECLARE_MODULE(Class)
The class of the music play list.
The SoundCore class provides a simple interface for audio playback.