1/* Copyright 2020 Google Inc. All Rights Reserved. */ 2 3package device.google.atv.audio_proxy@5.1; 4 5import @5.0::IBusDevice; 6 7/** 8 * See @5.0::IBusDevice for more details. 9 * New in 5.1: 10 * -- openOutputStream may return IAudioProxyStream, which is a subclass of 11 * IStreamOut. 12 */ 13interface IBusDevice extends @5.0::IBusDevice {}; 14