videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
   227         * @param aMdsIds  IDs of the items to fetch.
   227         * @param aMdsIds  IDs of the items to fetch.
   228         * @return         Pointer to fetched items, KMPXMediaArrayContents
   228         * @return         Pointer to fetched items, KMPXMediaArrayContents
   229         *                 attribute contains the media items. Ownership
   229         *                 attribute contains the media items. Ownership
   230         *                 moves to caller.
   230         *                 moves to caller.
   231         */
   231         */
   232         CMPXMedia* GetVideosL( RArray<TUint32> aMdsIds );
   232         CMPXMedia* GetVideosL( RArray<TUint32>& aMdsIds );
   233 
   233 
   234         /**
   234         /**
   235         * Removes video from iVideoList (or from iPartialVideoList).
   235         * Removes video from iVideoList (or from iPartialVideoList).
   236         *
   236         *
   237         * @param aMdsId             MDS ID of the video to be removed.
   237         * @param aMdsId             MDS ID of the video to be removed.