home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTMooVFileParser.bundle / Resources / NT.component < prev    next >
Encoding:
Text File  |  1996-04-05  |  681 b   |  29 lines

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