MediaParser.SeekMap.GetSeekPoints(Int64) Method

Definition

Obtains SeekPoint SeekPoints for the specified seek time in microseconds.

[Android.Runtime.Register("getSeekPoints", "(J)Landroid/util/Pair;", "", ApiSince=30)]
public Android.Util.Pair GetSeekPoints (long timeMicros);
[<Android.Runtime.Register("getSeekPoints", "(J)Landroid/util/Pair;", "", ApiSince=30)>]
member this.GetSeekPoints : int64 -> Android.Util.Pair

Parameters

timeMicros
Int64

A seek time in microseconds.

Returns

The corresponding SeekPoint SeekPoints.

Attributes

Remarks

Java documentation for android.media.MediaParser.SeekMap.getSeekPoints(long).

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