Share via


PlaybackState.BufferedPosition Property

Definition

Get the current buffered position in ms.

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

Property Value

Attributes

Remarks

Get the current buffered position in ms. This is the farthest playback point that can be reached from the current position using only buffered content.

Java documentation for android.media.session.PlaybackState.getBufferedPosition().

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