Android.Media.ThumbnailUtils.CreateVideoThumbnail Method
Create a video thumbnail for a video.

Syntax

[Android.Runtime.Register("createVideoThumbnail", "(Ljava/lang/String;I)Landroid/graphics/Bitmap;", "")]
public static Android.Graphics.Bitmap CreateVideoThumbnail (string filePath, [Android.Runtime.GeneratedEnum] Android.Provider.ThumbnailKind kind)

Parameters

filePath
the path of video file
kind
could be MINI_KIND or MICRO_KIND

Returns

Documentation for this section has not yet been entered.

Remarks

Create a video thumbnail for a video. May return null if the video is corrupt or the format is not supported.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8