Class ImagePool

java.lang.Object
com.castlabs.sdk.base.subtitles.ImagePool

public class ImagePool extends Object
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 Details

    • ImagePool

      public ImagePool()