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.
An
ResourceDecoder that can decode a thumbnail frame Bitmap from a ParcelFileDescriptor containing a video.- See Also:
-
Field Summary
Fields inherited from class com.bumptech.glide.load.resource.bitmap.VideoDecoder
DEFAULT_FRAME, FRAME_OPTION, TARGET_FRAME -
Constructor Summary
ConstructorsConstructorDescriptionVideoBitmapDecoder(Context context) Deprecated.VideoBitmapDecoder(BitmapPool bitmapPool) Deprecated. -
Method Summary
Methods inherited from class com.bumptech.glide.load.resource.bitmap.VideoDecoder
asset, byteBuffer, decode, handles, parcel
-
Constructor Details
-
VideoBitmapDecoder
Deprecated. -
VideoBitmapDecoder
Deprecated.
-
VideoDecoder.parcel(BitmapPool)instead. This class may be removed andVideoDecodermay become final in a future version of Glide.