RemoteController.EstimatedMediaPosition Property

Definition

Caution

deprecated

Return the estimated playback position of the current media track or a negative value if not available.

[System.Obsolete("deprecated")]
public long EstimatedMediaPosition { [Android.Runtime.Register("getEstimatedMediaPosition", "()J", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getEstimatedMediaPosition", "()J", "")>]
member this.EstimatedMediaPosition : int64

Property Value

Int64

the current estimated playback position in milliseconds or a negative value if not available

Attributes

Remarks

Java documentation for android.media.RemoteController.getEstimatedMediaPosition().

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