Android.Media.MediaMetadataRetriever.OptionPreviousSync 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 before or at the given time.

Value: 0

Syntax

[Android.Runtime.Register("OPTION_PREVIOUS_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 OptionPreviousSync

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 before 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