photosgallery/viewframework/texturemanager/inc/glxtexturemanager.h
branchRCL_3
changeset 23 b023a8d2866a
parent 19 420f6808bf21
equal deleted inserted replaced
21:f9e827349359 23:b023a8d2866a
   243     * Animate the given media.
   243     * Animate the given media.
   244     * @param aMediaId The Id of the media to be animated
   244     * @param aMediaId The Id of the media to be animated
   245     * @param aState Animation state [ETrue to Start, EFalse to Stop]
   245     * @param aState Animation state [ETrue to Start, EFalse to Stop]
   246     */
   246     */
   247     IMPORT_C void AnimateMediaItem(const TGlxMediaId& aMediaId, TBool aState);
   247     IMPORT_C void AnimateMediaItem(const TGlxMediaId& aMediaId, TBool aState);
       
   248 
       
   249  	/**
       
   250     * Creates textures for the given GIF media
       
   251 	* @param aMedia The media item
       
   252 	* @param aIdSpaceId The Id of the Id space in which the media Id is defined
       
   253 	* @param aFrameNumber frame number of gif media
       
   254     * @param aBitmap Bitmap for the particular frame
       
   255 	* @return Created texture: ownership transfered
       
   256     */    
       
   257     IMPORT_C CAlfTexture& CreateDRMAnimatedGifTextureL(const TGlxMedia& aMedia,
       
   258             TGlxIdSpaceId aIdSpaceId, TInt aFrameNumber, CFbsBitmap* aBitmap, CFbsBitmap* aBitmapMask);
   248     
   259     
   249 public: // from MGlxSkinChangeObserver
   260 public: // from MGlxSkinChangeObserver
   250 
   261 
   251     void HandleSkinChanged();    
   262     void HandleSkinChanged();    
   252 
   263