| 1 |
/* |
|---|
| 2 |
* AC3MovieImportDispatch.h |
|---|
| 3 |
* |
|---|
| 4 |
* AC3Movie Import component dispatch helper header. |
|---|
| 5 |
* |
|---|
| 6 |
* |
|---|
| 7 |
* Copyright (c) 2006 David Conrad |
|---|
| 8 |
* Copyright (c) 2006 Graham Booker |
|---|
| 9 |
* |
|---|
| 10 |
* This file is part of A52Codec. |
|---|
| 11 |
* |
|---|
| 12 |
* A52Codec is free software; you can redistribute it and/or |
|---|
| 13 |
* modify it under the terms of the GNU Lesser General Public |
|---|
| 14 |
* License as published by the Free Software Foundation; either |
|---|
| 15 |
* version 2.1 of the License, or (at your option) any later version. |
|---|
| 16 |
* |
|---|
| 17 |
* A52Codec is distributed in the hope that it will be useful, |
|---|
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 20 |
* Lesser General Public License for more details. |
|---|
| 21 |
* |
|---|
| 22 |
* You should have received a copy of the GNU Lesser General Public |
|---|
| 23 |
* License along with A52Codec; if not, write to the Free Software |
|---|
| 24 |
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|---|
| 25 |
* |
|---|
| 26 |
* |
|---|
| 27 |
* |
|---|
| 28 |
*/ |
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
ComponentSelectorOffset (6) |
|---|
| 32 |
|
|---|
| 33 |
ComponentRangeCount (1) |
|---|
| 34 |
ComponentRangeShift (7) |
|---|
| 35 |
ComponentRangeMask (7F) |
|---|
| 36 |
|
|---|
| 37 |
ComponentRangeBegin (0) |
|---|
| 38 |
ComponentError (Target) |
|---|
| 39 |
ComponentError (Register) |
|---|
| 40 |
StdComponentCall (Version) |
|---|
| 41 |
StdComponentCall (CanDo) |
|---|
| 42 |
StdComponentCall (Close) |
|---|
| 43 |
StdComponentCall (Open) |
|---|
| 44 |
ComponentRangeEnd (0) |
|---|
| 45 |
|
|---|
| 46 |
ComponentRangeBegin (1) |
|---|
| 47 |
ComponentError (0) |
|---|
| 48 |
ComponentError (Handle) |
|---|
| 49 |
ComponentCall (File) |
|---|
| 50 |
ComponentError (SetSampleDuration) |
|---|
| 51 |
ComponentError (SetSampleDescription) |
|---|
| 52 |
ComponentError (SetMediaFile) |
|---|
| 53 |
ComponentError (SetDimensions) |
|---|
| 54 |
ComponentError (SetChunkSize) |
|---|
| 55 |
ComponentError (SetProgressProc) |
|---|
| 56 |
ComponentError (SetAuxiliaryData) |
|---|
| 57 |
ComponentError (SetFromScrap) |
|---|
| 58 |
ComponentError (DoUserDialog) |
|---|
| 59 |
ComponentError (SetDuration) |
|---|
| 60 |
ComponentError (GetAuxiliaryDataType) |
|---|
| 61 |
ComponentCall (Validate) |
|---|
| 62 |
ComponentCall (GetFileType) |
|---|
| 63 |
ComponentCall (DataRef) |
|---|
| 64 |
ComponentError (GetSampleDescription) |
|---|
| 65 |
ComponentCall (GetMIMETypeList) |
|---|
| 66 |
ComponentCall (SetOffsetAndLimit) |
|---|
| 67 |
ComponentError (GetSettingsAsAtomContainer) |
|---|
| 68 |
ComponentError (SetSettingsFromAtomContainer) |
|---|
| 69 |
ComponentCall (SetOffsetAndLimit64) |
|---|
| 70 |
ComponentCall (Idle) |
|---|
| 71 |
ComponentCall (ValidateDataRef) |
|---|
| 72 |
ComponentError (GetLoadState) |
|---|
| 73 |
ComponentError (GetMaxLoadedTime) |
|---|
| 74 |
ComponentError (EstimateCompletionTime) |
|---|
| 75 |
ComponentError (SetDontBlock) |
|---|
| 76 |
ComponentError (GetDontBlock) |
|---|
| 77 |
ComponentError (SetIdleManager) |
|---|
| 78 |
ComponentError (SetNewMovieFlags) |
|---|
| 79 |
ComponentRangeEnd (1) |
|---|