Class VideoBitmapDecoder

  • All Implemented Interfaces:
    ResourceDecoder<android.os.ParcelFileDescriptor,​android.graphics.Bitmap>

    @Deprecated
    public class VideoBitmapDecoder
    extends VideoDecoder<android.os.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:
    MediaMetadataRetriever
    • Constructor Detail

      • VideoBitmapDecoder

        public VideoBitmapDecoder​(android.content.Context context)
        Deprecated.
      • VideoBitmapDecoder

        public VideoBitmapDecoder​(BitmapPool bitmapPool)
        Deprecated.