Web Development
qtmm.txt
Associated article: QuickTime and Cross-Platform Multimedia
Tags: Web Development
Published source code accompanying the article by Mark Carolan in which he uses MetroWerks CodeWarrior Gold 10 development system to build a cross-platform reusable framework for preparing and presenting high-performance multimedia based on Apple's QuickTime multimedia engine. Also see QTMM.BIN.
QuickTime and Cross-Platform Multimedia
by Mark Carolan
Example 1:
BatchPack *bPack = (BatchPack *) handlerRefCon;
Example 2:
void InitStrings()
{
LoadString(hInstance, IDS_VIDEO, THA_MOOFIE, MOVIENAME_SIZE);
LoadString(hInstance, IDS_AUDIO, THA_SOUND, MOVIENAME_SIZE);
}
Example 3:
comment = "<string>"
audio path = &...


