com.bumptech.glide
Class RequestManager.VideoModelRequest<T>
java.lang.Object
com.bumptech.glide.RequestManager.VideoModelRequest<T>
- Type Parameters:
T
- The type of the model.
- Enclosing class:
- RequestManager
public final class RequestManager.VideoModelRequest<T>
- extends Object
A helper class for building requests with custom ModelLoader
s that translate models to
ParcelFileDescriptor
resources for loading video thumbnails.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
load
public DrawableTypeRequest<T> load(T model)