equal
deleted
inserted
replaced
32 * Method to gert resolution of media file |
32 * Method to gert resolution of media file |
33 * @param aSize Returns the size of media file |
33 * @param aSize Returns the size of media file |
34 *@ return TBool If it gets the resolution then ETrue or else EFalse |
34 *@ return TBool If it gets the resolution then ETrue or else EFalse |
35 */ |
35 */ |
36 |
36 |
37 virtual TBool GetresolutionL(TSize& aSize) = 0 ; |
37 IMPORT_C virtual TBool GetresolutionL(TSize& aSize) = 0 ; |
38 public: |
38 public: |
39 |
39 |
40 /** |
40 /** |
41 * Destructor |
41 * Destructor |
42 */ |
42 */ |
52 */ |
52 */ |
53 |
53 |
54 class MediaResolutionFactory |
54 class MediaResolutionFactory |
55 { |
55 { |
56 public: |
56 public: |
57 static MResolution* CreateMediaResolutionobjL(TDesC& aMedia, TDesC& aUrl); |
57 IMPORT_C static MResolution* CreateMediaResolutionobjL(TDesC& aMedia, TDesC& aUrl); |
58 }; |
58 }; |
59 |
59 |
60 |
60 |
61 |
61 |
62 |
62 |