home *** CD-ROM | disk | FTP | other *** search
- {
- NTComponentTypeName = (NTDecompressor, NTCompressor, NTConverter);
- NTComponentSubtypeName = NTMicroWavelet;
- NTVendor = "NeXT Computer, Inc.";
- NTMediaType = NTVideo;
-
-
- NTDecompressor = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTCompressed;
- NTFormatSubtype = NTMicroWavelet;
- };
- NTSampleOutput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- };
- NTComponentPrincipalClass = NTMicroWaveletDecoder;
- };
-
- NTCompressor = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTRaw;
- };
- NTSampleOutput = {
- NTFormatType = NTCompressed;
- NTFormatSubtype = NTMicroWavelet;
- };
- };
- NTComponentPrincipalClass = NTMicroWaveletEncoder;
- };
-
-
- /*
- * We need another entry here since the encoder can also "transcode"
- * directly from YUV422
- */
-
- NTConverter = {
- NTConfiguration = {
- NTSampleInput = {
- NTFormatType = NTRaw;
- NTFormatSubtype = NTYUV422;
- };
- NTSampleOutput = {
- NTFormatType = NTCompressed;
- NTFormatSubtype = NTMicroWavelet;
- };
- };
- NTComponentPrincipalClass = NTMicroWaveletEncoderYUV;
- };
- }
-
-