1 /* |
|
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef MCCTRANSCODER_INL |
|
20 #define MCCTRANSCODER_INL |
|
21 |
|
22 // INCLUDE FILES |
|
23 #include <e32std.h> |
|
24 #include <vedmovie.h> |
|
25 |
|
26 |
|
27 // EXTERNAL DATA STRUCTURES |
|
28 |
|
29 // EXTERNAL FUNCTION PROTOTYPES |
|
30 |
|
31 // CONSTANTS |
|
32 |
|
33 // MACROS |
|
34 |
|
35 // LOCAL CONSTANTS AND MACROS |
|
36 |
|
37 // MODULE DATA STRUCTURES |
|
38 |
|
39 // LOCAL FUNCTION PROTOTYPES |
|
40 |
|
41 // FORWARD DECLARATIONS |
|
42 |
|
43 // ============================= LOCAL FUNCTIONS =============================== |
|
44 |
|
45 // ============================ MEMBER FUNCTIONS =============================== |
|
46 |
|
47 // ----------------------------------------------------------------------------- |
|
48 // CMccTranscoderImpl::NotifyVideoClipIndicesChanged |
|
49 // ----------------------------------------------------------------------------- |
|
50 // |
|
51 inline void CMccTranscoderImpl::NotifyVideoClipIndicesChanged( |
|
52 CVedMovie& /*aMovie*/, |
|
53 TInt /*aOldIndex*/, |
|
54 TInt /*aNewIndex*/ ) |
|
55 { |
|
56 } |
|
57 |
|
58 // ----------------------------------------------------------------------------- |
|
59 // CMccTranscoderImpl::NotifyVideoClipTimingsChanged |
|
60 // ----------------------------------------------------------------------------- |
|
61 // |
|
62 inline void CMccTranscoderImpl::NotifyVideoClipTimingsChanged( |
|
63 CVedMovie& /*aMovie*/, |
|
64 TInt /*aIndex*/ ) |
|
65 { |
|
66 |
|
67 } |
|
68 |
|
69 // ----------------------------------------------------------------------------- |
|
70 // CMccTranscoderImpl::NotifyVideoClipColorEffectChanged |
|
71 // ----------------------------------------------------------------------------- |
|
72 // |
|
73 inline void CMccTranscoderImpl::NotifyVideoClipColorEffectChanged( |
|
74 CVedMovie& /*aMovie*/, |
|
75 TInt /*aIndex*/ ) |
|
76 { |
|
77 |
|
78 } |
|
79 |
|
80 // ----------------------------------------------------------------------------- |
|
81 // CMccTranscoderImpl::NotifyVideoClipAudioSettingsChanged |
|
82 // ----------------------------------------------------------------------------- |
|
83 // |
|
84 inline void CMccTranscoderImpl::NotifyVideoClipAudioSettingsChanged( |
|
85 CVedMovie& /*aMovie*/, |
|
86 TInt /*aIndex*/) |
|
87 { |
|
88 |
|
89 } |
|
90 |
|
91 // ----------------------------------------------------------------------------- |
|
92 // CMccTranscoderImpl::NotifyVideoClipGeneratorSettingsChanged |
|
93 // ----------------------------------------------------------------------------- |
|
94 // |
|
95 inline void CMccTranscoderImpl::NotifyVideoClipGeneratorSettingsChanged( |
|
96 CVedMovie& /*aMovie*/, |
|
97 TInt /*aIndex*/) |
|
98 { |
|
99 |
|
100 } |
|
101 |
|
102 // ----------------------------------------------------------------------------- |
|
103 // CMccTranscoderImpl::NotifyVideoClipDescriptiveNameChanged |
|
104 // ----------------------------------------------------------------------------- |
|
105 // |
|
106 inline void CMccTranscoderImpl::NotifyVideoClipDescriptiveNameChanged( |
|
107 CVedMovie& /*aMovie*/, |
|
108 TInt /*aIndex*/) |
|
109 { |
|
110 |
|
111 } |
|
112 |
|
113 // ----------------------------------------------------------------------------- |
|
114 // CMccTranscoderImpl::NotifyStartTransitionEffectChanged |
|
115 // ----------------------------------------------------------------------------- |
|
116 // |
|
117 inline void CMccTranscoderImpl::NotifyStartTransitionEffectChanged( |
|
118 CVedMovie& /*aMovie*/ ) |
|
119 { |
|
120 |
|
121 } |
|
122 |
|
123 // ----------------------------------------------------------------------------- |
|
124 // CMccTranscoderImpl::NotifyMiddleTransitionEffectChanged |
|
125 // ----------------------------------------------------------------------------- |
|
126 // |
|
127 inline void CMccTranscoderImpl::NotifyMiddleTransitionEffectChanged( |
|
128 CVedMovie& /*aMovie*/, |
|
129 TInt /*aIndex*/ ) |
|
130 { |
|
131 |
|
132 } |
|
133 |
|
134 // ----------------------------------------------------------------------------- |
|
135 // CMccTranscoderImpl::NotifyEndTransitionEffectChanged |
|
136 // ----------------------------------------------------------------------------- |
|
137 // |
|
138 inline void CMccTranscoderImpl::NotifyEndTransitionEffectChanged( |
|
139 CVedMovie& /*aMovie*/ ) |
|
140 { |
|
141 |
|
142 } |
|
143 |
|
144 // ----------------------------------------------------------------------------- |
|
145 // CMccTranscoderImpl::NotifyAudioClipAdded |
|
146 // ----------------------------------------------------------------------------- |
|
147 // |
|
148 inline void CMccTranscoderImpl::NotifyAudioClipAdded( |
|
149 CVedMovie& /*aMovie*/, TInt /*aIndex*/ ) |
|
150 { |
|
151 |
|
152 } |
|
153 |
|
154 // ----------------------------------------------------------------------------- |
|
155 // CMccTranscoderImpl::NotifyAudioClipAddingFailed |
|
156 // ----------------------------------------------------------------------------- |
|
157 // |
|
158 inline void CMccTranscoderImpl::NotifyAudioClipAddingFailed( |
|
159 CVedMovie& /*aMovie*/, TInt /*aError*/ ) |
|
160 { |
|
161 |
|
162 } |
|
163 |
|
164 // ----------------------------------------------------------------------------- |
|
165 // CMccTranscoderImpl::NotifyAudioClipRemoved |
|
166 // ----------------------------------------------------------------------------- |
|
167 // |
|
168 inline void CMccTranscoderImpl::NotifyAudioClipRemoved( |
|
169 CVedMovie& /*aMovie*/, TInt /*aIndex*/ ) |
|
170 { |
|
171 |
|
172 } |
|
173 |
|
174 // ----------------------------------------------------------------------------- |
|
175 // CMccTranscoderImpl::NotifyAudioClipIndicesChanged |
|
176 // ----------------------------------------------------------------------------- |
|
177 // |
|
178 inline void CMccTranscoderImpl::NotifyAudioClipIndicesChanged( |
|
179 CVedMovie& /*aMovie*/, |
|
180 TInt /*aOldIndex*/, |
|
181 TInt /*aNewIndex*/) |
|
182 { |
|
183 |
|
184 } |
|
185 |
|
186 // ----------------------------------------------------------------------------- |
|
187 // CMccTranscoderImpl::NotifyAudioClipTimingsChanged |
|
188 // ----------------------------------------------------------------------------- |
|
189 // |
|
190 inline void CMccTranscoderImpl::NotifyAudioClipTimingsChanged( |
|
191 CVedMovie& /*aMovie*/, TInt /*aIndex*/) |
|
192 { |
|
193 |
|
194 } |
|
195 |
|
196 // ----------------------------------------------------------------------------- |
|
197 // CMccTranscoderImpl::NotifyMovieReseted |
|
198 // ----------------------------------------------------------------------------- |
|
199 // |
|
200 inline void CMccTranscoderImpl::NotifyMovieReseted( CVedMovie& /*aMovie*/ ) |
|
201 { |
|
202 |
|
203 } |
|
204 |
|
205 // ----------------------------------------------------------------------------- |
|
206 // CMccTranscoderImpl::NotifyAudioClipDynamicLevelMarkInserted |
|
207 // ----------------------------------------------------------------------------- |
|
208 // |
|
209 inline void CMccTranscoderImpl::NotifyAudioClipDynamicLevelMarkInserted(CVedMovie& /*aMovie*/, |
|
210 TInt /*aClipIndex*/, |
|
211 TInt /*aMarkIndex*/) |
|
212 { |
|
213 |
|
214 } |
|
215 |
|
216 // ----------------------------------------------------------------------------- |
|
217 // CMccTranscoderImpl::NotifyAudioClipDynamicLevelMarkRemoved |
|
218 // ----------------------------------------------------------------------------- |
|
219 // |
|
220 inline void CMccTranscoderImpl::NotifyAudioClipDynamicLevelMarkRemoved(CVedMovie& /*aMovie*/, |
|
221 TInt /*aClipIndex*/, |
|
222 TInt /*aMarkIndex*/) |
|
223 { |
|
224 |
|
225 } |
|
226 |
|
227 // ----------------------------------------------------------------------------- |
|
228 // CMccTranscoderImpl::NotifyVideoClipDynamicLevelMarkInserted |
|
229 // ----------------------------------------------------------------------------- |
|
230 // |
|
231 inline void CMccTranscoderImpl::NotifyVideoClipDynamicLevelMarkInserted(CVedMovie& /*aMovie*/, |
|
232 TInt /*aClipIndex*/, |
|
233 TInt /*aMarkIndex*/) |
|
234 { |
|
235 |
|
236 } |
|
237 |
|
238 // ----------------------------------------------------------------------------- |
|
239 // CMccTranscoderImpl::NotifyVideoClipDynamicLevelMarkRemoved |
|
240 // ----------------------------------------------------------------------------- |
|
241 // |
|
242 inline void CMccTranscoderImpl::NotifyVideoClipDynamicLevelMarkRemoved(CVedMovie& /*aMovie*/, |
|
243 TInt /*aClipIndex*/, |
|
244 TInt /*aMarkIndex*/) |
|
245 { |
|
246 |
|
247 } |
|
248 |
|
249 #endif // MCCTRANSCODER_INL |
|
250 |
|
251 // End of File |
|