home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTQTRPZADecoder.bundle / Resources / NT.component < prev   
Encoding:
Text File  |  1994-12-20  |  413 b   |  20 lines

  1. {
  2.     NTComponentTypeName = NTDecompressor;
  3.     NTComponentSubtypeName = NTRoadPizza;
  4.     NTVendor = "NeXT Computer, Inc.";
  5.     NTMediaType = NTVideo;
  6.     
  7.     NTConfiguration = {
  8.     NTSampleInput = {
  9.         NTFormatType = NTCompressed;
  10.         NTFormatSubtype = NTRoadPizza;
  11.     };
  12.     NTSampleOutput = {
  13.         NTFormatType = NTRaw;
  14.         NTFormatSubtype = NTRaw;
  15.     };
  16.     };
  17.     NTComponentPrincipalClass = NTQTRPZADecoder;
  18. }
  19.  
  20.