android13/device/google/atv/audio_proxy/interfaces/5.1/IBusDevice.hal

14 lines
334 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
/* 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 {};