com.bumptech.glide
Class RequestManager.VideoModelRequest<T>

java.lang.Object
  extended by 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 ModelLoaders that translate models to ParcelFileDescriptor resources for loading video thumbnails.


Method Summary
 DrawableTypeRequest<T> load(T model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public DrawableTypeRequest<T> load(T model)