// media/capture/mojom/video_capture.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef MEDIA_CAPTURE_MOJOM_VIDEO_CAPTURE_MOJOM_SHARED_MESSAGE_IDS_H_
#define MEDIA_CAPTURE_MOJOM_VIDEO_CAPTURE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace media::mojom {
namespace messages {


enum class VideoCaptureObserver : uint32_t {
// The 1250065828 value is based on sha256(salt + "VideoCaptureObserver1").
  kOnStateChanged = 1250065828,
// The 186231725 value is based on sha256(salt + "VideoCaptureObserver2").
  kOnNewBuffer = 186231725,
// The 1134800785 value is based on sha256(salt + "VideoCaptureObserver3").
  kOnBufferReady = 1134800785,
// The 857305612 value is based on sha256(salt + "VideoCaptureObserver4").
  kOnBufferDestroyed = 857305612,
// The 1784675748 value is based on sha256(salt + "VideoCaptureObserver5").
  kOnFrameDropped = 1784675748,
// The 360914321 value is based on sha256(salt + "VideoCaptureObserver6").
  kOnNewCaptureVersion = 360914321,
};
enum class VideoCaptureHost : uint32_t {
// The 1284630079 value is based on sha256(salt + "VideoCaptureHost1").
  kStart = 1284630079,
// The 606468432 value is based on sha256(salt + "VideoCaptureHost2").
  kStop = 606468432,
// The 1085723226 value is based on sha256(salt + "VideoCaptureHost3").
  kPause = 1085723226,
// The 1207851992 value is based on sha256(salt + "VideoCaptureHost4").
  kResume = 1207851992,
// The 1103107125 value is based on sha256(salt + "VideoCaptureHost5").
  kRequestRefreshFrame = 1103107125,
// The 324087364 value is based on sha256(salt + "VideoCaptureHost6").
  kReleaseBuffer = 324087364,
// The 996132853 value is based on sha256(salt + "VideoCaptureHost7").
  kGetDeviceSupportedFormats = 996132853,
// The 609000246 value is based on sha256(salt + "VideoCaptureHost8").
  kGetDeviceFormatsInUse = 609000246,
// The 1734366394 value is based on sha256(salt + "VideoCaptureHost9").
  kOnLog = 1734366394,
};

}  // namespace messages

}  // media::mojom

#endif  // MEDIA_CAPTURE_MOJOM_VIDEO_CAPTURE_MOJOM_SHARED_MESSAGE_IDS_H_