Language

MediaParser.SeekMap.TrackHasSeekPoints(Int32) Method

Definition

Returns whether the given track has its own SeekPoint seek points.

[Android.Runtime.Register("trackHasSeekPoints", "(I)Z", "", ApiSince=37)]
public bool TrackHasSeekPoints(int trackIndex);
[<Android.Runtime.Register("trackHasSeekPoints", "(I)Z", "", ApiSince=37)>]
member this.TrackHasSeekPoints : int -> bool

Parameters

trackIndex
Int32

The index of the track.

Returns

Whether seeking is supported for the track.

Attributes

Applies to