Android.Media.MediaExtractor.CachedDuration Property
Returns an estimate of how much data is presently cached in memory expressed in microseconds.

Syntax

[get: Android.Runtime.Register("getCachedDuration", "()J", "GetGetCachedDurationHandler")]
public long CachedDuration { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an estimate of how much data is presently cached in memory expressed in microseconds. Returns -1 if that information is unavailable or not applicable (no cache).

[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