Example usage for Java android.media ThumbnailUtils fields, constructors, methods, implement or subclass
The text is from its open source code.
int | OPTIONS_RECYCLE_INPUT Constant used to indicate we should recycle the input in #extractThumbnail(Bitmap,int,int,int) unless the output is the input. |
Bitmap | createVideoThumbnail(String filePath, int kind) Create a video thumbnail for a video. |
Bitmap | extractThumbnail(Bitmap source, int width, int height) Creates a centered bitmap of the desired size. |
Bitmap | extractThumbnail(Bitmap source, int width, int height, int options) Creates a centered bitmap of the desired size. |