// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. module audio.mojom; // This defines a mojo transport format for media::AudioDeviceDescription. // See media/audio/audio_device_description.h for descriptions. struct AudioDeviceDescription { string device_name; string unique_id; string group_id; };