home *** CD-ROM | disk | FTP | other *** search
/ NeXTIME / NEXTIME.iso / NextLibrary / NEXTIME / Components / NTSoundOutDevice.bundle / NT.component next >
Encoding:
Text File  |  1994-05-09  |  481 b   |  22 lines

  1. NTComponentTypeName = NTOutputDevice;
  2. NTComponentSubtypeName = NTSound;
  3. NTVendor = "NeXT Computer, Inc.";
  4. NTMediaType = NTSound;
  5.  
  6. NTConfiguration = {
  7.     NTSampleInput = {
  8.         NTFormatType = NTRaw;
  9.     NTFormatSubtype = NTRaw;
  10.     };
  11.     NTSampleOutput = {
  12.     NTFormatType = NTOutputDevice;
  13.     NTFormatSubtype = NTRaw;
  14.     };
  15. };
  16. NTComponentPrincipalClass = NTSoundOutDevice;
  17.  
  18. // Debug flag generates diagnostic printout for user-level DMA with
  19. // NEXTIME_Sound driver.
  20.  
  21. NTDebug = NO;
  22.