equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: MPX Video base playback view |
14 * Description: MPX Video base playback view |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: da1mmcf#25 % |
18 // Version : %version: da1mmcf#29 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 // This file defines the API for .dll |
22 // This file defines the API for .dll |
23 |
23 |
214 |
214 |
215 void ActivateL(); |
215 void ActivateL(); |
216 |
216 |
217 void Deactivate(); |
217 void Deactivate(); |
218 |
218 |
|
219 int VolumeSteps(); |
|
220 |
|
221 void SetDefaultAspectRatio( TInt aspectRatio ); |
|
222 |
219 private: |
223 private: |
220 |
224 |
221 /** |
225 /** |
222 * Handle playback message |
226 * Handle playback message |
223 * |
227 * |
265 TBool IsInMemoryPlugin(); |
269 TBool IsInMemoryPlugin(); |
266 |
270 |
267 void UpdatePbPluginMediaL( TBool aSeek ); |
271 void UpdatePbPluginMediaL( TBool aSeek ); |
268 |
272 |
269 TInt GetMediaId(); |
273 TInt GetMediaId(); |
|
274 |
|
275 void InitializeFileDetails(); |
270 |
276 |
271 protected: // data |
277 protected: // data |
272 MMPXPlaybackUtility* iPlaybackUtility; |
278 MMPXPlaybackUtility* iPlaybackUtility; |
273 MMPXCollectionUtility* iCollectionUtility; |
279 MMPXCollectionUtility* iCollectionUtility; |
274 TMPXPlaybackState iPlaybackState; |
280 TMPXPlaybackState iPlaybackState; |