Android.Media.MediaMetadataRetriever.OptionClosest Field
This option is used with MediaMetadataRetriever.GetFrameAtTime(long, Android.Media.Option) to retrieve a frame (not necessarily a key frame) associated with a data source that is located closest to or at the given time.

Value: 3

Syntax

[Android.Runtime.Register("OPTION_CLOSEST")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Option enum directly instead of this field.")]
public const Option OptionClosest

See Also

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

Remarks

This option is used with MediaMetadataRetriever.GetFrameAtTime(long, Android.Media.Option) to retrieve a frame (not necessarily a key frame) associated with a data source that is located closest to or at the given time.

[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