chromium/media/mojo/mojom/supported_audio_decoder_config_mojom_traits.h

// Copyright 2024 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_SUPPORTED_AUDIO_DECODER_CONFIG_MOJOM_TRAITS_H_
#define MEDIA_MOJO_MOJOM_SUPPORTED_AUDIO_DECODER_CONFIG_MOJOM_TRAITS_H_

#include "media/base/supported_audio_decoder_config.h"
#include "media/mojo/mojom/audio_decoder.mojom.h"

namespace mojo {

template <>
struct StructTraits<media::mojom::SupportedAudioDecoderConfigDataView,
                    media::SupportedAudioDecoderConfig> {};

}  // namespace mojo

#endif  // MEDIA_MOJO_MOJOM_SUPPORTED_AUDIO_DECODER_CONFIG_MOJOM_TRAITS_H_