Android.Media.ThumbnailUtils Members

The members of Android.Media.ThumbnailUtils are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
OptionsRecycleInputThumnailExtractOptions (2). Constant used to indicate we should recycle the input in ThumbnailUtils.ExtractThumbnail(Android.Graphics.Bitmap, System.Int32, System.Int32, System.Int32) unless the output is the input.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.