| Member Name | Description |
|---|---|
| Closest | This option is used with MediaMetadataRetriever.GetFrameAtTime(long, System.Int32) to retrieve a frame (not necessarily a key frame) associated with a data source that is located closest to or at the given time. |
| ClosestSync | This option is used with MediaMetadataRetriever.GetFrameAtTime(long, System.Int32) to retrieve a sync (or key) frame associated with a data source that is located closest to (in time) or at the given time. |
| NextSync | This option is used with MediaMetadataRetriever.GetFrameAtTime(long, System.Int32) to retrieve a sync (or key) frame associated with a data source that is located right after or at the given time. |
| PreviousSync | This option is used with MediaMetadataRetriever.GetFrameAtTime(long, System.Int32) to retrieve a sync (or key) frame associated with a data source that is located right before or at the given time. |