Android.Media.MediaMetadataRetriever.FrameAtTime Property
Call this method after setDataSource().

Syntax

[get: Android.Runtime.Register("getFrameAtTime", "()Landroid/graphics/Bitmap;", "GetGetFrameAtTimeHandler")]
public virtual Android.Graphics.Bitmap FrameAtTime { get; }

See Also

MediaMetadataRetriever.GetFrameAtTime(long)
MediaMetadataRetriever.GetFrameAtTime(long, Android.Media.Option)

Value

Documentation for this section has not yet been entered.

Remarks

Call this method after setDataSource(). This method finds a representative frame at any time position if possible, and returns it as a bitmap. This is useful for generating a thumbnail for an input data source. Call this method if one does not care about where the frame is located; otherwise, please call MediaMetadataRetriever.GetFrameAtTime(long) or MediaMetadataRetriever.GetFrameAtTime(long, Android.Media.Option)

[Android Documentation]

Requirements

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