The fields of Android.Media.MediaExtractor are listed below. For a list of all members, see the MediaExtractor Members list.
See Also: Inherited members from Java.Lang.Object
const | SampleFlagEncrypted | MediaExtractorSampleFlags (2). The sample is (at least partially) encrypted, see also the documentation for MediaCodec.QueueSecureInputBuffer(int, System.Int32, System.Int32, System.Int32, System.Int32) |
const | SampleFlagSync | MediaExtractorSampleFlags (1). The sample is a sync sample (or in Android.Media.MediaCodec's terminology it is a key frame. |
const | SeekToClosestSync | MediaExtractorSeekTo (2). If possible, seek to the sync sample closest to the specified time |
const | SeekToNextSync | MediaExtractorSeekTo (1). If possible, seek to a sync sample at or after the specified time |
const | SeekToPreviousSync | MediaExtractorSeekTo (0). If possible, seek to a sync sample at or before the specified time |