chromium/out/Default/gen/third_party/blink/renderer/core/inspector/protocol/media.h

// This file is generated by TypeBuilder_h.template.

// 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.

#ifndef blink_protocol_Media_h
#define blink_protocol_Media_h

#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/inspector/protocol/protocol.h"
// For each imported domain we generate a ValueConversions struct instead of a full domain definition
// and include Domain::API version from there.

namespace blink {
namespace protocol {
namespace Media {
PlayerId;
Timestamp;
class PlayerMessage;
class PlayerProperty;
class PlayerEvent;
class PlayerErrorSourceLocation;
class PlayerError;

// ------------- Forward and enum declarations.

// ------------- Type and builder declarations.

class CORE_EXPORT PlayerMessage : public ::crdtp::ProtocolObject<PlayerMessage> {};


class CORE_EXPORT PlayerProperty : public ::crdtp::ProtocolObject<PlayerProperty> {};


class CORE_EXPORT PlayerEvent : public ::crdtp::ProtocolObject<PlayerEvent> {};


class CORE_EXPORT PlayerErrorSourceLocation : public ::crdtp::ProtocolObject<PlayerErrorSourceLocation> {};


class CORE_EXPORT PlayerError : public ::crdtp::ProtocolObject<PlayerError> {};


// ------------- Backend interface.

class CORE_EXPORT Backend {};

// ------------- Frontend interface.

class CORE_EXPORT Frontend {};

// ------------- Dispatcher.

class CORE_EXPORT Dispatcher {};

// ------------- Metainfo.

class CORE_EXPORT Metainfo {};

} // namespace Media
} // namespace blink
} // namespace protocol

#endif // !defined(blink_protocol_Media_h)