home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTMicroWavelet.bundle / Resources / NT.component < prev   
Encoding:
Text File  |  1994-12-20  |  1.2 KB  |  57 lines

  1. {
  2.     NTComponentTypeName = (NTDecompressor, NTCompressor, NTConverter);
  3.     NTComponentSubtypeName = NTMicroWavelet;
  4.     NTVendor = "NeXT Computer, Inc.";
  5.     NTMediaType = NTVideo;
  6.     
  7.     
  8.     NTDecompressor = {
  9.     NTConfiguration = {
  10.         NTSampleInput = {
  11.         NTFormatType = NTCompressed;
  12.         NTFormatSubtype = NTMicroWavelet;
  13.         };
  14.         NTSampleOutput = {
  15.         NTFormatType = NTRaw;
  16.         NTFormatSubtype = NTRaw;
  17.         };
  18.     };
  19.     NTComponentPrincipalClass = NTMicroWaveletDecoder;
  20.     };
  21.     
  22.     NTCompressor = {
  23.     NTConfiguration = {
  24.         NTSampleInput = {
  25.         NTFormatType = NTRaw;
  26.         NTFormatSubtype = NTRaw;
  27.         };
  28.         NTSampleOutput = {
  29.         NTFormatType = NTCompressed;
  30.         NTFormatSubtype = NTMicroWavelet;
  31.         };
  32.     };
  33.     NTComponentPrincipalClass = NTMicroWaveletEncoder;
  34.     };
  35.     
  36.     
  37.     /* 
  38.     * We need another entry here since the encoder can also "transcode"
  39.     * directly from YUV422 
  40.     */
  41.     
  42.     NTConverter = {
  43.     NTConfiguration = {
  44.         NTSampleInput = {
  45.         NTFormatType = NTRaw;
  46.         NTFormatSubtype = NTYUV422;
  47.         };
  48.         NTSampleOutput = {
  49.         NTFormatType = NTCompressed;
  50.         NTFormatSubtype = NTMicroWavelet;
  51.         };
  52.     };
  53.     NTComponentPrincipalClass = NTMicroWaveletEncoderYUV;
  54.     };
  55. }    
  56.     
  57.