Foundation Classes |
mObject . . . . . . Media!Lab base object class mFile . . . . . . . optimized multimedia file I/O class
Error() . . . . . . . display Media!Lab error messages Warning() . . . . . . display Media!Lab warning messages mClearMem() . . . . . clear a block of memory to zero mClearStruct(). . . . clear a structure to zero mArrayCnt() . . . . . count number of elements in an array mFourCC() . . . . . . pack 4 character codes into a DWORD mMemCopy(). . . . . . copy bytes in memory (optimized) mMemSetByte() . . . . set bytes to a fixed value mMemSetWord() . . . . set words to a fixed value
mFile() . . . . . . . constructor Open(). . . . . . . . open a disk file Open(). . . . . . . . open a memory file Read(). . . . . . . . read to buffer (buffer I/O) ReadBlock() . . . . . read next block (block I/O) Seek(). . . . . . . . seek to file position SetBlockSize(). . . . set the block size SetBlockBuffer(). . . set a user block buffer ReadCheck() . . . . . check that data is within the current block EOFCheck(). . . . . . check for End-Of-File GetPosition() . . . . return the file position Close() . . . . . . . close the file ~mFile(). . . . . . . destructor RiffBegin() . . . . . RIFF file handling routines RiffBeginList() . . . RiffBeginChunk(). . . RiffEndList() . . . . RiffEndChunk(). . . . RiffSkipChunk() . . . RiffSize(). . . . . .