[go: nahoru, domu]

blob: 606ed804e168f0350c967cf0cfa94e33f46bb348 [file] [log] [blame]
// 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;
};