naiveproxy/services/audio/public/mojom/audio_device_description.mojom
2018-12-09 21:59:24 -05:00

14 lines
422 B
Plaintext

// 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;
};