videoplayback/hbvideoplaybackview/tsrc/testuserinputhandler/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: 2 % |
18 // Version : %version: 3 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 // Include Files |
22 // Include Files |
23 |
23 |
200 iFileDetails->mVideoEnabled = true; |
200 iFileDetails->mVideoEnabled = true; |
201 iFileDetails->mPartialPlayback = false; |
201 iFileDetails->mPartialPlayback = false; |
202 iFileDetails->mRNFormat = false; |
202 iFileDetails->mRNFormat = false; |
203 iFileDetails->mDuration = 100; |
203 iFileDetails->mDuration = 100; |
204 iFileDetails->mTvOutConnected = false; |
204 iFileDetails->mTvOutConnected = false; |
205 iFileDetails->mTvOutPlayAllowed = true; |
|
206 iFileDetails->mDrmProtected = false; |
205 iFileDetails->mDrmProtected = false; |
207 iFileDetails->mMultiItemPlaylist = false; |
206 iFileDetails->mMultiItemPlaylist = false; |
208 iFileDetails->mVideoHeight = 320; |
207 iFileDetails->mVideoHeight = 320; |
209 iFileDetails->mVideoWidth = 240; |
208 iFileDetails->mVideoWidth = 240; |
210 iFileDetails->mBitRate = 16000; |
209 iFileDetails->mBitRate = 16000; |