home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / mmbrowse / mmbrowse.hlp (.txt) < prev    next >
OS/2 Help File  |  1999-05-12  |  5KB  |  101 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. About MMBrowse ΓòÉΓòÉΓòÉ
  3.  
  4. The MMBrowse application is a Presentation Manager application which 
  5. demonstrates the use of the Multimedia I/O subsystem (MMIO). For more detail 
  6. information about MMIO, please consult IBM Multimedia Presentation Manager/2 
  7. Programming Reference. 
  8.  
  9.  
  10. ΓòÉΓòÉΓòÉ 2. Get FOURCC ΓòÉΓòÉΓòÉ
  11.  
  12. Every installed MMIO I/O Procedure must have a four character code (FOURCC) 
  13. associated with it. It must be at most four characters long. For example, the 
  14. OS/2 1.3 Bitmap IO Proc's FOURCC is OS13. If you are unsure of what the FOURCC 
  15. should be, please contact the author of the IO Proc you are trying to 
  16. install/remove. 
  17.  
  18.  
  19. ΓòÉΓòÉΓòÉ 3. Open an image file ΓòÉΓòÉΓòÉ
  20.  
  21. Use this choice to open an image file for viewing. 
  22.  
  23.  
  24. ΓòÉΓòÉΓòÉ 4. Save an image file ΓòÉΓòÉΓòÉ
  25.  
  26. Use this choice to save an image file. The file format of the image depends on 
  27. the image file extension, and the default one is OS/2 2.0 bitmap. 
  28.  
  29.  
  30. ΓòÉΓòÉΓòÉ 5. Install an I/O procedure ΓòÉΓòÉΓòÉ
  31.  
  32. Use this choice to install a multimedia I/O procedure. For more detail 
  33. information about MMIO, please consult IBM Multimedia Presentation Manager/2 
  34. Programming Reference. The default file extension for IOProc is DLL, and this 
  35. sample program requires entry point to an installed IOPROC to be 
  36. "IOProc_Entry". 
  37.  
  38.  
  39. ΓòÉΓòÉΓòÉ 6. Remove Permanent I/O Procedure(s) ΓòÉΓòÉΓòÉ
  40.  
  41. Click on any permanently installed I/O procedure(s) you wish to remove from the 
  42. INI file. After you're done, press OK to remove. You must exit the MMBrowse 
  43. application to have the removal of I/O procedures take effect. Since this 
  44. sample program requires an entry point to an installed IOPROC to be 
  45. "IOProc_Entry", the listed installed I/O procedures that can be removed are 
  46. those that can be reinstalled. 
  47.  
  48.  
  49. ΓòÉΓòÉΓòÉ 7. Query installed I/O Procedures ΓòÉΓòÉΓòÉ
  50.  
  51. Use this choice for Querying an installed I/O procedure. It provides the 
  52. listing of installed I/O procedures for the users to select. Click on any 
  53. installed I/O procedures you wish to query. 
  54.  
  55.  
  56. ΓòÉΓòÉΓòÉ 8. Help Menu ΓòÉΓòÉΓòÉ
  57.  
  58. Use the choices on the Help pull-down to display: 
  59.  
  60.  Help index 
  61.       Displays the index of help menu. 
  62.  
  63.  General Help 
  64.       Provides detailed information on the kinds of help available and how to 
  65.       use help. 
  66.  
  67.  Using Help 
  68.       Displays some information about MMBrowse application. 
  69.  
  70.  
  71. ΓòÉΓòÉΓòÉ 9. Help For Help ΓòÉΓòÉΓòÉ
  72.  
  73. Use this choice to obtain information on how to use the Help facility. 
  74.  
  75.  
  76. ΓòÉΓòÉΓòÉ 10. General Help ΓòÉΓòÉΓòÉ
  77.  
  78. General help provides general information about the MMBrowse application. The 
  79. MMBROWSE program demonstrates the Multimedia  I/O concept by serving as a 
  80. utility program for viewing and saving an image file. The program can also be 
  81. used to install or remove temporary or permanent I/O procedures. Although this 
  82. program needs an entry point to an installed IOPROC to be "IOProc_Entry", new 
  83. I/O procedures can be added by using the techniques of this program. 
  84.  
  85.  
  86. ΓòÉΓòÉΓòÉ 11. Index ΓòÉΓòÉΓòÉ
  87.  
  88. Use this choice to display the help index. 
  89.  
  90. The help index lists the titles of the help information that is available. 
  91.  
  92.  
  93. ΓòÉΓòÉΓòÉ 12. Information ΓòÉΓòÉΓòÉ
  94.  
  95. This dialog displays information about the application, such as version number 
  96. and copyright notice. 
  97.  
  98.  
  99. ΓòÉΓòÉΓòÉ 13. Information ΓòÉΓòÉΓòÉ
  100.  
  101. The OK button closed dialog box.