// media/mojo/mojom/video_encode_accelerator.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_VIDEO_ENCODE_ACCELERATOR_MOJOM_SHARED_MESSAGE_IDS_H_
#define MEDIA_MOJO_MOJOM_VIDEO_ENCODE_ACCELERATOR_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace media::mojom {
namespace messages {


enum class VideoEncodeAcceleratorProvider : uint32_t {
  kCreateVideoEncodeAccelerator = 0,
  kGetVideoEncodeAcceleratorSupportedProfiles = 1,
};
enum class VideoEncodeAccelerator : uint32_t {
  kInitialize = 0,
  kEncode = 1,
  kUseOutputBitstreamBuffer = 2,
  kRequestEncodingParametersChangeWithLayers = 3,
  kRequestEncodingParametersChangeWithBitrate = 4,
  kIsFlushSupported = 5,
  kFlush = 6,
};
enum class VideoEncodeAcceleratorClient : uint32_t {
  kRequireBitstreamBuffers = 0,
  kBitstreamBufferReady = 1,
  kNotifyErrorStatus = 2,
  kNotifyEncoderInfoChange = 3,
};

}  // namespace messages

}  // media::mojom

#endif  // MEDIA_MOJO_MOJOM_VIDEO_ENCODE_ACCELERATOR_MOJOM_SHARED_MESSAGE_IDS_H_