home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / inc / video.inc < prev    next >
Text File  |  1999-04-30  |  1KB  |  21 lines

  1. ;**************************START OF SPECIFICATIONS *************************  
  2. ;                                                                             
  3. ;  Module NAME:  VIDEO.H                                                      
  4. ;                                                                             
  5. ;  OS/2 2.0 Multimedia Extensions Video structures and definitions            
  6. ;                                                                             
  7. ;  Copyright (c) International Business Machines Corporation 1993             
  8. ;                          All Rights Reserved                                
  9. ;************************** END OF SPECIFICATIONS **************************  
  10.  
  11. VIDEO_FRAME_HDR    STRUC
  12. vfh_FrameNumber    DD    ?      ;  relative frame number         
  13. vfh_FramesSkipped    DD    ?    ;  no. frames skipped between this and last frames   
  14. vfh_StreamTime    DD    ?       ;  stream time in milliseconds   
  15. vfh_FrameSize    DD    ?        ;  size in bytes                 
  16. vfh_SHparm1    DD    ?          ;  used by stream handler        
  17. vfh_reserved3    DD    ?        ;  unused                        
  18. vfh_reserved2    DD    ?        ;  unused                        
  19. vfh_reserved1    DD    ?        ;  unused                        
  20. VIDEO_FRAME_HDR    ENDS
  21.