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#20 % |
18 // Version : %version: da1mmcf#21 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 // This file defines the API for .dll |
22 // This file defines the API for .dll |
23 |
23 |
263 void RequestCollectionMediaL(); |
263 void RequestCollectionMediaL(); |
264 |
264 |
265 TBool IsInMemoryPlugin(); |
265 TBool IsInMemoryPlugin(); |
266 |
266 |
267 void UpdatePbPluginMediaL( TBool aSeek ); |
267 void UpdatePbPluginMediaL( TBool aSeek ); |
268 |
268 |
|
269 TInt GetMediaId(); |
|
270 |
269 protected: // data |
271 protected: // data |
270 MMPXPlaybackUtility* iPlaybackUtility; |
272 MMPXPlaybackUtility* iPlaybackUtility; |
271 MMPXCollectionUtility* iCollectionUtility; |
273 MMPXCollectionUtility* iCollectionUtility; |
272 TMPXPlaybackState iPlaybackState; |
274 TMPXPlaybackState iPlaybackState; |
273 |
275 |