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

Value: 2

Syntax

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

See Also

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

Remarks

This option is used with MediaMetadataRetriever.GetFrameAtTime(long, Android.Media.Option) to retrieve a sync (or key) frame associated with a data source that is located closest to (in time) 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