MediaExtractor.CachedDuration Property

Definition

Returns an estimate of how much data is presently cached in memory expressed in microseconds.

public long CachedDuration { [Android.Runtime.Register("getCachedDuration", "()J", "")] get; }
[<get: Android.Runtime.Register("getCachedDuration", "()J", "")>]
member this.CachedDuration : int64

Property Value

Attributes

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).

Java documentation for android.media.MediaExtractor.getCachedDuration().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to