videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/stub/src/mpxvideoviewwrapper.cpp
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of Video base playback view |
14 * Description: Implementation of Video base playback view |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 7 % |
18 // Version : %version: 8 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 // Include Files |
22 // Include Files |
23 |
23 |
128 iMediaRequested = ETrue; |
128 iMediaRequested = ETrue; |
129 |
129 |
130 SetFileDetails( ETrue ); |
130 SetFileDetails( ETrue ); |
131 |
131 |
132 } |
132 } |
133 |
|
134 |
133 |
135 // ------------------------------------------------------------------------------------------------- |
134 // ------------------------------------------------------------------------------------------------- |
136 // CMPXVideoViewWrapper::ActivateClosePlayerActiveObject |
135 // CMPXVideoViewWrapper::ActivateClosePlayerActiveObject |
137 // ------------------------------------------------------------------------------------------------- |
136 // ------------------------------------------------------------------------------------------------- |
138 // |
137 // |
251 void CMPXVideoViewWrapper::SurfacedAttached( TBool aAttached ) |
250 void CMPXVideoViewWrapper::SurfacedAttached( TBool aAttached ) |
252 { |
251 { |
253 iAttatched = aAttached; |
252 iAttatched = aAttached; |
254 } |
253 } |
255 |
254 |
|
255 // ------------------------------------------------------------------------------------------------- |
|
256 // CMPXVideoViewWrapper::SetDefaultAspectRatio() |
|
257 // ------------------------------------------------------------------------------------------------- |
|
258 // |
|
259 void CMPXVideoViewWrapper::SetDefaultAspectRatio( int aspectRatio ) |
|
260 { |
|
261 iAspectRatio = aspectRatio; |
|
262 } |
|
263 |
256 // EOF |
264 // EOF |