Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

< Previous PageNext Page > Hide TOC

Export Registration Mechanism

Both the Movie and the DVC export components use the export registration mechanism. The components are registered as shown below.

componentType  'spit'
componentSubType  'MooV'
componentManufacturer  'appl'
componentFlags  canMovieExportFiles  + canMovieExportFromProcedures  +
                hasMovieExportUserInterface   + canMovieExportValidateMovie
                + movieExportMustGetSourceMediaType
 
componentType 'spit'
componentSubType   'dvc!'
componentManufacturer 'appl'
componentFlags  canMovieExportFiles  + canMovieExportFromProcedures
                + hasMovieExportUserInterface  + canMovieExportValidateMovie
                + movieExportMustGetSourceMediaType

Because the DVC component uses the QuickTime Movie export component, it searches for the 'MooV' exporter, using the following ComponentDescription values:

cd.componentType = 'spit';
cd.componentSubType = MovieFileType;
cd.componentManufacturer = 'appl';
cd.componentFlags = canMovieExportFromProcedures
                    + movieExportMustGetSourceMediaType;
cd.componentFlagsMask = cd.componentFlags;

If you are working with export components (either writing them, or trying to enumerate or otherwise match up components with source media types) you need to understand this registration mechanism.



< Previous PageNext Page > Hide TOC


Last updated: 2006-01-10




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice