#ifndef MEDIA_MOJO_MOJOM_OUTPUT_PROTECTION_MOJOM_SHARED_H_
#define MEDIA_MOJO_MOJOM_OUTPUT_PROTECTION_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "media/mojo/mojom/output_protection.mojom-shared-internal.h"
#include "mojo/public/cpp/bindings/lib/interface_serialization.h"
#include "mojo/public/cpp/system/data_pipe.h"
namespace media::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace media::mojom {
enum class OutputProtection_ProtectionType : int32_t { … };
std::ostream& operator<<(std::ostream& os, OutputProtection_ProtectionType value);
inline bool IsKnownEnumValue(OutputProtection_ProtectionType value) { … }
inline OutputProtection_ProtectionType ToKnownEnumValue(OutputProtection_ProtectionType value) { … }
enum class OutputProtection_LinkType : int32_t { … };
std::ostream& operator<<(std::ostream& os, OutputProtection_LinkType value);
inline bool IsKnownEnumValue(OutputProtection_LinkType value) { … }
inline OutputProtection_LinkType ToKnownEnumValue(OutputProtection_LinkType value) { … }
class OutputProtectionInterfaceBase { … };
OutputProtectionPtrDataView;
OutputProtectionRequestDataView;
OutputProtectionAssociatedPtrInfoDataView;
OutputProtectionAssociatedRequestDataView;
}
namespace std {
template <>
struct hash<::media::mojom::OutputProtection_ProtectionType>
: public mojo::internal::EnumHashImpl<::media::mojom::OutputProtection_ProtectionType> { … };
template <>
struct hash<::media::mojom::OutputProtection_LinkType>
: public mojo::internal::EnumHashImpl<::media::mojom::OutputProtection_LinkType> { … };
}
namespace mojo {
namespace internal {
Serializer< ::media::mojom::OutputProtection_ProtectionType, MaybeConstUserType>;
}
namespace internal {
Serializer< ::media::mojom::OutputProtection_LinkType, MaybeConstUserType>;
}
}
namespace media::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::media::mojom::OutputProtection_ProtectionType> { … };
}
namespace perfetto {
template <>
struct TraceFormatTraits<::media::mojom::OutputProtection_LinkType> { … };
}
#endif