You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
360 B
13 lines
360 B
/* Copyright 2020 Google Inc. All Rights Reserved. */
|
|
|
|
package device.google.atv.audio_proxy@5.1;
|
|
|
|
import @5.0::IAudioProxyDevicesManager;
|
|
|
|
/**
|
|
* See @5.0::IAudioProxyDevicesManager for more details.
|
|
* New in 5.1:
|
|
* -- Client may call registerDevice with @5.1::IBusDevice.
|
|
*/
|
|
interface IAudioProxyDevicesManager extends @5.0::IAudioProxyDevicesManager {};
|