home *** CD-ROM | disk | FTP | other *** search
- {
- NTComponentTypeName = (NTDecompressor, NTCompressor);
- NTComponentSubtypeName = NTDeltaMulaw;
- NTVendor = "NeXT Computer, Inc.";
- NTMediaType = NTSound;
-
- NTDecompressor = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTCompressed;
- NTFormatSubtype = NTDeltaMulaw;
- };
- NTSampleOutput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- };
- NTComponentPrincipalClass = NTDeltaMulawSndDecompressor;
- };
-
- NTCompressor = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- NTSampleOutput = {
- NTFormatType = NTCompressed;
- NTFormatSubtype = NTDeltaMulaw;
- };
- };
- NTComponentPrincipalClass = NTDeltaMulawSndCompressor;
- };
- }
-