videocollection/mpxmyvideoscollection/inc/vcxmyvideoscollectionutil.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 40 13331705e488
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
   125         * @return        Flags, see values from TVcxMyVideosVideoFlags in vcxmyvideosdefs.h
   125         * @return        Flags, see values from TVcxMyVideosVideoFlags in vcxmyvideosdefs.h
   126         */        
   126         */        
   127         static TUint32 FlagsL( CMPXMedia& aVideo );
   127         static TUint32 FlagsL( CMPXMedia& aVideo );
   128 
   128 
   129         /**
   129         /**
       
   130          * Gets KMPXMediaGeneralDate (creation date) of aVideo.
       
   131          * 
       
   132          * @param aVideo  Media object to fetch parameter from.
       
   133          * @return        Creation date, works with TTime.
       
   134          */
       
   135         static TInt64 CreationDateL( CMPXMedia& aVideo );
       
   136 
       
   137         /**
   130         * Gets KVcxMediaMyVideosDownloadId attribute of aVideo.
   138         * Gets KVcxMediaMyVideosDownloadId attribute of aVideo.
   131         *
   139         *
   132         * @param aVideo  Media object to fetch parameter from.
   140         * @param aVideo  Media object to fetch parameter from.
   133         * @return        Download ID in Download Manager.
   141         * @return        Download ID in Download Manager.
   134         */        
   142         */        
   221          * with KErrArgument is attribute is not supported.
   229          * with KErrArgument is attribute is not supported.
   222          * 
   230          * 
   223          * @param aMedia  Media where from the attribute is fetched.
   231          * @param aMedia  Media where from the attribute is fetched.
   224          * @return        Pointer to media array.
   232          * @return        Pointer to media array.
   225          */
   233          */
   226         static CMPXMediaArray* MediaArrayL( CMPXMedia& aMedia );
   234         static CMPXMediaArray* MediaArrayL( const CMPXMedia& aMedia );
   227         
   235         
   228         /**
   236         /**
   229          * Gets KVcxMediaMyVideosInt32Value attribute from aMedia. Leaves
   237          * Gets KVcxMediaMyVideosInt32Value attribute from aMedia. Leaves
   230          * with KErrArgument if attribute is not supported.
   238          * with KErrArgument if attribute is not supported.
   231          * 
   239          *