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

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