MediaParser.SeekMap.TrackHasSeekPoints(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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