public class ThumbnailUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
OPTIONS_RECYCLE_INPUT |
| Constructor and Description |
|---|
ThumbnailUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Bitmap |
createVideoThumbnail(String filePath,
int kind) |
static Bitmap |
extractThumbnail(Bitmap source,
int width,
int height) |
static Bitmap |
extractThumbnail(Bitmap source,
int width,
int height,
int options) |
public static final int OPTIONS_RECYCLE_INPUT
Copyright © 2008-2013. All Rights Reserved.