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

  1. {
  2.     NTComponentTypeName = (NTDecompressor, NTCompressor);
  3.     NTComponentSubtypeName = NTDeltaMulaw;
  4.     NTVendor = "NeXT Computer, Inc.";
  5.     NTMediaType = NTSound;
  6.     
  7.     NTDecompressor = {
  8.     NTConfiguration = {
  9.         NTSampleInput = {
  10.         NTFormatType = NTCompressed;
  11.         NTFormatSubtype = NTDeltaMulaw;
  12.         };
  13.         NTSampleOutput = {
  14.         NTFormatType = NTRaw;
  15.         NTFormatSubtype = NTRaw;
  16.         };
  17.     };
  18.     NTComponentPrincipalClass = NTDeltaMulawSndDecompressor;
  19.     };
  20.     
  21.     NTCompressor = {
  22.     NTConfiguration = {
  23.         NTSampleInput = {
  24.         NTFormatType = NTRaw;
  25.         NTFormatSubtype = NTRaw;
  26.         };
  27.         NTSampleOutput = {
  28.         NTFormatType = NTCompressed;
  29.         NTFormatSubtype = NTDeltaMulaw;
  30.         };
  31.     };
  32.     NTComponentPrincipalClass = NTDeltaMulawSndCompressor;
  33.     };
  34. }
  35.