home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / NEXTIME / NullVideoCodec / NullEncoder.h < prev    next >
Text File  |  1995-02-03  |  200b  |  11 lines

  1.  
  2. #import <NEXTIME/NTSampleProcessor.h>
  3.                     
  4. @interface NullEncoder: NTSampleProcessor
  5. {
  6.     int width, height;        /* compressed width and height */
  7.     NSMutableDictionary * sampleDescription;
  8. }
  9. @end
  10.  
  11.