// Copyright 2017 The Chromium Authors
// 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;
bool is_system_default;
bool is_communications_device;
};