-
Notifications
You must be signed in to change notification settings - Fork 517
CoreAudio macOS xcode14.0 beta4
Alex Soto edited this page Jul 27, 2022
·
1 revision
#CoreAudio.framework
diff -ruN /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h
--- /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h 2022-06-30 19:26:50.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h 2022-07-22 10:05:42.000000000 -0400
@@ -591,27 +591,38 @@
The transport type ID for AudioDevices connected via AVB.
@constant kAudioDeviceTransportTypeThunderbolt
The transport type ID for AudioDevices connected via Thunderbolt.
+ @constant kAudioDeviceTransportTypeContinuityCaptureWired
+ The transport type ID for Continuity Capture AudioDevices connected via a
+ cable.
+ @constant kAudioDeviceTransportTypeContinuityCaptureWireless
+ The transport type ID for Continuity Capture AudioDevices connected
+ via wireless networking.
@constant kAudioDeviceTransportTypeContinuityCapture
The transport type ID for AudioDevices connected via the Continuity Capture
- feature.
+ feature. This constant is deprecated. Please use
+ kAudioDeviceTransportTypeContinuityCaptureWired and
+ kAudioDeviceTransportTypeContinuityCaptureWireless to describe Continuity
+ Capture devices.
*/
CF_ENUM(UInt32)
{
- kAudioDeviceTransportTypeUnknown = 0,
- kAudioDeviceTransportTypeBuiltIn = 'bltn',
- kAudioDeviceTransportTypeAggregate = 'grup',
- kAudioDeviceTransportTypeVirtual = 'virt',
- kAudioDeviceTransportTypePCI = 'pci ',
- kAudioDeviceTransportTypeUSB = 'usb ',
- kAudioDeviceTransportTypeFireWire = '1394',
- kAudioDeviceTransportTypeBluetooth = 'blue',
- kAudioDeviceTransportTypeBluetoothLE = 'blea',
- kAudioDeviceTransportTypeHDMI = 'hdmi',
- kAudioDeviceTransportTypeDisplayPort = 'dprt',
- kAudioDeviceTransportTypeAirPlay = 'airp',
- kAudioDeviceTransportTypeAVB = 'eavb',
- kAudioDeviceTransportTypeThunderbolt = 'thun',
- kAudioDeviceTransportTypeContinuityCapture = 'ccap'
+ kAudioDeviceTransportTypeUnknown = 0,
+ kAudioDeviceTransportTypeBuiltIn = 'bltn',
+ kAudioDeviceTransportTypeAggregate = 'grup',
+ kAudioDeviceTransportTypeVirtual = 'virt',
+ kAudioDeviceTransportTypePCI = 'pci ',
+ kAudioDeviceTransportTypeUSB = 'usb ',
+ kAudioDeviceTransportTypeFireWire = '1394',
+ kAudioDeviceTransportTypeBluetooth = 'blue',
+ kAudioDeviceTransportTypeBluetoothLE = 'blea',
+ kAudioDeviceTransportTypeHDMI = 'hdmi',
+ kAudioDeviceTransportTypeDisplayPort = 'dprt',
+ kAudioDeviceTransportTypeAirPlay = 'airp',
+ kAudioDeviceTransportTypeAVB = 'eavb',
+ kAudioDeviceTransportTypeThunderbolt = 'thun',
+ kAudioDeviceTransportTypeContinuityCaptureWired = 'ccwd',
+ kAudioDeviceTransportTypeContinuityCaptureWireless = 'ccwl',
+ kAudioDeviceTransportTypeContinuityCapture API_DEPRECATED("Please use kAudioDeviceTransportTypeContinuityCaptureWired and kAudioDeviceTransportTypeContinuityCaptureWireless to describe Continuity Capture devices.", macos(13.0, 13.0), ios(16.0, 16.0)) = 'ccap'
};
//==================================================================================================
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status