chromium/third_party/openscreen/src/cast/sender/public/cast_media_source.h

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

#ifndef CAST_SENDER_PUBLIC_CAST_MEDIA_SOURCE_H_
#define CAST_SENDER_PUBLIC_CAST_MEDIA_SOURCE_H_

#include <string>
#include <vector>

#include "platform/base/error.h"

namespace openscreen::cast {

class CastMediaSource {};

}  // namespace openscreen::cast

#endif  // CAST_SENDER_PUBLIC_CAST_MEDIA_SOURCE_H_