Searched defs:IMpeg4File (Results 1 - 1 of 1) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
H A Dimpeg4file.h77 class IMpeg4File : public ISucceedFail class in inherits:ISucceedFail
80 virtual ~IMpeg4File() {} // So the Mpeg4File destructor gets called when delete the interface
189 // Static method to read in an MP4 file from disk and return the IMpeg4File interface
190 OSCL_IMPORT_REF static IMpeg4File *readMP4File(OSCL_wString& aFilename,
196 OSCL_IMPORT_REF static void DestroyMP4FileObject(IMpeg4File* aMP4FileObject);

Completed in 11 milliseconds