videocollection/mpxmyvideoscollection/inc/vcxmyvideoscollectionutil.h
branchRCL_3
changeset 45 baf439b22ddd
parent 26 67eb01668b0e
equal deleted inserted replaced
26:67eb01668b0e 45:baf439b22ddd
   250          * @return        Value of KVcxMediaMyVideosUint32Value attribute.
   250          * @return        Value of KVcxMediaMyVideosUint32Value attribute.
   251          */
   251          */
   252         static TUint32 Uint32ValueL( CMPXMedia& aMedia );
   252         static TUint32 Uint32ValueL( CMPXMedia& aMedia );
   253         
   253         
   254         /**
   254         /**
       
   255          * Gets KVcxMediaMyVideosCategoryItemCount attribute from aVideo.
       
   256          *
       
   257          * @param aMedia  Media where from the attribute is fetched.
       
   258          * @return        Returns 0, if attribute is not supported.
       
   259          */
       
   260         static TUint32 CategoryItemCountL( CMPXMedia& aVideo );
       
   261 
       
   262         /**
       
   263          * Gets KVcxMediaMyVideosCategoryNewItemCount attribute from aVideo.
       
   264          * 
       
   265          * @param aMedia  Media where from the attribute is fetched.
       
   266          * @return        Returns 0, if attribute is not supported.
       
   267          */
       
   268         static TUint32 CategoryNewItemCountL( CMPXMedia& aVideo );
       
   269         
       
   270         /**
       
   271          * Gets KVcxMediaMyVideosCategoryNewItemName attribute from aVideo.
       
   272          *
       
   273          * @param aMedia  Media where from the attribute is fetched.
       
   274          * @return        Category new video name.
       
   275          */
       
   276         static const TDesC& CategoryNewVideoName( const CMPXMedia& aVideo );
       
   277         
       
   278         /**
   255          * Gets KMPXMediaGeneralId attributes from aMediaArray and
   279          * Gets KMPXMediaGeneralId attributes from aMediaArray and
   256          * puts them to aIdArray. aIdArray is reset before adding.
   280          * puts them to aIdArray. aIdArray is reset before adding.
   257          * 
   281          * 
   258          * @param aMediaArray  Media array containing media items which
   282          * @param aMediaArray  Media array containing media items which
   259          *                     have KMPXMediaGeneralId attribute set.
   283          *                     have KMPXMediaGeneralId attribute set.