Java android.media ThumbnailUtils fields, constructors, methods, implement or subclass

Example usage for Java android.media ThumbnailUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media ThumbnailUtils.

The text is from its open source code.

Field

intOPTIONS_RECYCLE_INPUT
Constant used to indicate we should recycle the input in #extractThumbnail(Bitmap,int,int,int) unless the output is the input.

Method

BitmapcreateVideoThumbnail(String filePath, int kind)
Create a video thumbnail for a video.
BitmapextractThumbnail(Bitmap source, int width, int height)
Creates a centered bitmap of the desired size.
BitmapextractThumbnail(Bitmap source, int width, int height, int options)
Creates a centered bitmap of the desired size.