-
Notifications
You must be signed in to change notification settings - Fork 516
CoreAudio macOS xcode14.0 rc
Israel Soto edited this page Sep 7, 2022
·
1 revision
#CoreAudio.framework
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h 2022-08-05 12:41:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h 2022-08-03 21:06:32.000000000 -0500
@@ -591,38 +591,23 @@
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. 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',
- 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'
+ 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'
};
//==================================================================================================
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioServerPlugIn.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioServerPlugIn.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioServerPlugIn.h 2022-08-05 12:41:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioServerPlugIn.h 2022-08-03 21:06:33.000000000 -0500
@@ -434,7 +434,7 @@
expect between successive time stamps returned from GetZeroTimeStamp(). In
other words, if GetZeroTimeStamp() returned a sample time of X, the host can
expect that the next valid time stamp that will be returned will be X plus
- the value of this property. The minimum allowed value for this is 10923 sample frames.
+ the value of this property.
@constant kAudioDevicePropertyClockAlgorithm
A UInt32 whose value indicates to the Host what smoothing algorithm to use
for a device's clock. The only legal values for this property are specified
- 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