// components/media_router/common/mojom/media_controller.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 COMPONENTS_MEDIA_ROUTER_COMMON_MOJOM_MEDIA_CONTROLLER_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_MEDIA_ROUTER_COMMON_MOJOM_MEDIA_CONTROLLER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace media_router::mojom {
namespace messages {


enum class MediaController : uint32_t {
  kPlay = 0,
  kPause = 1,
  kSetMute = 2,
  kSetVolume = 3,
  kSeek = 4,
  kNextTrack = 5,
  kPreviousTrack = 6,
};

}  // namespace messages

}  // media_router::mojom

#endif  // COMPONENTS_MEDIA_ROUTER_COMMON_MOJOM_MEDIA_CONTROLLER_MOJOM_SHARED_MESSAGE_IDS_H_