![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMP4File.h>
Public Member Functions | |
| cMP4FileReader (cStreamInput &s, cAVSink *pAVSink) | |
| virtual | ~cMP4FileReader () |
| virtual HRESULT | ReadStream () override |
| UNITTEST_FRIEND (cMP4File) | |
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... | |
| GrayLib::cMP4FileReader::cMP4FileReader | ( | cStreamInput & | s, |
| cAVSink * | pAVSink | ||
| ) |
|
virtual |
|
overridevirtual |
Read a complete MIME_EXT_mp4 file.
Implements GrayLib::cAVReader.
| GrayLib::cMP4FileReader::UNITTEST_FRIEND | ( | cMP4File | ) |