Language

MediaExtractorSeekTo Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.MediaExtractor.SeekTo member.

public enum MediaExtractorSeekTo
type MediaExtractorSeekTo = 
Inheritance
MediaExtractorSeekTo

Fields

Name Value Description
None 0
PreviousSync 0

If possible, seek to a sync sample at or before the specified time

Android reference for android.media.MediaExtractor.SEEK_TO_PREVIOUS_SYNC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NextSync 1

If possible, seek to a sync sample at or after the specified time

Android reference for android.media.MediaExtractor.SEEK_TO_NEXT_SYNC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ClosestSync 2

If possible, seek to the sync sample closest to the specified time

Android reference for android.media.MediaExtractor.SEEK_TO_CLOSEST_SYNC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to