Android.Media.MediaExtractor.HasCacheReachedEndOfStream Property
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).

Syntax

[get: Android.Runtime.Register("hasCacheReachedEndOfStream", "()Z", "GetHasCacheReachedEndOfStreamHandler")]
public bool HasCacheReachedEndOfStream { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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). This API only returns a meaningful result if MediaExtractor.CachedDuration indicates the presence of a cache, i.e. does NOT return -1.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16