home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTDisplay.bundle / Resources / NT.component < prev   
Encoding:
Text File  |  1994-12-20  |  400 b   |  20 lines

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