// media/mojo/mojom/audio_encoder.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_ENCODER_MOJOM_SHARED_MESSAGE_IDS_H_
#define MEDIA_MOJO_MOJOM_AUDIO_ENCODER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace media::mojom {
namespace messages {


enum class AudioEncoder : uint32_t {
// The 832694713 value is based on sha256(salt + "AudioEncoder1").
  kInitialize = 832694713,
// The 926448236 value is based on sha256(salt + "AudioEncoder2").
  kEncode = 926448236,
// The 1390191023 value is based on sha256(salt + "AudioEncoder3").
  kFlush = 1390191023,
};
enum class AudioEncoderClient : uint32_t {
// The 1081862137 value is based on sha256(salt + "AudioEncoderClient1").
  kOnEncodedBufferReady = 1081862137,
};

}  // namespace messages

}  // media::mojom

#endif  // MEDIA_MOJO_MOJOM_AUDIO_ENCODER_MOJOM_SHARED_MESSAGE_IDS_H_