--- title: VideoTrackList.selectedIndex slug: Web/API/VideoTrackList/selectedIndex tags: - API - HTML DOM - Media - Property - Read-only - Reference - Video - VideoTrackList - track translation_of: Web/API/VideoTrackList/selectedIndex ---
読み取り専用の {{domxref("VideoTrackList")}} の selectedIndex
プロパティは、現在選択されているトラックがある場合はそのインデックスを返し、それ以外の場合は -1
を返します。
var index = VideoTrackList.selectedIndex;
現在選択されているトラックがある場合はそのインデックスを示す数値、それ以外の場合は -1
。
仕様 | 状態 | コメント |
---|---|---|
{{SpecName('HTML WHATWG', '#dom-videotracklist-selectedindex', 'VideoTrackList: selectedIndex')}} | {{Spec2('HTML WHATWG')}} |
{{Compat("api.VideoTrackList.selectedIndex")}}