Android.Media.MediaMetadataRetriever.OptionNextSync 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 right after or at the given time.

Value: 1

Syntax

[Android.Runtime.Register("OPTION_NEXT_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 OptionNextSync

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 right after 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