chromium/third_party/blink/renderer/core/html/track/video_track_list.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/html/track/video_track_list.h"

#include "third_party/blink/renderer/core/event_target_names.h"
#include "third_party/blink/renderer/core/html/media/html_media_element.h"
#include "third_party/blink/renderer/core/html/track/video_track.h"

namespace blink {

VideoTrackList::~VideoTrackList() = default;

VideoTrackList::VideoTrackList(HTMLMediaElement& media_element)
    :{}

const AtomicString& VideoTrackList::InterfaceName() const {}

int VideoTrackList::selectedIndex() const {}

void VideoTrackList::TrackSelected(WebMediaPlayer::TrackId selected_track_id) {}

}  // namespace blink