videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/stub/src/mpxplaybackutilityimpl.cpp
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Playback Utility implementation |
14 * Description: Playback Utility implementation |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: % |
18 // Version : %version: 4 % |
19 |
19 |
20 #include <bamdesca.h> |
20 #include <bamdesca.h> |
21 #include <s32mem.h> |
21 #include <s32mem.h> |
22 #include <e32math.h> |
22 #include <e32math.h> |
23 #include <mpxcmn.h> |
23 #include <mpxcmn.h> |
256 // Get player manager |
256 // Get player manager |
257 // ---------------------------------------------------------------------------- |
257 // ---------------------------------------------------------------------------- |
258 // |
258 // |
259 MMPXPlayerManager& CMPXPlaybackUtility::PlayerManager() |
259 MMPXPlayerManager& CMPXPlaybackUtility::PlayerManager() |
260 { |
260 { |
|
261 return *this; |
261 } |
262 } |
262 |
263 |
263 // ---------------------------------------------------------------------------- |
264 // ---------------------------------------------------------------------------- |
264 // Set playback property, EPropertyChanged event when complete |
265 // Set playback property, EPropertyChanged event when complete |
265 // ---------------------------------------------------------------------------- |
266 // ---------------------------------------------------------------------------- |
532 // The UID identifying this player |
533 // The UID identifying this player |
533 // ---------------------------------------------------------------------------- |
534 // ---------------------------------------------------------------------------- |
534 // |
535 // |
535 TUid CMPXPlaybackUtility::UidL() const |
536 TUid CMPXPlaybackUtility::UidL() const |
536 { |
537 { |
|
538 return TUid::Uid( 0 ); |
537 } |
539 } |
538 |
540 |
539 // ---------------------------------------------------------------------------- |
541 // ---------------------------------------------------------------------------- |
540 // Path to the collection |
542 // Path to the collection |
541 // ---------------------------------------------------------------------------- |
543 // ---------------------------------------------------------------------------- |