Class VideoBitmapDecoder
- java.lang.Object
-
- com.bumptech.glide.load.resource.bitmap.VideoDecoder<android.os.ParcelFileDescriptor>
-
- com.bumptech.glide.load.resource.bitmap.VideoBitmapDecoder
-
- All Implemented Interfaces:
ResourceDecoder<android.os.ParcelFileDescriptor,android.graphics.Bitmap>
@Deprecated public class VideoBitmapDecoder extends VideoDecoder<android.os.ParcelFileDescriptor>
Deprecated.UseVideoDecoder.parcel(BitmapPool)instead. This class may be removed andVideoDecodermay become final in a future version of Glide.AnResourceDecoderthat can decode a thumbnail frameBitmapfrom aParcelFileDescriptorcontaining a video.- See Also:
MediaMetadataRetriever
-
-
Field Summary
-
Fields inherited from class com.bumptech.glide.load.resource.bitmap.VideoDecoder
DEFAULT_FRAME, FRAME_OPTION, TARGET_FRAME
-
-
Constructor Summary
Constructors Constructor Description VideoBitmapDecoder(android.content.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 Detail
-
VideoBitmapDecoder
public VideoBitmapDecoder(android.content.Context context)
Deprecated.
-
VideoBitmapDecoder
public VideoBitmapDecoder(BitmapPool bitmapPool)
Deprecated.
-
-