Android.Media.MediaExtractor: Property Members

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

Public Properties

[read-only]
CachedDurationlong. Returns an estimate of how much data is presently cached in memory expressed in microseconds.
[read-only]
HasCacheReachedEndOfStreambool. 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]
PsshInfoIDictionary<Java.Util.UUID, Byte[]>. Get the PSSH info if present.
[read-only]
SampleFlagsMediaExtractorSampleFlags. Returns the current sample's flags.
[read-only]
SampleTimelong. Returns the current sample's presentation time in microseconds. or -1 if no more samples are available.
[read-only]
SampleTrackIndexint. Returns the track index the current sample originates from (or -1 if no more samples are available)
[read-only]
TrackCountint. Count the number of tracks found in the data source.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.