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.
14 lines
334 B
14 lines
334 B
/* Copyright 2020 Google Inc. All Rights Reserved. */
|
|
|
|
package device.google.atv.audio_proxy@5.1;
|
|
|
|
import @5.0::IBusDevice;
|
|
|
|
/**
|
|
* See @5.0::IBusDevice for more details.
|
|
* New in 5.1:
|
|
* -- openOutputStream may return IAudioProxyStream, which is a subclass of
|
|
* IStreamOut.
|
|
*/
|
|
interface IBusDevice extends @5.0::IBusDevice {};
|