naiveproxy/services/audio/public/mojom/audio_device_description.mojom

14 lines
422 B
Plaintext
Raw Normal View History

2018-12-10 05:59:24 +03:00
// 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;
};