home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / readme.txt < prev   
Text File  |  1997-08-11  |  4KB  |  75 lines

  1. ****************************************************************
  2.  
  3.             Multimedia Samples
  4.  
  5. ****************************************************************
  6.  
  7. The audio, input, and video subdirectories contain samples for 
  8. Windows 95/98 and Windows NT base multimedia services.
  9.  
  10.  
  11. Subdirectory      Sample      Description
  12. ------------      ---------       -------------------------------------------
  13. Audio             ACMAPP          Displays wave file format, and plays, records, and converts wave files.
  14.                        
  15. Audio             IDFEDIT         MIDI IDF (Instrument Definition File) editor. 
  16.  
  17. Audio             LOWPASS         Low pass filter for waveform audio.
  18.  
  19. Audio             MCIAPP          MCI test application.
  20.  
  21. Audio             MCIPLAY         Simple video playback application. Uses MCIWnd.
  22.  
  23. Audio             MCIPUZZL        Application lets you make a 15-square puzzle of a playing video sequence.  
  24.                   Shows how to use installable draw procedures.
  25.  
  26. Audio             MIDIMON       Sample that displays textual listing of MIDI input messages.
  27.  
  28. Audio             MIDIPLYR        Sample MIDI player.
  29.  
  30. Audio             MIXAPP      Sample mixer application.
  31.  
  32. Audio             MMCAPS      Sample that shows the multimedia capabilities of the hardware.
  33.  
  34. Audio             REVERSE       Simple application that will play a waveform in reverse.
  35.  
  36. Audio             SOUNDAPP      Simple application showing the SndPlaySound API.
  37.  
  38. Audio             WAVEFILE        Sample AVIFile file handler for waveform audio files.  To install, 
  39.                   execute dseqfile.reg and copy dll to system dir. Can be used with AVIEDIT or AVIVIEW.
  40.  
  41. Input             JOYTOY      Sample joystick application.
  42.  
  43.  
  44. Video             AVIEDIT       Simple AVI editing application using the editing APIs in AVIFile.
  45.  
  46. Video             AVIVIEW         Simple AVI viewing application using the read/write APIs in AVIFile.
  47.  
  48. Video             CAPTEST         Sample capture application that uses the AVICap capture window class.
  49.  
  50. Video             DSEQFILE      AVIFile file handler for DIB sequences. Implemented in C++.  To install, execute
  51.                           dseqfile.reg and copy dll to system dir. Can be used with AVIEDIT or AVIVIEW.
  52.  
  53. Video             LANGPLAY      Plays back multi-audio stream AVI files. MULTILNG.AVI is an example file found on
  54.                       the CD.
  55.  
  56. Video             MOVPLAY       Simple application for playing movies using MCI.  Builds two versions, one using 
  57.                           mciSendCommand and another using mciSendString.
  58.  
  59. Video             MPLAY           Simple AVI playback application.  Includes a subset of the features in Media Player 
  60.                           and uses the MCIWnd window class.
  61.  
  62. Video             PALMAP          Stream handler that translates video streams into new streams of a different
  63.                           bit depth--for example, it can translate from 24-bit to 8-bit.  Copy dll to system
  64.                           directory and use with AVIVIEW, 'Find Optimal Palette' menu item.
  65.  
  66. Video             TXTOUT      Text stream draw renderer for rendering text data in AVI files.  To install on Win95,
  67.                       copy dll to system dir and add the following line to [drivers32] section of system.ini:
  68.                               txts.draw=txtout32.dll. On NT, install from control panel, drivers applet, pointing 
  69.                   to the sample directory. Example text stream is in OUTPUT.AVI, created by WRITEAVI sample.
  70.  
  71. Video             VIDCAP          Full-featured video capture application.
  72.  
  73. Video             WRITEAVI        Example showing how to use the AVIFILE interface to write files such as those 
  74.                           that AVIView reads.
  75.