home *** CD-ROM | disk | FTP | other *** search
- {
- NTComponentTypeName = (NTFileParser, NTFileWriter, NTPasteboardMovieParser);
- NTComponentSubtypeName = MooV;
- NTVendor = "NeXT Computer, Inc.";
-
- NTFileParser =
- {
- NTComponentPrincipalClass = NTMooVParser;
- NTFormatType = NTFileParser;
- NTFormatSubtype = MooV;
- NTFileSuffixArray = ("mov", "MOV", "qt", "QT", "#rsrc#");
- };
-
- NTFileWriter =
- {
- NTComponentPrincipalClass = NTMooVWriter;
- NTFormatType = NTFileWriter;
- NTFormatSubtype = MooV;
- NTFileSuffixArray = ("mov");
- };
-
- NTPasteboardMovieParser =
- {
- NTComponentPrincipalClass = NTMooVDataConverter;
- NTFormatType = NTPasteboardMovieParser;
- NTFormatSubtype = MooV;
- };
- }
-