Android.Media.ThumbnailUtils: Method Members

The methods of Android.Media.ThumbnailUtils are listed below. For a list of all members, see the ThumbnailUtils Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
CreateVideoThumbnail(string, Android.Provider.ThumbnailKind) : Android.Graphics.Bitmap
Create a video thumbnail for a video.
static
CreateVideoThumbnailAsync(string, Android.Provider.ThumbnailKind) : System.Threading.Tasks.Task<Android.Graphics.Bitmap>
Documentation for this section has not yet been entered.
static
ExtractThumbnail(Android.Graphics.Bitmap, int, int) : Android.Graphics.Bitmap
Creates a centered bitmap of the desired size.
static
ExtractThumbnail(Android.Graphics.Bitmap, int, int, ThumnailExtractOptions) : Android.Graphics.Bitmap
Creates a centered bitmap of the desired size.
static
ExtractThumbnailAsync(Android.Graphics.Bitmap, int, int) : System.Threading.Tasks.Task<Android.Graphics.Bitmap>
Documentation for this section has not yet been entered.
static
ExtractThumbnailAsync(Android.Graphics.Bitmap, int, int, ThumnailExtractOptions) : System.Threading.Tasks.Task<Android.Graphics.Bitmap>
Documentation for this section has not yet been entered.