// media/midi/midi_service.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_MIDI_MIDI_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define MEDIA_MIDI_MIDI_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace midi::mojom {
namespace messages {


enum class MidiSessionClient : uint32_t {
// The 614370512 value is based on sha256(salt + "MidiSessionClient1").
  kAddInputPort = 614370512,
// The 580073205 value is based on sha256(salt + "MidiSessionClient2").
  kAddOutputPort = 580073205,
// The 2006388552 value is based on sha256(salt + "MidiSessionClient3").
  kSetInputPortState = 2006388552,
// The 594084502 value is based on sha256(salt + "MidiSessionClient4").
  kSetOutputPortState = 594084502,
// The 438158183 value is based on sha256(salt + "MidiSessionClient5").
  kSessionStarted = 438158183,
// The 1663619358 value is based on sha256(salt + "MidiSessionClient6").
  kAcknowledgeSentData = 1663619358,
// The 14481683 value is based on sha256(salt + "MidiSessionClient7").
  kDataReceived = 14481683,
};
enum class MidiSessionProvider : uint32_t {
// The 1584726828 value is based on sha256(salt + "MidiSessionProvider1").
  kStartSession = 1584726828,
};
enum class MidiSession : uint32_t {
// The 1602277699 value is based on sha256(salt + "MidiSession1").
  kSendData = 1602277699,
};

}  // namespace messages

}  // midi::mojom

#endif  // MEDIA_MIDI_MIDI_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_