The properties 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
[read-only] | CachedDuration | long. Returns an estimate of how much data is presently cached in memory expressed in microseconds. |
[read-only] | HasCacheReachedEndOfStream | bool. Returns true iff we are caching data and the cache has reached the end of the data stream (for now, a future seek may of course restart the fetching of data). |
[read-only] | PsshInfo | IDictionary<Java.Util.UUID, Byte[]>. Get the PSSH info if present. |
[read-only] | SampleFlags | MediaExtractorSampleFlags. Returns the current sample's flags. |
[read-only] | SampleTime | long. Returns the current sample's presentation time in microseconds. or -1 if no more samples are available. |
[read-only] | SampleTrackIndex | int. Returns the track index the current sample originates from (or -1 if no more samples are available) |
[read-only] | TrackCount | int. Count the number of tracks found in the data source. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |