blob: 990cd4b673b3af780f8f42456e6c8facd9b84e83 [file] [log] [blame]
// services/audio/public/mojom/debug_recording.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 SERVICES_AUDIO_PUBLIC_MOJOM_DEBUG_RECORDING_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_AUDIO_PUBLIC_MOJOM_DEBUG_RECORDING_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace audio::mojom {
namespace messages {
enum class DebugRecordingFileProvider : uint32_t {
kCreateWavFile = 0,
kCreateAecdumpFile = 1,
};
enum class DebugRecording : uint32_t {
kEnable = 0,
};
} // namespace messages
} // audio::mojom
#endif // SERVICES_AUDIO_PUBLIC_MOJOM_DEBUG_RECORDING_MOJOM_SHARED_MESSAGE_IDS_H_