// 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. #include "services/audio/public/cpp/debug_recording_mojom_traits.h" namespace mojo { audio::mojom::DebugRecordingStreamType EnumTraits<audio::mojom::DebugRecordingStreamType, media::AudioDebugRecordingStreamType>:: ToMojom(media::AudioDebugRecordingStreamType stream_type) { … } bool EnumTraits<audio::mojom::DebugRecordingStreamType, media::AudioDebugRecordingStreamType>:: FromMojom(audio::mojom::DebugRecordingStreamType stream_type, media::AudioDebugRecordingStreamType* out) { … } } // namespace mojo