// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/base/media_track.h" namespace media { MediaTrack::MediaTrack(Type type, bool enabled, StreamParser::TrackId bytestream_track_id, const Kind& kind, const Label& label, const Language& lang) : … { … } MediaTrack::~MediaTrack() = default; const char* TrackTypeToStr(MediaTrack::Type type) { … } } // namespace media