videocollection/mpxmyvideoscollection/inc/vcxmyvideoscollectionutil.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
   146         * Gets KMPXMediaGeneralId attribute of aVideo.
   146         * Gets KMPXMediaGeneralId attribute of aVideo.
   147         *
   147         *
   148         * @param aVideo  Media object to fetch parameter from.
   148         * @param aVideo  Media object to fetch parameter from.
   149         * @return        ID.
   149         * @return        ID.
   150         */
   150         */
   151         static TMPXItemId IdL( CMPXMedia& aVideo );
   151         static TMPXItemId IdL( const CMPXMedia& aVideo );
   152 
   152 
   153         /**
   153         /**
   154         * Gets KVcxMediaMyVideosDuration attribute of aVideo.
   154         * Gets KVcxMediaMyVideosDuration attribute of aVideo.
   155         *
   155         *
   156         * @param aVideo  Media object to fetch parameter from.
   156         * @param aVideo  Media object to fetch parameter from.
   162         * Gets KMPXMediaGeneralTitle attribute of the video.
   162         * Gets KMPXMediaGeneralTitle attribute of the video.
   163         *
   163         *
   164         * @return  KMPXMediaGeneralTitle value. If attribute is not supported,
   164         * @return  KMPXMediaGeneralTitle value. If attribute is not supported,
   165         *          then KNullDesC is returned.
   165         *          then KNullDesC is returned.
   166         */
   166         */
   167         static const TDesC& Title( CMPXMedia& aVideo );
   167         static const TDesC& Title( const CMPXMedia& aVideo );
   168 
   168 
   169         /**
   169         /**
   170         * Gets KVcxMediaMyVideosRating attribute of the video.
   170         * Gets KVcxMediaMyVideosRating attribute of the video.
   171         *
   171         *
   172         * @param aVideo  Media object to fetch parameter from.
   172         * @param aVideo  Media object to fetch parameter from.