home *** CD-ROM | disk | FTP | other *** search
/ NeXTIME / NEXTIME.iso / NextLibrary / NEXTIME / Components / NTMooVFileParser.bundle / NT.component next >
Encoding:
Text File  |  1994-05-13  |  555 b   |  25 lines

  1. NTComponentTypeName = (NTFileParser, NTFileWriter, NTPasteboardMovieParser);
  2. NTComponentSubtypeName = MooV;
  3. NTVendor = "NeXT Computer, Inc.";
  4.  
  5. NTFileParser =
  6. {
  7.     NTComponentPrincipalClass = NTMooVParser;
  8.     NTFormatType = NTFileParser;
  9.     NTFormatSubtype = MooV;
  10. };
  11.  
  12. NTFileWriter =
  13. {
  14.     NTComponentPrincipalClass = NTMooVWriter;
  15.     NTFormatType = NTFileWriter;
  16.     NTFormatSubtype = MooV;
  17. };
  18.  
  19. NTPasteboardMovieParser =
  20. {
  21.     NTComponentPrincipalClass = NTMooVDataConverter;
  22.     NTFormatType = NTPasteboardMovieParser;
  23.     NTFormatSubtype = MooV;
  24. };
  25.