root/tags/perian-0.5/ff_MovieImportDispatch.h

Revision 60, 2.5 kB (checked in by dconrad, 2 years ago)

Rez cleanup; don't use Register(), it's not needed, slows things down, and causes problems.

Line 
1 /*****************************************************************************
2  *
3  *  Avi Import Component Dispatch Header
4  *
5  *  Copyright(C) 2006 Christoph Naegeli <chn1@mac.com>
6  *
7  *  This program is free software ; you can redistribute it and/or modify
8  *  it under the terms of the GNU General Public License as published by
9  *  the Free Software Foundation ; either version 2 of the License, or
10  *  (at your option) any later version.
11  *
12  *  This program is distributed in the hope that it will be useful,
13  *  but WITHOUT ANY WARRANTY ; without even the implied warranty of
14  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *  GNU General Public License for more details.
16  *
17  *  You should have received a copy of the GNU General Public License
18  *  along with this program ; if not, write to the Free Software
19  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20  *
21  ****************************************************************************/
22
23         ComponentSelectorOffset (-kComponentTargetSelect)
24
25         ComponentRangeCount (1)
26         ComponentRangeShift (7)
27         ComponentRangeMask      (7F)
28        
29 //      ComponentRangeBegin     (4)
30         ComponentRangeBegin     (0)
31                 ComponentError  (Target)
32                 ComponentError  (Register)
33                 StdComponentCall(Version)
34                 StdComponentCall(CanDo)
35                 StdComponentCall(Close)
36                 StdComponentCall(Open)
37         ComponentRangeEnd       (0)
38        
39         ComponentRangeBegin     (1)
40                 ComponentError  (0)
41                 ComponentError  (Handle)
42                 ComponentCall   (File)
43                 ComponentError  (SetSampleDuration)
44                 ComponentCall   (SetSampleDescription)
45                 ComponentError  (SetMediaFile)
46                 ComponentError  (SetDimensions)
47                 ComponentError  (SetChunkSize)
48                 ComponentCall   (SetProgressProc)
49                 ComponentError  (SetAuxiliaryData)
50                 ComponentError  (SetFromScrap)
51                 ComponentError  (DoUserDialog)
52                 ComponentError  (SetDuration)
53                 ComponentError  (GetAuxiliaryDataType)
54                 ComponentCall   (Validate)
55                 ComponentError  (GetFileType)
56                 ComponentCall   (DataRef)
57                 ComponentError  (GetSampleDescription)
58                 ComponentCall   (GetMIMETypeList)
59                 ComponentError  (SetOffsetAndLimit)
60                 ComponentError  (GetSettingsAsAtomContainer)
61                 ComponentError  (SetSettingsFromAtomContainer)
62                 ComponentError  (SetOffsetAndLimit64)
63                 ComponentError  (Idle)
64                 ComponentCall   (ValidateDataRef)
65                 ComponentError  (GetLoadState)
66                 ComponentError  (GetMaxLoadedTime)
67                 ComponentError  (EstimateCompletionTime)
68                 ComponentError  (SetDontBlock)
69                 ComponentError  (GetDontBlock)
70                 ComponentError  (SetIdleManager)
71                 ComponentError  (SetNewMovieFlags)
72                 ComponentCall   (GetDestinationMediaType)
73                 ComponentError  (SetMediaDataRef)
74                 ComponentError  (DoUserDialogDataRef)
75         ComponentRangeEnd       (1)
Note: See TracBrowser for help on using the browser.