// media/mojo/mojom/decryptor.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_DECRYPTOR_MOJOM_SHARED_MESSAGE_IDS_H_
#define MEDIA_MOJO_MOJOM_DECRYPTOR_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace media::mojom {
namespace messages {


enum class Decryptor : uint32_t {
// The 290847740 value is based on sha256(salt + "Decryptor1").
  kInitialize = 290847740,
// The 288225356 value is based on sha256(salt + "Decryptor2").
  kDecrypt = 288225356,
// The 1266339416 value is based on sha256(salt + "Decryptor3").
  kCancelDecrypt = 1266339416,
// The 42435186 value is based on sha256(salt + "Decryptor4").
  kInitializeAudioDecoder = 42435186,
// The 944689619 value is based on sha256(salt + "Decryptor5").
  kInitializeVideoDecoder = 944689619,
// The 2119923479 value is based on sha256(salt + "Decryptor6").
  kDecryptAndDecodeAudio = 2119923479,
// The 816140844 value is based on sha256(salt + "Decryptor7").
  kDecryptAndDecodeVideo = 816140844,
// The 1509933394 value is based on sha256(salt + "Decryptor8").
  kResetDecoder = 1509933394,
// The 698563434 value is based on sha256(salt + "Decryptor9").
  kDeinitializeDecoder = 698563434,
};
enum class FrameResourceReleaser : uint32_t {
};

}  // namespace messages

}  // media::mojom

#endif  // MEDIA_MOJO_MOJOM_DECRYPTOR_MOJOM_SHARED_MESSAGE_IDS_H_