// media/mojo/mojom/playback_events_recorder.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_PLAYBACK_EVENTS_RECORDER_MOJOM_SHARED_MESSAGE_IDS_H_
#define MEDIA_MOJO_MOJOM_PLAYBACK_EVENTS_RECORDER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace media::mojom {
namespace messages {


enum class PlaybackEventsRecorder : uint32_t {
  kOnPlaying = 0,
  kOnPaused = 1,
  kOnSeeking = 2,
  kOnEnded = 3,
  kOnError = 4,
  kOnBuffering = 5,
  kOnBufferingComplete = 6,
  kOnNaturalSizeChanged = 7,
  kOnPipelineStatistics = 8,
};

}  // namespace messages

}  // media::mojom

#endif  // MEDIA_MOJO_MOJOM_PLAYBACK_EVENTS_RECORDER_MOJOM_SHARED_MESSAGE_IDS_H_