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

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