// // AVBEthernetInterface.h // AudioVideoBridging // // Copyright 2010-2012 Apple Inc. All rights reserved. // #import /*! @class AVBEthernetInterface @abstract AVBEthernetInterface is a concrete subclass of AVBInterface providing access to the AVB services of the interface. @discussion AVBEthernetInterface is a concrete subclass of AVBInterface providing access to the AVB services of the interface. AVBEthernetInterface objects should be created for an IEEE 802.3 ethernet based interface on which AVB functionality is being used. */ NS_CLASS_AVAILABLE(10_8, NA) @interface AVBEthernetInterface : AVBInterface { } @end