home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / Cobol32 / PowerCBL / powercbl.Z / mci.txt < prev    next >
Text File  |  1997-05-13  |  6KB  |  102 lines

  1. **********************************************************************************
  2. **                                                                              **
  3. **                        Software Manual Supplement                            **
  4. **                           PowerCOBOL V3.0 L10                                **
  5. **                                                                              **
  6. **********************************************************************************
  7.  
  8.   Product names are abbreviated in this supplement as follows: 
  9.  
  10.   - "Microsoft(R) Windows NT(TM) Workstation operating system Version 3.51"
  11.      -->"Windows NT(TM)" or "Windows NT(TM) 3.51".
  12.   - "Microsoft(R) Windows NT(TM) Server Network operating system Version 3.51"
  13.      -->"Windows NT(TM)" or "Windows NT(TM) 3.51".
  14.    - "Microsoft(R) Windows NT(TM) Workstation operating system Version 4.0"
  15.      -->"Windows NT(TM)" or "Windows NT(TM) 4.0".
  16.   - "Microsoft(R) Windows NT(TM) Server Network operating system Version 4.0"
  17.      -->"Windows NT(TM)" or "Windows NT(TM) 4.0".
  18.   - "Microsoft(R) Windows(R) 95 operating system" 
  19.      -->"Windows(R) 95"
  20.  
  21.   This supplement for PowerCOBOL 3.0 describes the devices which can be used 
  22.   along with the attributes and methods associated with these MCI items.
  23.  
  24.  
  25.   TABLE1: CORRESPONDENCE BETWEEN MEDIA AND MCI DEVICES
  26.   +--------+--------------------------------------------------------------------------
  27.   |  Type  |   Device type               MCI device name     Embedding Product  
  28.   +--------+--------------------------------------------------------------------------
  29.   |  CD    |Audio CD (cdaudio)              CDAudio       Windows(R) 95,Windows NT(TM)
  30.   |  MIDI  |MIDI sequencer (sequencer)      Sequencer     Windows(R) 95,Windows NT(TM)
  31.   |  WAVE  |Waveform Audio (waveaudio)      WaveAudio     Windows(R) 95,Windows NT(TM)
  32.   |  VFW   |Digital Video (digitalvideo)    AVIVideo      Windows(R) 95,Windows NT(TM)
  33.   |  ANIME |Animation (animation)           --            --
  34.   |   DAT  |Digital Audio (dat)             --            --
  35.   | OVERLAY|Analog Video (overlay)          --            --
  36.   | SCANNER|Image Scanner (scanner)         --            --
  37.   |  VCR   |Video Tape Recorder/Player(vcr) --            --
  38.   | VDISK  |Video Disk Player (videodisc)   --            --
  39.   +--------+--------------------------------------------------------------------------
  40.  
  41.   
  42.   TABLE2:  MCI ATTRIBUTES AVAILABLE FOR MCI DEVICES
  43.   +-----------+-----------------------------------------------------------------------
  44.   | Attribute |                      POW-MCI????
  45.   +-----------+STRING RECEIVE DEVICE ELEMENT MEDIAPOS MEDIALEN TIME        FORMAT
  46.   | Type      | (*1)   (*1)                  (*2)     (*2)   Milli-sec  Frame MSF TMSF
  47.   +-----------+-----------------------------------------------------------------------
  48.   | CD        |OK     OK      OK     NG      OK       OK        OK       NG   OK   OK
  49.   | MIDI      |OK     OK      OK     OK      OK       OK        OK       NG   NG   NG
  50.   | WAVE      |OK     OK      OK     OK      OK       OK        OK       NG   NG   NG
  51.   | VFW       |OK     OK      OK     OK      OK       OK        OK       OK   NG   NG
  52.   | ANIME     |OK     OK      OK     --      --       --        --       --   --   --
  53.   | DAT       |OK     OK      OK     --      --       --        --       --   --   --
  54.   | OVERLAY   |OK     OK      OK     --      --       --        --       --   --   --
  55.   | SCANNER   |OK     OK      OK     --      --       --        --       --   --   --
  56.   | VCR       |OK     OK      OK     --      --       --        --       --   --   --
  57.   | VDISK     |OK     OK      OK     --      --       --        --       --   --   --
  58.   +-----------+-----------------------------------------------------------------------
  59.            OK   MCI Driver supports   
  60.            NG   MCI Driver is not supported  
  61.            --   Unknown
  62.   (*1) The command differs depending on the MCI driver.
  63.   (*2) When MEDIALEN and MEDIAPOS are referenced or updated, MEDIAFORMAT should have
  64.        been previously set. Additionally, if position is changed for the CD device                         under the reproduction in Windows(R)95, the position might not be set up properly.
  65.        make sure that the position is set after reproduction stops.
  66.  
  67.   
  68.   TABLE3:  MCI FUNCTIONAL ITEMS AVAILABLE FOR  MCI DEVICES
  69.   +---------+-------------------------------------------------------------
  70.   |  Method |                 ????DEVICE
  71.   +---------+ OPEN    CLOSE    PLAY    STOP    PAUSE    RESUME
  72.   |   Type  |  
  73.   +---------+-------------------------------------------------------------
  74.   |   CD    | OK      OK       OK      OK      OK       NG
  75.   | MIDI    | OK      OK       OK      OK      OK       OK
  76.   | WAVE    | OK      OK       OK      OK      OK       OK
  77.   | VFW     | OK      OK       OK      OK      OK       OK
  78.   | ANIME   | --      --       --      --      --       --
  79.   | DAT     | --      --       --      --      --       --
  80.   | OVERLAY | --      --       --      --      --       --
  81.   | SCANNER | --      --       --      --      --       --
  82.   | VCR     | --      --       --      --      --       --
  83.   | VDISK   | --      --       --      --      --       --
  84.   +---------+-------------------------------------------------------------
  85.            OK   MCI Driver supports
  86.            NG   MCI Driver is not supported  
  87.            --   Unknown
  88.   
  89.                                                                     - End -
  90.  
  91. --------------------------------------------------------------------------------------
  92.  -  Microsoft Windows are registered trademarks of Microsoft Corporation in the 
  93.     United States and other countries. 
  94.  -  Windows NT is a trademark of United States Microsoft Corporation. 
  95.  -  All other company names or the product names are the trademarks or 
  96.     registered trademarks of each company respectively. 
  97.  
  98.                 All Rights Reserved, Copyright(C)   Fujitsu Ltd. 1993-1996
  99. --------------------------------------------------------------------------------------
  100.  
  101.  
  102.