AVIReader.st
changeset 616 1d54288dbd25
parent 553 9b4fb2624c4c
child 620 6a4214e29c86
equal deleted inserted replaced
615:1f5b783f9c08 616:1d54288dbd25
    40     This is not yet completed.
    40     This is not yet completed.
    41 
    41 
    42     Read frames from a AVI file.
    42     Read frames from a AVI file.
    43 
    43 
    44     this is a very first attempt in reading AVI files;
    44     this is a very first attempt in reading AVI files;
    45     its very experimental and may change.
    45     (a first experiment in reading that fileFormat)
    46     (will introduce a new class hierarchy based upon
    46 
    47      MovieReader ...).
    47     Its very experimental, preliminary and will certainly change.
       
    48     (will introduce a new class hierarchy based upon some MovieReader ...).
    48 
    49 
    49     When used like an imageReader, #fromFile: will return
    50     When used like an imageReader, #fromFile: will return
    50     the very first frame.
    51     the very first frame.
    51 
    52 
    52     Warning: right now, the complete movie is read and huge
    53     Warning: right now, the complete movie is read and huge
  1459 ! !
  1460 ! !
  1460 
  1461 
  1461 !AVIReader class methodsFor:'documentation'!
  1462 !AVIReader class methodsFor:'documentation'!
  1462 
  1463 
  1463 version
  1464 version
  1464     ^ '$Header: /cvs/stx/stx/libview2/AVIReader.st,v 1.4 1997-04-21 16:57:34 cg Exp $'
  1465     ^ '$Header: /cvs/stx/stx/libview2/AVIReader.st,v 1.5 1997-06-21 16:24:46 cg Exp $'
  1465 ! !
  1466 ! !
  1466 AVIReader initialize!
  1467 AVIReader initialize!