root/trunk/ff_MovieImportDispatch.h

Revision 221, 2.6 kB (checked in by durin42, 2 years ago)

As discussed and confirmed on the list, we are now switching completely to the
GNU Lesser General Public License. As such, changing the banner on the top
of all the files, and updating our license file. Removed all remaining
references to libpostproc, and everything still builds!

Line 
1 /*****************************************************************************
2  *
3  *  Avi Import Component Dispatch Header
4  *
5  *  Copyright(C) 2006 Christoph Naegeli <chn1@mac.com>
6  *
7  *  This library is free software; you can redistribute it and/or
8  *  modify it under the terms of the GNU Lesser General Public
9  *  License as published by the Free Software Foundation; either
10  *  version 2.1 of the License, or (at your option) any later version.
11  * 
12  *  This library 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 GNU
15  *  Lesser General Public License for more details.
16  * 
17  *  You should have received a copy of the GNU Lesser General Public
18  *  License along with this library; if not, write to the Free Software
19  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  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                 ComponentCall   (Idle)
64                 ComponentCall   (ValidateDataRef)
65                 ComponentCall   (GetLoadState)
66                 ComponentCall   (GetMaxLoadedTime)
67                 ComponentError  (EstimateCompletionTime)
68                 ComponentError  (SetDontBlock)
69                 ComponentError  (GetDontBlock)
70                 ComponentCall   (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.