home *** CD-ROM | disk | FTP | other *** search
- {
- NTComponentTypeName = (NTDecompressor, NTCompressor);
- NTComponentSubtypeName = NT_JPEG1;
- NTVendor = "NeXT Computer, Inc.";
- NTMediaType = NTVideo;
-
- // This software is based in part on the work of the Independent JPEG Group
-
- NTDecompressor = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTCompressed;
- NTFormatSubtype = NT_JPEG1;
- };
- NTSampleOutput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- };
- NTComponentPrincipalClass = NTJPEGDecoder;
- };
-
- NTCompressor = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- NTSampleOutput = {
- NTFormatType = NTCompressed;
- NTFormatSubtype = NT_JPEG1;
- };
- };
- NTComponentPrincipalClass = NTJPEGEncoder;
- };
- }
-