videoplayback/videoplaybackview/tsrc/testvideodisplayhandler/stub/inc/mpxvideoviewwrapper.h
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: MPX Video base playback view |
14 * Description: MPX Video base playback view |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 4 % |
18 // Version : %version: 6 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 // This file defines the API for .dll |
22 // This file defines the API for .dll |
23 |
23 |
27 // Include Files |
27 // Include Files |
28 |
28 |
29 #include <e32base.h> // CBase |
29 #include <e32base.h> // CBase |
30 #include <e32std.h> // TBuf |
30 #include <e32std.h> // TBuf |
31 |
31 |
32 |
|
33 #include "videoplaybackcontrol.hrh" |
|
34 |
32 |
35 // Constants |
33 // Constants |
36 |
34 |
37 // Forward Declarations |
35 // Forward Declarations |
38 class VideoBasePlaybackView; |
36 class VideoBasePlaybackView; |
72 |
70 |
73 void UpdateVideoRectDone(); |
71 void UpdateVideoRectDone(); |
74 |
72 |
75 void SurfacedAttached( TBool aAttached ); |
73 void SurfacedAttached( TBool aAttached ); |
76 |
74 |
|
75 void SetDefaultAspectRatio( int aspectRatio ); |
|
76 |
77 public: // data |
77 public: // data |
78 |
78 |
79 VideoBasePlaybackView* iView; |
79 VideoBasePlaybackView* iView; |
80 VideoPlaybackViewFileDetails* iFileDetails; |
80 VideoPlaybackViewFileDetails* iFileDetails; |
81 TBool iMediaRequested; |
81 TBool iMediaRequested; |
82 TBool iClosePlayerAO; |
82 TBool iClosePlayerAO; |
83 TBool iForeground; |
83 TBool iForeground; |
84 TBool iAttatched; |
84 TBool iAttatched; |
|
85 TInt iAspectRatio; |
85 }; |
86 }; |
86 |
87 |
87 #endif // __MPXVIDEOVIEWWRAPPER_H__ |
88 #endif // __MPXVIDEOVIEWWRAPPER_H__ |
88 |
89 |
89 // EOF |
90 // EOF |