equal
deleted
inserted
replaced
60 void initVideoOutput(); |
60 void initVideoOutput(); |
61 void prepareCompleted(); |
61 void prepareCompleted(); |
62 void handleVideoWindowChanged(); |
62 void handleVideoWindowChanged(); |
63 void handleParametersChanged(VideoParameters parameters); |
63 void handleParametersChanged(VideoParameters parameters); |
64 |
64 |
|
65 void addDisplayWindow(const TRect &rect); |
|
66 void removeDisplayWindow(); |
|
67 |
65 private: |
68 private: |
66 // Window handle which has been passed to the MMF via |
69 // Window handle which has been passed to the MMF via |
67 // CVideoPlayerUtility2::SetDisplayWindowL |
70 // CVideoPlayerUtility2::SetDisplayWindowL |
68 RWindow* m_displayWindow; |
71 RWindow* m_displayWindow; |
69 |
72 |