--- 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 ---
{{APIRef("HTML DOM")}}

読み取り専用の {{domxref("VideoTrackList")}}selectedIndex プロパティは、現在選択されているトラックがある場合はそのインデックスを返し、それ以外の場合は -1 を返します。

構文

var index = VideoTrackList.selectedIndex;

現在選択されているトラックがある場合はそのインデックスを示す数値、それ以外の場合は -1

仕様

仕様 状態 コメント
{{SpecName('HTML WHATWG', '#dom-videotracklist-selectedindex', 'VideoTrackList: selectedIndex')}} {{Spec2('HTML WHATWG')}}  

ブラウザーの互換性

{{Compat("api.VideoTrackList.selectedIndex")}}