Class VideoBitmapDecoder

java.lang.Object
com.bumptech.glide.load.resource.bitmap.VideoDecoder<ParcelFileDescriptor>
com.bumptech.glide.load.resource.bitmap.VideoBitmapDecoder
All Implemented Interfaces:
ResourceDecoder<ParcelFileDescriptor,Bitmap>

@Deprecated public class VideoBitmapDecoder extends VideoDecoder<ParcelFileDescriptor>
Deprecated.
Use VideoDecoder.parcel(BitmapPool) instead. This class may be removed and VideoDecoder may become final in a future version of Glide.
An ResourceDecoder that can decode a thumbnail frame Bitmap from a ParcelFileDescriptor containing a video.
See Also:
  • Constructor Details

    • VideoBitmapDecoder

      public VideoBitmapDecoder(Context context)
      Deprecated.
    • VideoBitmapDecoder

      public VideoBitmapDecoder(BitmapPool bitmapPool)
      Deprecated.