videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/src/videoplaybackwrapper.cpp
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Stub-implementation of VideoPlaybackWrapper |
14 * Description: Stub-implementation of VideoPlaybackWrapper |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: da1mmcf#7 % |
18 // Version : %version: da1mmcf#8 % |
19 |
19 |
20 |
20 |
21 #include "videoplaybackwrapper.h" |
21 #include "videoplaybackwrapper.h" |
22 #include "mpxvideo_debug.h" |
22 #include "mpxvideo_debug.h" |
23 |
23 |
69 |
69 |
70 Q_UNUSED( aFileName ); |
70 Q_UNUSED( aFileName ); |
71 return 0; |
71 return 0; |
72 } |
72 } |
73 |
73 |
|
74 int VideoPlaybackWrapper::replayMedia( QString aFileName ) |
|
75 { |
|
76 MPX_ENTER_EXIT(_L("VideoPlaybackWrapper::replayMedia")); |
|
77 |
|
78 Q_UNUSED( aFileName ); |
|
79 return 0; |
|
80 } |
|
81 |
|
82 |
74 int VideoPlaybackWrapper::playMedia( RFile aFile ) |
83 int VideoPlaybackWrapper::playMedia( RFile aFile ) |
75 { |
84 { |
76 MPX_DEBUG(_L("VideoPlaybackWrapper::playMedia( aFile )")); |
85 MPX_DEBUG(_L("VideoPlaybackWrapper::playMedia( aFile )")); |
77 |
86 |
78 Q_UNUSED( aFile ); |
87 Q_UNUSED( aFile ); |