home *** CD-ROM | disk | FTP | other *** search
/ NeXTIME / NEXTIME.iso / NextLibrary / NEXTIME / Components / NTQTRawDecoder.bundle / NT.component next >
Encoding:
Text File  |  1994-04-30  |  363 b   |  17 lines

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