// media/mojo/mojom/audio_logging.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_MOJO_MOJOM_AUDIO_LOGGING_MOJOM_SHARED_MESSAGE_IDS_H_
#define MEDIA_MOJO_MOJOM_AUDIO_LOGGING_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace media::mojom {
namespace messages {


enum class AudioLog : uint32_t {
// The 334930132 value is based on sha256(salt + "AudioLog1").
  kOnCreated = 334930132,
// The 2024874320 value is based on sha256(salt + "AudioLog2").
  kOnStarted = 2024874320,
// The 126309713 value is based on sha256(salt + "AudioLog3").
  kOnStopped = 126309713,
// The 1031675893 value is based on sha256(salt + "AudioLog4").
  kOnClosed = 1031675893,
// The 189906890 value is based on sha256(salt + "AudioLog5").
  kOnError = 189906890,
// The 50653168 value is based on sha256(salt + "AudioLog6").
  kOnSetVolume = 50653168,
// The 1919526807 value is based on sha256(salt + "AudioLog7").
  kOnProcessingStateChanged = 1919526807,
// The 1509217111 value is based on sha256(salt + "AudioLog8").
  kOnLogMessage = 1509217111,
};
enum class AudioLogFactory : uint32_t {
// The 375140976 value is based on sha256(salt + "AudioLogFactory1").
  kCreateAudioLog = 375140976,
};

}  // namespace messages

}  // media::mojom

#endif  // MEDIA_MOJO_MOJOM_AUDIO_LOGGING_MOJOM_SHARED_MESSAGE_IDS_H_