videocollection/mpxmyvideoscollection/inc/vcxmyvideosmessagelist.h
changeset 35 3738fe97f027
parent 0 96612d01cf9f
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    96         *                   KVcxMediaMyVideosInt32Value attribute. If aExtraInfo
    96         *                   KVcxMediaMyVideosInt32Value attribute. If aExtraInfo
    97         *                   is 0, nothing is written. See TVcxMyVideosEventInfo enum
    97         *                   is 0, nothing is written. See TVcxMyVideosEventInfo enum
    98         *                   from vcxmyvideosdefs.h for values.
    98         *                   from vcxmyvideosdefs.h for values.
    99         * @param aVideo     Video object which is in cache already.
    99         * @param aVideo     Video object which is in cache already.
   100         */
   100         */
   101         void AddEventL(const TMPXItemId& aId, TMPXChangeEventType aChange, TInt32 aExtraInfo = 0, CMPXMedia* aVideo = NULL );
   101         void AddEventL(const TMPXItemId& aId, TMPXChangeEventType aChange,
       
   102                 TInt32 aExtraInfo = 0, CMPXMedia* aVideo = NULL );
   102 
   103 
   103         /**
   104         /**
   104         * Creates My Videos custom event and appends it to iMessageList.
   105         * Creates My Videos custom event and appends it to iMessageList.
   105         *
   106         *
   106         * @param aEvent Event ID, see values from vcxmyvideosdefs.h.
   107         * @param aEvent Event ID, see values from vcxmyvideosdefs.h.