home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / apcodec6.zip / ANPOCVID.SCR < prev    next >
Text File  |  1996-12-25  |  1KB  |  47 lines

  1. /* ANPOCVID.SCR */
  2. /* AnPoCODEC OS/2 Multimediaerweiterung */
  3. /* (c) 1994-96 Andreas Portele, Groß-Umstadt, Deutschland */
  4.  
  5.  
  6.  
  7. mmioCodec2Install =
  8.    (
  9.    mmio2Length         = 404L
  10.    mmio2FourCC         = "AVI "
  11.    mmio2DllName        = "$(DEST)ANPOCVID.DLL"
  12.    mmio2DllEntryPoint  = "CvidCodecEntry"
  13.    mmio2CompTypeFcc    = "cvid"
  14.    mmio2CompSubType    = 0L
  15.    mmio2MediaType      = 0x40L       
  16.    mmio2Flags          = 0L
  17.    mmio2CapsFlags      = 0x010E1E02L 
  18.    mmio2HWName         = ""
  19.    mmio2MaxSrcBuf      = 0L
  20.    mmio2SyncMethod     = 1L
  21.    mmio2Reserved1      = 0x32583259L 
  22.    mmio2XAlign         = 8L
  23.    mmio2YAlign         = 8L
  24.    mmio2SpecInfo       = ""
  25.    )
  26.  
  27. mmioCodec2Install =
  28.    (
  29.    mmio2Length         = 404L
  30.    mmio2FourCC         = "AVI "
  31.    mmio2DllName        = "$(DEST)ANPOCVID.DLL"
  32.    mmio2DllEntryPoint  = "CvidCodecEntry"
  33.    mmio2CompTypeFcc    = "CVID"
  34.    mmio2CompSubType    = 0L
  35.    mmio2MediaType      = 0x40L       
  36.    mmio2Flags          = 0L
  37.    mmio2CapsFlags      = 0x010E1E02L 
  38.    mmio2HWName         = ""
  39.    mmio2MaxSrcBuf      = 0L
  40.    mmio2SyncMethod     = 1L
  41.    mmio2Reserved1      = 0x32583259L 
  42.    mmio2XAlign         = 8L
  43.    mmio2YAlign         = 8L
  44.    mmio2SpecInfo       = ""
  45.    )
  46.  
  47.