photosgallery/viewframework/medialists/inc/glxmedia.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   126      * Get the (file) size associated with the media.
   126      * Get the (file) size associated with the media.
   127      * @param aSize Reference to variable into which to place the (file) size
   127      * @param aSize Reference to variable into which to place the (file) size
   128      * @return EFalse if unable to get size - aSize is unchanged. 
   128      * @return EFalse if unable to get size - aSize is unchanged. 
   129      *         ETrue if size successfully put in aSize.
   129      *         ETrue if size successfully put in aSize.
   130      */
   130      */
   131     IMPORT_C TBool GetSize(TInt& aSize) const;
   131     IMPORT_C TBool GetSize(TUint& aSize) const;
   132     
   132     
   133     /**
   133     /**
   134      * Get the duration associated with the media.
   134      * Get the duration associated with the media.
   135      * @param aDuration Reference to variable into which to place the duration
   135      * @param aDuration Reference to variable into which to place the duration
   136      * @return EFalse if unable to get size - aDuration is unchanged. 
   136      * @return EFalse if unable to get size - aDuration is unchanged.