chromium/out/Default/gen/media/capabilities/webrtc_video_stats.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: webrtc_video_stats.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_webrtc_5fvideo_5fstats_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_webrtc_5fvideo_5fstats_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_webrtc_5fvideo_5fstats_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_webrtc_5fvideo_5fstats_2eproto {};
namespace media {
class WebrtcVideoStatsEntryProto;
struct WebrtcVideoStatsEntryProtoDefaultTypeInternal;
extern WebrtcVideoStatsEntryProtoDefaultTypeInternal _WebrtcVideoStatsEntryProto_default_instance_;
class WebrtcVideoStatsProto;
struct WebrtcVideoStatsProtoDefaultTypeInternal;
extern WebrtcVideoStatsProtoDefaultTypeInternal _WebrtcVideoStatsProto_default_instance_;
}  // namespace media
PROTOBUF_NAMESPACE_OPEN
template<> ::media::WebrtcVideoStatsEntryProto* Arena::CreateMaybeMessage<::media::WebrtcVideoStatsEntryProto>(Arena*);
template<> ::media::WebrtcVideoStatsProto* Arena::CreateMaybeMessage<::media::WebrtcVideoStatsProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace media {

// ===================================================================

class WebrtcVideoStatsProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:media.WebrtcVideoStatsProto) */ {};
// -------------------------------------------------------------------

class WebrtcVideoStatsEntryProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:media.WebrtcVideoStatsEntryProto) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// WebrtcVideoStatsProto

// optional double timestamp = 1;
inline bool WebrtcVideoStatsProto::_internal_has_timestamp() const {}
inline bool WebrtcVideoStatsProto::has_timestamp() const {}
inline void WebrtcVideoStatsProto::clear_timestamp() {}
inline double WebrtcVideoStatsProto::_internal_timestamp() const {}
inline double WebrtcVideoStatsProto::timestamp() const {}
inline void WebrtcVideoStatsProto::_internal_set_timestamp(double value) {}
inline void WebrtcVideoStatsProto::set_timestamp(double value) {}

// optional uint32 frames_processed = 2;
inline bool WebrtcVideoStatsProto::_internal_has_frames_processed() const {}
inline bool WebrtcVideoStatsProto::has_frames_processed() const {}
inline void WebrtcVideoStatsProto::clear_frames_processed() {}
inline uint32_t WebrtcVideoStatsProto::_internal_frames_processed() const {}
inline uint32_t WebrtcVideoStatsProto::frames_processed() const {}
inline void WebrtcVideoStatsProto::_internal_set_frames_processed(uint32_t value) {}
inline void WebrtcVideoStatsProto::set_frames_processed(uint32_t value) {}

// optional uint32 key_frames_processed = 3;
inline bool WebrtcVideoStatsProto::_internal_has_key_frames_processed() const {}
inline bool WebrtcVideoStatsProto::has_key_frames_processed() const {}
inline void WebrtcVideoStatsProto::clear_key_frames_processed() {}
inline uint32_t WebrtcVideoStatsProto::_internal_key_frames_processed() const {}
inline uint32_t WebrtcVideoStatsProto::key_frames_processed() const {}
inline void WebrtcVideoStatsProto::_internal_set_key_frames_processed(uint32_t value) {}
inline void WebrtcVideoStatsProto::set_key_frames_processed(uint32_t value) {}

// optional float p99_processing_time_ms = 4;
inline bool WebrtcVideoStatsProto::_internal_has_p99_processing_time_ms() const {}
inline bool WebrtcVideoStatsProto::has_p99_processing_time_ms() const {}
inline void WebrtcVideoStatsProto::clear_p99_processing_time_ms() {}
inline float WebrtcVideoStatsProto::_internal_p99_processing_time_ms() const {}
inline float WebrtcVideoStatsProto::p99_processing_time_ms() const {}
inline void WebrtcVideoStatsProto::_internal_set_p99_processing_time_ms(float value) {}
inline void WebrtcVideoStatsProto::set_p99_processing_time_ms(float value) {}

// -------------------------------------------------------------------

// WebrtcVideoStatsEntryProto

// repeated .media.WebrtcVideoStatsProto stats = 1;
inline int WebrtcVideoStatsEntryProto::_internal_stats_size() const {}
inline int WebrtcVideoStatsEntryProto::stats_size() const {}
inline void WebrtcVideoStatsEntryProto::clear_stats() {}
inline ::media::WebrtcVideoStatsProto* WebrtcVideoStatsEntryProto::mutable_stats(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::media::WebrtcVideoStatsProto >*
WebrtcVideoStatsEntryProto::mutable_stats() {}
inline const ::media::WebrtcVideoStatsProto& WebrtcVideoStatsEntryProto::_internal_stats(int index) const {}
inline const ::media::WebrtcVideoStatsProto& WebrtcVideoStatsEntryProto::stats(int index) const {}
inline ::media::WebrtcVideoStatsProto* WebrtcVideoStatsEntryProto::_internal_add_stats() {}
inline ::media::WebrtcVideoStatsProto* WebrtcVideoStatsEntryProto::add_stats() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::media::WebrtcVideoStatsProto >&
WebrtcVideoStatsEntryProto::stats() const {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace media

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_webrtc_5fvideo_5fstats_2eproto