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 class of the read write interface. More...
#include <ttkabstractbufferinterface.h>
Public Member Functions | |
virtual | ~TTKAbstractReadWriteInterface ()=default |
![]() | |
virtual | ~TTKAbstractReadInterface ()=default |
virtual bool | readBuffer (T &items)=0 |
![]() | |
virtual | ~TTKAbstractWriteInterface ()=default |
virtual bool | writeBuffer (const T &items)=0 |
The class of the read write interface.
Definition at line 70 of file ttkabstractbufferinterface.h.
|
virtualdefault |
Object destructor.