AudioVideoBridging Changes
AudioVideoBridging
AVB17221ACMPMessage.h
Added AVB17221ACMPMessage.vlanID
AVB17221EntityDiscovery.h
Modified -[AVB17221EntityDiscovery initWithInterfaceName:]
Declaration | |
---|---|
From | - (id)initWithInterfaceName:(NSString *)anInterfaceName |
To | - (instancetype)initWithInterfaceName:(NSString *)anInterfaceName |
AVB1722ControlInterface.h
Modified -[AVB1722ControlInterface initWithInterfaceName:]
Declaration | |
---|---|
From | - (id)initWithInterfaceName:(NSString *)anInterfaceName |
To | - (instancetype)initWithInterfaceName:(NSString *)anInterfaceName |
AVBCentralManager.h (Added)
Added AVBCentralManager
Added -[AVBCentralManager didAddInterface:]
Added -[AVBCentralManager didRemoveInterface:]
Added +[AVBCentralManager nextAvailableDynamicEntityID]
Added +[AVBCentralManager nextAvailableDynamicEntityModelID]
Added +[AVBCentralManager releaseDynamicEntityID:]
Added +[AVBCentralManager releaseDynamicEntityModelID:]
Added -[AVBCentralManager startControllerMatching]
Added -[AVBCentralManager streamingEnabledInterfacesOnly]
Added AVBNullEUI64
AVBConstants.h
Removed AVB17221AEMCommandTypeAuthenticateGetKeyCount
Added AVB17221ACMPFlagsEncryptedPDU
Added AVB17221ACMPFlagsStreamingTalkerFailed
Added AVB17221ACMPFlagsSupportsEncrypted
Added AVB17221AEMCommandTypeAuthenticateAddKeyToChain
Added AVB17221AEMCommandTypeAuthenticateAddToken
Added AVB17221AEMCommandTypeAuthenticateDeleteKeyFromChain
Added AVB17221AEMCommandTypeAuthenticateDeleteToken
Added AVB17221AEMCommandTypeAuthenticateGetIdentity
Added AVB17221AEMCommandTypeAuthenticateGetKeyList
Added AVB17221AEMCommandTypeAuthenticateGetKeychainList
Added AVB17221AEMCommandTypeDisableStreamEncryption
Added AVB17221AEMCommandTypeDisableTransportSecurity
Added AVB17221AEMCommandTypeEnableStreamEncryption
Added AVB17221AEMCommandTypeEnableTransportSecurity
Added AVB17221AEMCommandTypeGetMemoryObjectLength
Added AVB17221AEMCommandTypeGetStreamBackup
Added AVB17221AEMCommandTypeSetMemoryObjectLength
Added AVB17221AEMCommandTypeSetStreamBackup
Modified AVB17221AECPStatusAddressAccessAddressTooHigh
Introduction | |
---|---|
From | OS X 10.9 |
To | OS X 10.8 |
Modified AVB17221AECPStatusAddressAccessAddressTooLow
Introduction | |
---|---|
From | OS X 10.9 |
To | OS X 10.8 |
AVBInterface.h
Modified -[AVBInterface initWithInterfaceName:]
Declaration | |
---|---|
From | - (id)initWithInterfaceName:(NSString *)anInterfaceName |
To | - (instancetype)initWithInterfaceName:(NSString *)anInterfaceName |
AVBMACAddress.h
Modified -[AVBMACAddress initWithBytes:]
Declaration | |
---|---|
From | - (id)initWithBytes:(uint8_t *)bytes |
To | - (instancetype)initWithBytes:(uint8_t *)bytes |