photosgallery/collectionframework/thumbnailcreator/inc/glxtnfileinfo.h
branchRCL_3
changeset 15 191387a8b767
parent 0 4e91876724a2
equal deleted inserted replaced
14:2dac0fdba72b 15:191387a8b767
    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;