Package com.castlabs.sdk.base.subtitles
Class ImagePool
java.lang.Object
com.castlabs.sdk.base.subtitles.ImagePool
The image pool is used to load and cache imaged that are referenced by subtitles. This
can be for remote images that need to be loaded or for embedded images. The pool
also delegates drawing operations to a canvas.
The image pool size is limited and we only hold a limited number of images in memory.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImagePool
public ImagePool()
-