equal
deleted
inserted
replaced
69 */ |
69 */ |
70 void IdentifyFileL(TBool& aIsVideo, TBool& aIsProtected); |
70 void IdentifyFileL(TBool& aIsVideo, TBool& aIsProtected); |
71 |
71 |
72 public: |
72 public: |
73 /** Size of the media file */ |
73 /** Size of the media file */ |
74 TInt iFileSize; |
74 TUint iFileSize; |
75 /** Last modified time of the media file */ |
75 /** Last modified time of the media file */ |
76 TTime iFileTime; |
76 TTime iFileTime; |
77 /** True if the thumbnail is temporary and should not be stored */ |
77 /** True if the thumbnail is temporary and should not be stored */ |
78 TBool iTemporary; |
78 TBool iTemporary; |
79 TBool iIsVideo; |
79 TBool iIsVideo; |