home *** CD-ROM | disk | FTP | other *** search
/ NeXTIME / NEXTIME.iso / NextLibrary / NEXTIME / Components / NTRawSoundConverter.bundle / NT.component next >
Encoding:
Text File  |  1994-04-30  |  965 b   |  47 lines

  1. NTComponentTypeName = (NTDecompressor, NTCompressor, NTConverter);
  2. NTComponentSubtypeName = NTRaw;
  3. NTVendor = "NeXT Computer, Inc.";
  4. NTMediaType = NTSound;
  5.  
  6. NTDecompressor = {
  7.     NTConfiguration = {
  8.     NTSampleInput = {
  9.         NTFormatType = NTRaw;
  10.         NTFormatSubtype = NTRaw;
  11.     };
  12.     NTSampleOutput = {
  13.         NTFormatType = NTRaw;
  14.         NTFormatSubtype = NTBiased;
  15.     };
  16.     };
  17.     NTComponentPrincipalClass = NTRawSoundDecompressor;
  18. };
  19.  
  20. NTCompressor = {
  21.     NTConfiguration = {
  22.     NTSampleInput = {
  23.         NTFormatType = NTRaw;
  24.         NTFormatSubtype = NTBiased;
  25.     };
  26.     NTSampleOutput = {
  27.         NTFormatType = NTRaw;
  28.         NTFormatSubtype = NTRaw;
  29.     };
  30.     };
  31.     NTComponentPrincipalClass = NTRawSoundCompressor;
  32. };
  33.  
  34. NTConverter = {
  35.     NTConfiguration = {
  36.     NTSampleInput = {
  37.         NTFormatType = NTRaw;
  38.         NTFormatSubtype = NTRaw;
  39.     };
  40.     NTSampleOutput = {
  41.         NTFormatType = NTRaw;
  42.         NTFormatSubtype = NTRaw;
  43.     };
  44.     };
  45.     NTComponentPrincipalClass = NTRawSoundConverter;
  46. };
  47.