SubtitleData.TrackIndex Property
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 the index of the media player track which contains this subtitle data.
public int TrackIndex { [Android.Runtime.Register("getTrackIndex", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getTrackIndex", "()I", "", ApiSince=28)>]
member this.TrackIndex : int
Property Value
an index in the array returned by MediaPlayer#getTrackInfo()
.
- Attributes
Remarks
Returns the index of the media player track which contains this subtitle data.
Java documentation for android.media.SubtitleData.getTrackIndex()
.
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.