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 | Private Attributes | List of all members
StreamInfoChangedEvent Class Reference

#include <qmmpevents_p.h>

+ Inheritance diagram for StreamInfoChangedEvent:

Public Member Functions

 StreamInfoChangedEvent (const QHash< QString, QString > &info)
 
virtual ~StreamInfoChangedEvent ()=default
 
QHash< QString, QString > streamInfo () const
 

Private Attributes

QHash< QString, QString > m_streamInfo
 

Detailed Description

Definition at line 56 of file qmmpevents_p.h.

Constructor & Destructor Documentation

StreamInfoChangedEvent::StreamInfoChangedEvent ( const QHash< QString, QString > &  info)
explicit
virtual StreamInfoChangedEvent::~StreamInfoChangedEvent ( )
virtualdefault

Member Function Documentation

QHash<QString, QString> StreamInfoChangedEvent::streamInfo ( ) const

Returns all stream information.

Member Data Documentation

QHash<QString, QString> StreamInfoChangedEvent::m_streamInfo
private

Definition at line 68 of file qmmpevents_p.h.


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