forked from xamarin/xamarin-macios
-
Notifications
You must be signed in to change notification settings - Fork 1
CoreAudio iOS xcode9 beta3
Miguel de Icaza edited this page Jul 23, 2017
·
2 revisions
#CoreAudio.framework
diff -ruN /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudioTypes.h /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudioTypes.h
--- /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudioTypes.h 2017-06-10 18:35:31.000000000 -0400
+++ /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudioTypes.h 2017-06-28 03:53:15.000000000 -0400
@@ -378,6 +378,8 @@
Enhanced AC-3, has no flags.
@constant kAudioFormatFLAC
Free Lossless Audio Codec, the flags indicate the bit depth of the source material.
+ @constant kAudioFormatOpus
+ Opus codec, has no flags.
*/
CF_ENUM(AudioFormatID)
{
@@ -418,7 +420,8 @@
kAudioFormatMicrosoftGSM = 0x6D730031,
kAudioFormatAES3 = 'aes3',
kAudioFormatEnhancedAC3 = 'ec-3',
- kAudioFormatFLAC = 'flac'
+ kAudioFormatFLAC = 'flac',
+ kAudioFormatOpus = 'opus'
};
/*!