// media/mojo/mojom/audio_output_stream.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_OUTPUT_STREAM_MOJOM_SHARED_MESSAGE_IDS_H_
#define MEDIA_MOJO_MOJOM_AUDIO_OUTPUT_STREAM_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace media::mojom {
namespace messages {


enum class AudioOutputStream : uint32_t {
  kPlay = 0,
  kPause = 1,
  kFlush = 2,
  kSetVolume = 3,
};
enum class AudioOutputStreamObserver : uint32_t {
  kDidStartPlaying = 0,
  kDidStopPlaying = 1,
  kDidChangeAudibleState = 2,
};
enum class AudioOutputStreamProvider : uint32_t {
  kAcquire = 0,
};
enum class AudioOutputStreamProviderClient : uint32_t {
  kCreated = 0,
};
enum class DeviceSwitchInterface : uint32_t {
  kSwitchAudioOutputDeviceId = 0,
};

}  // namespace messages

}  // media::mojom

#endif  // MEDIA_MOJO_MOJOM_AUDIO_OUTPUT_STREAM_MOJOM_SHARED_MESSAGE_IDS_H_