MP3FileReader::DecodeThread Class Reference

#include <MP3FileReader.h>

Inheritance diagram for MP3FileReader::DecodeThread:
Inheritance graph
Collaboration diagram for MP3FileReader::DecodeThread:
Collaboration graph

Public Types

enum  Type { RTThread, NonRTThread }
 

Public Slots

void start ()
 

Public Member Functions

 DecodeThread (MP3FileReader *reader)
 
void run () override
 

Protected Attributes

MP3FileReaderm_reader
 

Detailed Description

Definition at line 144 of file MP3FileReader.h.

Member Enumeration Documentation

enum Thread::Type
inherited
Enumerator
RTThread 
NonRTThread 

Definition at line 29 of file Thread.h.

Constructor & Destructor Documentation

MP3FileReader::DecodeThread::DecodeThread ( MP3FileReader reader)
inline

Definition at line 147 of file MP3FileReader.h.

Member Function Documentation

void MP3FileReader::DecodeThread::run ( )
overridevirtual

Implements Thread.

Definition at line 291 of file MP3FileReader.cpp.

Member Data Documentation

MP3FileReader* MP3FileReader::DecodeThread::m_reader
protected

Definition at line 151 of file MP3FileReader.h.


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