![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMP3File.h>
Public Member Functions | |
| cMP3FileReader (cStreamInput &stmIn, cAVSink *pAVSink) | |
| virtual | ~cMP3FileReader () |
| virtual HRESULT | ReadStream () override |
| UNITTEST_FRIEND (cMP3File) | |
Public Member Functions inherited from GrayLib::cAVReader | |
| cAVReader (cStreamInput &stmIn, cAVSink *pSink) | |
| virtual | ~cAVReader () |
Additional Inherited Members | |
Protected Attributes inherited from GrayLib::cAVReader | |
| cStreamInput * | m_pStreamInput |
| read from this file or memory stream More... | |
| cAVSink * | m_pAVSink |
| Output to this destination cAVSink. More... | |
A MIME_EXT_mp3 audio file. for reading
| GrayLib::cMP3FileReader::cMP3FileReader | ( | cStreamInput & | stmIn, |
| cAVSink * | pAVSink | ||
| ) |
|
virtual |
|
overridevirtual |
Read a complete MIME_EXT_mp3 file. Read m_pStreamInput to m_pAVSink read the MP3 file header.
Implements GrayLib::cAVReader.
| GrayLib::cMP3FileReader::UNITTEST_FRIEND | ( | cMP3File | ) |