pyobjc-framework-CoreAudioKit 12.0__tar.gz → 12.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Lib/CoreAudioKit/_metadata.py +2 -1
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Lib/pyobjc_framework_CoreAudioKit.egg-info/PKG-INFO +6 -7
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Lib/pyobjc_framework_CoreAudioKit.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_coreaudiokit-12.2/Lib/pyobjc_framework_CoreAudioKit.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_coreaudiokit-12.2/Lib/pyobjc_framework_CoreAudioKit.egg-info/requires.txt +3 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Modules/pyobjc-compat.h +24 -50
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/PKG-INFO +6 -7
- pyobjc_framework_coreaudiokit-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_coreaudiokit-12.2/metadata/raw/arm64-26.5.fwinfo +101 -7
- pyobjc_framework_coreaudiokit-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_coreaudiokit-12.2/metadata/raw/x86_64-26.5.fwinfo +101 -7
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/pyobjc_setup.py +4 -5
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/setup.py +1 -1
- pyobjc_framework_coreaudiokit-12.0/Lib/pyobjc_framework_CoreAudioKit.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_coreaudiokit-12.0/Lib/pyobjc_framework_CoreAudioKit.egg-info/requires.txt +0 -3
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Lib/CoreAudioKit/__init__.py +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Lib/pyobjc_framework_CoreAudioKit.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Lib/pyobjc_framework_CoreAudioKit.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Lib/pyobjc_framework_CoreAudioKit.egg-info/top_level.txt +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/License.txt +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Modules/_CoreAudioKit.m +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Modules/_CoreAudioKit_protocols.m +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Modules/pyobjc-api.h +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/PyObjCTest/test_aucustomviewpersistentdata.py +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/PyObjCTest/test_augenericview.py +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/PyObjCTest/test_auviewcontroller.py +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/PyObjCTest/test_canetworkbrowserwindowcontroller.py +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/PyObjCTest/test_coreaudiokit.py +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/metadata/CoreAudioKit.fwinfo +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sun May 24 11:45:41 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -89,6 +89,7 @@ objc.registerNewKeywordsFromSelector("AUGenericView", b"initWithAudioUnit:")
|
|
|
89
89
|
objc.registerNewKeywordsFromSelector(
|
|
90
90
|
"AUGenericView", b"initWithAudioUnit:displayFlags:"
|
|
91
91
|
)
|
|
92
|
+
objc.registerNewKeywordsFromSelector("CANetworkBrowserWindowController", b"init")
|
|
92
93
|
expressions = {}
|
|
93
94
|
|
|
94
95
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-CoreAudioKit
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework CoreAudioKit on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,15 +24,15 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
36
|
-
Requires-Dist: pyobjc-framework-CoreAudio>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-CoreAudio>=12.2
|
|
37
36
|
Dynamic: author
|
|
38
37
|
Dynamic: author-email
|
|
39
38
|
Dynamic: classifier
|
|
@@ -24,5 +24,5 @@ PyObjCTest/test_canetworkbrowserwindowcontroller.py
|
|
|
24
24
|
PyObjCTest/test_coreaudiokit.py
|
|
25
25
|
metadata/CoreAudioKit.fwinfo
|
|
26
26
|
metadata/metadata.ini
|
|
27
|
-
metadata/raw/arm64-26.
|
|
28
|
-
metadata/raw/x86_64-26.
|
|
27
|
+
metadata/raw/arm64-26.5.fwinfo
|
|
28
|
+
metadata/raw/x86_64-26.5.fwinfo
|
{pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Modules/pyobjc-compat.h
RENAMED
|
@@ -22,12 +22,14 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
22
22
|
* Start of compiler definitions
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
|
+
#if 0
|
|
25
26
|
#ifndef __has_feature
|
|
26
27
|
#define __has_feature(x) 0
|
|
27
28
|
#endif
|
|
28
29
|
#ifndef __has_extension
|
|
29
30
|
#define __has_extension(x) __has_feature(x)
|
|
30
31
|
#endif
|
|
32
|
+
#endif
|
|
31
33
|
|
|
32
34
|
#if __has_extension(c_static_assert)
|
|
33
35
|
#define STATIC_ASSERT(test, message) _Static_assert(test, message)
|
|
@@ -55,46 +57,10 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
55
57
|
/*
|
|
56
58
|
*
|
|
57
59
|
* Start of compiler support helpers
|
|
58
|
-
*
|
|
59
|
-
* XXX: Are these needed?
|
|
60
60
|
*/
|
|
61
61
|
|
|
62
|
-
#ifdef __GNUC__
|
|
63
62
|
#define unlikely(x) __builtin_expect(!!(x), 0)
|
|
64
63
|
#define likely(x) __builtin_expect(!!(x), 1)
|
|
65
|
-
#else
|
|
66
|
-
#define likely(x) x
|
|
67
|
-
#define likely(x) x
|
|
68
|
-
#endif
|
|
69
|
-
|
|
70
|
-
/* On some versions of GCC <limits.h> defines LONG_LONG_MAX but not LLONG_MAX, compensate.
|
|
71
|
-
*/
|
|
72
|
-
#ifndef LLONG_MIN
|
|
73
|
-
#ifdef LONG_LONG_MIN
|
|
74
|
-
#define LLONG_MIN LONG_LONG_MIN
|
|
75
|
-
#define LLONG_MAX LONG_LONG_MAX
|
|
76
|
-
#define ULLONG_MAX ULONG_LONG_MAX
|
|
77
|
-
#endif
|
|
78
|
-
#endif
|
|
79
|
-
|
|
80
|
-
/*
|
|
81
|
-
*
|
|
82
|
-
* End of compiler support helpers
|
|
83
|
-
*
|
|
84
|
-
* XXX: These two are no longer needed, all supported platforms
|
|
85
|
-
* are 64-bit
|
|
86
|
-
*/
|
|
87
|
-
|
|
88
|
-
#if __LP64__
|
|
89
|
-
#define Py_ARG_NSInteger "l"
|
|
90
|
-
#define Py_ARG_NSUInteger "k"
|
|
91
|
-
#else
|
|
92
|
-
#define Py_ARG_NSInteger "i"
|
|
93
|
-
#define Py_ARG_NSUInteger "I"
|
|
94
|
-
#endif
|
|
95
|
-
|
|
96
|
-
#define PyObjC__STR(x) #x
|
|
97
|
-
#define PyObjC_STR(x) PyObjC__STR(x)
|
|
98
64
|
|
|
99
65
|
/*
|
|
100
66
|
*
|
|
@@ -131,20 +97,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
131
97
|
|
|
132
98
|
extern int PyObjC_Cmp(PyObject* o1, PyObject* o2, int* result);
|
|
133
99
|
|
|
134
|
-
/*
|
|
135
|
-
* A micro optimization: when using Python 3.3 or later it
|
|
136
|
-
* is possible to access a 'char*' with an ASCII representation
|
|
137
|
-
* of a unicode object without first converting it to a bytes
|
|
138
|
-
* string (if the string can be encoded as ASCII in the first
|
|
139
|
-
* place.
|
|
140
|
-
*
|
|
141
|
-
* This slightly reduces the object allocation rate during
|
|
142
|
-
* attribute access.
|
|
143
|
-
*
|
|
144
|
-
* XXX: Use PyUnicode_AsUTF8 instead.
|
|
145
|
-
*/
|
|
146
|
-
extern const char* _Nullable PyObjC_Unicode_Fast_Bytes(PyObject* object);
|
|
147
|
-
|
|
148
100
|
#ifdef __clang__
|
|
149
101
|
|
|
150
102
|
#ifndef Py_LIMITED_API
|
|
@@ -286,6 +238,23 @@ static inline PyObject* _Nullable PyList_GetItemRef(PyObject* l, Py_ssize_t i)
|
|
|
286
238
|
Py_XINCREF(result);
|
|
287
239
|
return result;
|
|
288
240
|
}
|
|
241
|
+
|
|
242
|
+
static inline int
|
|
243
|
+
PyDict_SetDefaultRef(PyObject* p, PyObject* key, PyObject* default_value,
|
|
244
|
+
PyObject* _Nonnull* _Nullable result)
|
|
245
|
+
{
|
|
246
|
+
*result = PyDict_SetDefault(p, key, default_value);
|
|
247
|
+
if (*result == NULL) {
|
|
248
|
+
return -1;
|
|
249
|
+
}
|
|
250
|
+
Py_INCREF(*result);
|
|
251
|
+
|
|
252
|
+
/* This does not follow the spec, should return 1 when the key was already
|
|
253
|
+
* in the dict. That part of the API is not used in PyObjC though.
|
|
254
|
+
*/
|
|
255
|
+
return 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
289
258
|
#endif
|
|
290
259
|
|
|
291
260
|
#if PY_VERSION_HEX < 0x030c0000
|
|
@@ -392,6 +361,11 @@ PyUnstable_TryIncRef(PyObject* op __attribute__((__unused__)))
|
|
|
392
361
|
}
|
|
393
362
|
#endif
|
|
394
363
|
|
|
364
|
+
#if PY_VERSION_HEX < 0x030f00a7
|
|
365
|
+
#define PyAnyDict_CheckExact PyDict_CheckExact
|
|
366
|
+
#define PyAnyDict_Check PyDict_Check
|
|
367
|
+
#endif
|
|
368
|
+
|
|
395
369
|
NS_ASSUME_NONNULL_END
|
|
396
370
|
|
|
397
371
|
#endif /* PyObjC_COMPAT_H */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-CoreAudioKit
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework CoreAudioKit on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,15 +24,15 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
36
|
-
Requires-Dist: pyobjc-framework-CoreAudio>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-CoreAudio>=12.2
|
|
37
36
|
Dynamic: author
|
|
38
37
|
Dynamic: author-email
|
|
39
38
|
Dynamic: classifier
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:45:40 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -20,19 +20,25 @@
|
|
|
20
20
|
"type": "^v"
|
|
21
21
|
},
|
|
22
22
|
"1": {
|
|
23
|
-
"type": "@"
|
|
23
|
+
"type": "@",
|
|
24
|
+
"type_name": "AUViewControllerBase *"
|
|
24
25
|
}
|
|
25
26
|
},
|
|
26
27
|
"retval": {
|
|
27
28
|
"type": "v"
|
|
28
29
|
}
|
|
29
30
|
},
|
|
31
|
+
"name": "completionHandler",
|
|
32
|
+
"null_accepted": true,
|
|
33
|
+
"type_name": "void (^)(AUViewControllerBase * _Nullable)",
|
|
30
34
|
"typestr": "@?",
|
|
31
35
|
"typestr_special": false
|
|
32
36
|
}
|
|
33
37
|
],
|
|
34
38
|
"class_method": false,
|
|
39
|
+
"introduced": "10.12",
|
|
35
40
|
"retval": {
|
|
41
|
+
"type_name": "void",
|
|
36
42
|
"typestr": "v",
|
|
37
43
|
"typestr_special": false
|
|
38
44
|
},
|
|
@@ -42,12 +48,17 @@
|
|
|
42
48
|
{
|
|
43
49
|
"args": [
|
|
44
50
|
{
|
|
51
|
+
"name": "availableViewConfigurations",
|
|
52
|
+
"null_accepted": true,
|
|
53
|
+
"type_name": "NSArray<AUAudioUnitViewConfiguration *> *",
|
|
45
54
|
"typestr": "@",
|
|
46
55
|
"typestr_special": false
|
|
47
56
|
}
|
|
48
57
|
],
|
|
49
58
|
"class_method": false,
|
|
59
|
+
"introduced": "10.13",
|
|
50
60
|
"retval": {
|
|
61
|
+
"type_name": "NSIndexSet *",
|
|
51
62
|
"typestr": "@",
|
|
52
63
|
"typestr_special": false
|
|
53
64
|
},
|
|
@@ -57,12 +68,17 @@
|
|
|
57
68
|
{
|
|
58
69
|
"args": [
|
|
59
70
|
{
|
|
71
|
+
"name": "viewConfiguration",
|
|
72
|
+
"null_accepted": true,
|
|
73
|
+
"type_name": "AUAudioUnitViewConfiguration *",
|
|
60
74
|
"typestr": "@",
|
|
61
75
|
"typestr_special": false
|
|
62
76
|
}
|
|
63
77
|
],
|
|
64
78
|
"class_method": false,
|
|
79
|
+
"introduced": "10.13",
|
|
65
80
|
"retval": {
|
|
81
|
+
"type_name": "void",
|
|
66
82
|
"typestr": "v",
|
|
67
83
|
"typestr_special": false
|
|
68
84
|
},
|
|
@@ -80,20 +96,29 @@
|
|
|
80
96
|
{
|
|
81
97
|
"args": [
|
|
82
98
|
{
|
|
99
|
+
"name": "width",
|
|
100
|
+
"type_name": "CGFloat",
|
|
83
101
|
"typestr": "d",
|
|
84
102
|
"typestr_special": false
|
|
85
103
|
},
|
|
86
104
|
{
|
|
105
|
+
"name": "height",
|
|
106
|
+
"type_name": "CGFloat",
|
|
87
107
|
"typestr": "d",
|
|
88
108
|
"typestr_special": false
|
|
89
109
|
},
|
|
90
110
|
{
|
|
111
|
+
"name": "hostHasController",
|
|
112
|
+
"type_name": "BOOL",
|
|
91
113
|
"typestr": "Z",
|
|
92
114
|
"typestr_special": true
|
|
93
115
|
}
|
|
94
116
|
],
|
|
95
117
|
"class_method": false,
|
|
118
|
+
"introduced": "10.13",
|
|
96
119
|
"retval": {
|
|
120
|
+
"instancetype": true,
|
|
121
|
+
"type_name": "instancetype",
|
|
97
122
|
"typestr": "@",
|
|
98
123
|
"typestr_special": false
|
|
99
124
|
},
|
|
@@ -103,7 +128,9 @@
|
|
|
103
128
|
{
|
|
104
129
|
"args": [],
|
|
105
130
|
"class_method": false,
|
|
131
|
+
"introduced": "10.13",
|
|
106
132
|
"retval": {
|
|
133
|
+
"type_name": "CGFloat",
|
|
107
134
|
"typestr": "d",
|
|
108
135
|
"typestr_special": false
|
|
109
136
|
},
|
|
@@ -113,7 +140,9 @@
|
|
|
113
140
|
{
|
|
114
141
|
"args": [],
|
|
115
142
|
"class_method": false,
|
|
143
|
+
"introduced": "10.13",
|
|
116
144
|
"retval": {
|
|
145
|
+
"type_name": "CGFloat",
|
|
117
146
|
"typestr": "d",
|
|
118
147
|
"typestr_special": false
|
|
119
148
|
},
|
|
@@ -123,7 +152,9 @@
|
|
|
123
152
|
{
|
|
124
153
|
"args": [],
|
|
125
154
|
"class_method": false,
|
|
155
|
+
"introduced": "10.13",
|
|
126
156
|
"retval": {
|
|
157
|
+
"type_name": "BOOL",
|
|
127
158
|
"typestr": "Z",
|
|
128
159
|
"typestr_special": true
|
|
129
160
|
},
|
|
@@ -139,6 +170,7 @@
|
|
|
139
170
|
"readonly"
|
|
140
171
|
],
|
|
141
172
|
"name": "width",
|
|
173
|
+
"type_name": "CGFloat",
|
|
142
174
|
"typestr": "d",
|
|
143
175
|
"typestr_special": false
|
|
144
176
|
},
|
|
@@ -148,6 +180,7 @@
|
|
|
148
180
|
"readonly"
|
|
149
181
|
],
|
|
150
182
|
"name": "height",
|
|
183
|
+
"type_name": "CGFloat",
|
|
151
184
|
"typestr": "d",
|
|
152
185
|
"typestr_special": false
|
|
153
186
|
},
|
|
@@ -157,6 +190,7 @@
|
|
|
157
190
|
"readonly"
|
|
158
191
|
],
|
|
159
192
|
"name": "hostHasController",
|
|
193
|
+
"type_name": "BOOL",
|
|
160
194
|
"typestr": "Z",
|
|
161
195
|
"typestr_special": true
|
|
162
196
|
}
|
|
@@ -172,12 +206,17 @@
|
|
|
172
206
|
{
|
|
173
207
|
"args": [
|
|
174
208
|
{
|
|
209
|
+
"name": "au",
|
|
210
|
+
"null_accepted": true,
|
|
211
|
+
"type_name": "AudioUnit",
|
|
175
212
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
176
213
|
"typestr_special": false
|
|
177
214
|
}
|
|
178
215
|
],
|
|
179
216
|
"class_method": false,
|
|
217
|
+
"introduced": "10.4",
|
|
180
218
|
"retval": {
|
|
219
|
+
"type_name": "AUGenericView *",
|
|
181
220
|
"typestr": "@",
|
|
182
221
|
"typestr_special": false
|
|
183
222
|
},
|
|
@@ -187,16 +226,23 @@
|
|
|
187
226
|
{
|
|
188
227
|
"args": [
|
|
189
228
|
{
|
|
229
|
+
"name": "inAudioUnit",
|
|
230
|
+
"null_accepted": true,
|
|
231
|
+
"type_name": "AudioUnit",
|
|
190
232
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
191
233
|
"typestr_special": false
|
|
192
234
|
},
|
|
193
235
|
{
|
|
236
|
+
"name": "inFlags",
|
|
237
|
+
"type_name": "AUGenericViewDisplayFlags",
|
|
194
238
|
"typestr": "I",
|
|
195
239
|
"typestr_special": false
|
|
196
240
|
}
|
|
197
241
|
],
|
|
198
242
|
"class_method": false,
|
|
243
|
+
"introduced": "10.4",
|
|
199
244
|
"retval": {
|
|
245
|
+
"type_name": "AUGenericView *",
|
|
200
246
|
"typestr": "@",
|
|
201
247
|
"typestr_special": false
|
|
202
248
|
},
|
|
@@ -206,7 +252,9 @@
|
|
|
206
252
|
{
|
|
207
253
|
"args": [],
|
|
208
254
|
"class_method": false,
|
|
255
|
+
"introduced": "10.4",
|
|
209
256
|
"retval": {
|
|
257
|
+
"type_name": "AudioUnit",
|
|
210
258
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
211
259
|
"typestr_special": false
|
|
212
260
|
},
|
|
@@ -216,7 +264,9 @@
|
|
|
216
264
|
{
|
|
217
265
|
"args": [],
|
|
218
266
|
"class_method": false,
|
|
267
|
+
"introduced": "10.4",
|
|
219
268
|
"retval": {
|
|
269
|
+
"type_name": "BOOL",
|
|
220
270
|
"typestr": "Z",
|
|
221
271
|
"typestr_special": true
|
|
222
272
|
},
|
|
@@ -226,12 +276,16 @@
|
|
|
226
276
|
{
|
|
227
277
|
"args": [
|
|
228
278
|
{
|
|
279
|
+
"name": "showsExpertParameters",
|
|
280
|
+
"type_name": "BOOL",
|
|
229
281
|
"typestr": "Z",
|
|
230
282
|
"typestr_special": true
|
|
231
283
|
}
|
|
232
284
|
],
|
|
233
285
|
"class_method": false,
|
|
286
|
+
"introduced": "10.4",
|
|
234
287
|
"retval": {
|
|
288
|
+
"type_name": "void",
|
|
235
289
|
"typestr": "v",
|
|
236
290
|
"typestr_special": false
|
|
237
291
|
},
|
|
@@ -246,12 +300,14 @@
|
|
|
246
300
|
"readonly"
|
|
247
301
|
],
|
|
248
302
|
"name": "audioUnit",
|
|
303
|
+
"type_name": "AudioUnit",
|
|
249
304
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
250
305
|
"typestr_special": false
|
|
251
306
|
},
|
|
252
307
|
{
|
|
253
308
|
"attributes": [],
|
|
254
309
|
"name": "showsExpertParameters",
|
|
310
|
+
"type_name": "BOOL",
|
|
255
311
|
"typestr": "Z",
|
|
256
312
|
"typestr_special": true
|
|
257
313
|
}
|
|
@@ -267,7 +323,9 @@
|
|
|
267
323
|
{
|
|
268
324
|
"args": [],
|
|
269
325
|
"class_method": false,
|
|
326
|
+
"introduced": "13.0",
|
|
270
327
|
"retval": {
|
|
328
|
+
"type_name": "AUAudioUnit *",
|
|
271
329
|
"typestr": "@",
|
|
272
330
|
"typestr_special": false
|
|
273
331
|
},
|
|
@@ -277,12 +335,17 @@
|
|
|
277
335
|
{
|
|
278
336
|
"args": [
|
|
279
337
|
{
|
|
338
|
+
"name": "auAudioUnit",
|
|
339
|
+
"null_accepted": true,
|
|
340
|
+
"type_name": "AUAudioUnit *",
|
|
280
341
|
"typestr": "@",
|
|
281
342
|
"typestr_special": false
|
|
282
343
|
}
|
|
283
344
|
],
|
|
284
345
|
"class_method": false,
|
|
346
|
+
"introduced": "13.0",
|
|
285
347
|
"retval": {
|
|
348
|
+
"type_name": "void",
|
|
286
349
|
"typestr": "v",
|
|
287
350
|
"typestr_special": false
|
|
288
351
|
},
|
|
@@ -298,6 +361,7 @@
|
|
|
298
361
|
"strong"
|
|
299
362
|
],
|
|
300
363
|
"name": "auAudioUnit",
|
|
364
|
+
"type_name": "AUAudioUnit *",
|
|
301
365
|
"typestr": "@",
|
|
302
366
|
"typestr_special": false
|
|
303
367
|
}
|
|
@@ -311,12 +375,17 @@
|
|
|
311
375
|
{
|
|
312
376
|
"args": [
|
|
313
377
|
{
|
|
378
|
+
"name": "au",
|
|
379
|
+
"null_accepted": true,
|
|
380
|
+
"type_name": "AudioUnit",
|
|
314
381
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
315
382
|
"typestr_special": false
|
|
316
383
|
}
|
|
317
384
|
],
|
|
318
385
|
"class_method": true,
|
|
386
|
+
"introduced": "10.5",
|
|
319
387
|
"retval": {
|
|
388
|
+
"type_name": "AUPannerView *",
|
|
320
389
|
"typestr": "@",
|
|
321
390
|
"typestr_special": false
|
|
322
391
|
},
|
|
@@ -326,7 +395,9 @@
|
|
|
326
395
|
{
|
|
327
396
|
"args": [],
|
|
328
397
|
"class_method": false,
|
|
398
|
+
"introduced": "10.5",
|
|
329
399
|
"retval": {
|
|
400
|
+
"type_name": "AudioUnit",
|
|
330
401
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
331
402
|
"typestr_special": false
|
|
332
403
|
},
|
|
@@ -341,6 +412,7 @@
|
|
|
341
412
|
"readonly"
|
|
342
413
|
],
|
|
343
414
|
"name": "audioUnit",
|
|
415
|
+
"type_name": "AudioUnit",
|
|
344
416
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
345
417
|
"typestr_special": false
|
|
346
418
|
}
|
|
@@ -380,7 +452,9 @@
|
|
|
380
452
|
{
|
|
381
453
|
"args": [],
|
|
382
454
|
"class_method": true,
|
|
455
|
+
"introduced": "10.11",
|
|
383
456
|
"retval": {
|
|
457
|
+
"type_name": "BOOL",
|
|
384
458
|
"typestr": "Z",
|
|
385
459
|
"typestr_special": true
|
|
386
460
|
},
|
|
@@ -390,7 +464,10 @@
|
|
|
390
464
|
{
|
|
391
465
|
"args": [],
|
|
392
466
|
"class_method": false,
|
|
467
|
+
"introduced": "10.11",
|
|
393
468
|
"retval": {
|
|
469
|
+
"instancetype": true,
|
|
470
|
+
"type_name": "instancetype",
|
|
394
471
|
"typestr": "@",
|
|
395
472
|
"typestr_special": false
|
|
396
473
|
},
|
|
@@ -405,9 +482,18 @@
|
|
|
405
482
|
}
|
|
406
483
|
},
|
|
407
484
|
"enum": {
|
|
408
|
-
"AUViewParametersDisplayFlag":
|
|
409
|
-
|
|
410
|
-
|
|
485
|
+
"AUViewParametersDisplayFlag": {
|
|
486
|
+
"enum": "AUGenericViewDisplayFlags",
|
|
487
|
+
"value": 4
|
|
488
|
+
},
|
|
489
|
+
"AUViewPropertiesDisplayFlag": {
|
|
490
|
+
"enum": "AUGenericViewDisplayFlags",
|
|
491
|
+
"value": 2
|
|
492
|
+
},
|
|
493
|
+
"AUViewTitleDisplayFlag": {
|
|
494
|
+
"enum": "AUGenericViewDisplayFlags",
|
|
495
|
+
"value": 1
|
|
496
|
+
}
|
|
411
497
|
},
|
|
412
498
|
"enum_type": {
|
|
413
499
|
"AUGenericViewDisplayFlags": {
|
|
@@ -423,8 +509,10 @@
|
|
|
423
509
|
{
|
|
424
510
|
"args": [],
|
|
425
511
|
"class_method": false,
|
|
512
|
+
"introduced": "10.6",
|
|
426
513
|
"required": true,
|
|
427
514
|
"retval": {
|
|
515
|
+
"type_name": "NSDictionary<NSString *,id> *",
|
|
428
516
|
"typestr": "@",
|
|
429
517
|
"typestr_special": false
|
|
430
518
|
},
|
|
@@ -434,13 +522,18 @@
|
|
|
434
522
|
{
|
|
435
523
|
"args": [
|
|
436
524
|
{
|
|
525
|
+
"name": "customViewPersistentData",
|
|
526
|
+
"null_accepted": true,
|
|
527
|
+
"type_name": "NSDictionary<NSString *,id> *",
|
|
437
528
|
"typestr": "@",
|
|
438
529
|
"typestr_special": false
|
|
439
530
|
}
|
|
440
531
|
],
|
|
441
532
|
"class_method": false,
|
|
533
|
+
"introduced": "10.6",
|
|
442
534
|
"required": true,
|
|
443
535
|
"retval": {
|
|
536
|
+
"type_name": "void",
|
|
444
537
|
"typestr": "v",
|
|
445
538
|
"typestr_special": false
|
|
446
539
|
},
|
|
@@ -455,6 +548,7 @@
|
|
|
455
548
|
"nonatomic"
|
|
456
549
|
],
|
|
457
550
|
"name": "customViewPersistentData",
|
|
551
|
+
"type_name": "NSDictionary<NSString *,id> *",
|
|
458
552
|
"typestr": "@",
|
|
459
553
|
"typestr_special": false
|
|
460
554
|
}
|
|
@@ -483,6 +577,6 @@
|
|
|
483
577
|
"CAInterDeviceAudioViewController.h",
|
|
484
578
|
"CANetworkBrowserWindowController.h"
|
|
485
579
|
],
|
|
486
|
-
"release": "
|
|
487
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
580
|
+
"release": "26.5",
|
|
581
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
488
582
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:45:37 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -20,19 +20,25 @@
|
|
|
20
20
|
"type": "^v"
|
|
21
21
|
},
|
|
22
22
|
"1": {
|
|
23
|
-
"type": "@"
|
|
23
|
+
"type": "@",
|
|
24
|
+
"type_name": "AUViewControllerBase *"
|
|
24
25
|
}
|
|
25
26
|
},
|
|
26
27
|
"retval": {
|
|
27
28
|
"type": "v"
|
|
28
29
|
}
|
|
29
30
|
},
|
|
31
|
+
"name": "completionHandler",
|
|
32
|
+
"null_accepted": true,
|
|
33
|
+
"type_name": "void (^)(AUViewControllerBase * _Nullable)",
|
|
30
34
|
"typestr": "@?",
|
|
31
35
|
"typestr_special": false
|
|
32
36
|
}
|
|
33
37
|
],
|
|
34
38
|
"class_method": false,
|
|
39
|
+
"introduced": "10.12",
|
|
35
40
|
"retval": {
|
|
41
|
+
"type_name": "void",
|
|
36
42
|
"typestr": "v",
|
|
37
43
|
"typestr_special": false
|
|
38
44
|
},
|
|
@@ -42,12 +48,17 @@
|
|
|
42
48
|
{
|
|
43
49
|
"args": [
|
|
44
50
|
{
|
|
51
|
+
"name": "availableViewConfigurations",
|
|
52
|
+
"null_accepted": true,
|
|
53
|
+
"type_name": "NSArray<AUAudioUnitViewConfiguration *> *",
|
|
45
54
|
"typestr": "@",
|
|
46
55
|
"typestr_special": false
|
|
47
56
|
}
|
|
48
57
|
],
|
|
49
58
|
"class_method": false,
|
|
59
|
+
"introduced": "10.13",
|
|
50
60
|
"retval": {
|
|
61
|
+
"type_name": "NSIndexSet *",
|
|
51
62
|
"typestr": "@",
|
|
52
63
|
"typestr_special": false
|
|
53
64
|
},
|
|
@@ -57,12 +68,17 @@
|
|
|
57
68
|
{
|
|
58
69
|
"args": [
|
|
59
70
|
{
|
|
71
|
+
"name": "viewConfiguration",
|
|
72
|
+
"null_accepted": true,
|
|
73
|
+
"type_name": "AUAudioUnitViewConfiguration *",
|
|
60
74
|
"typestr": "@",
|
|
61
75
|
"typestr_special": false
|
|
62
76
|
}
|
|
63
77
|
],
|
|
64
78
|
"class_method": false,
|
|
79
|
+
"introduced": "10.13",
|
|
65
80
|
"retval": {
|
|
81
|
+
"type_name": "void",
|
|
66
82
|
"typestr": "v",
|
|
67
83
|
"typestr_special": false
|
|
68
84
|
},
|
|
@@ -80,20 +96,29 @@
|
|
|
80
96
|
{
|
|
81
97
|
"args": [
|
|
82
98
|
{
|
|
99
|
+
"name": "width",
|
|
100
|
+
"type_name": "CGFloat",
|
|
83
101
|
"typestr": "d",
|
|
84
102
|
"typestr_special": false
|
|
85
103
|
},
|
|
86
104
|
{
|
|
105
|
+
"name": "height",
|
|
106
|
+
"type_name": "CGFloat",
|
|
87
107
|
"typestr": "d",
|
|
88
108
|
"typestr_special": false
|
|
89
109
|
},
|
|
90
110
|
{
|
|
111
|
+
"name": "hostHasController",
|
|
112
|
+
"type_name": "BOOL",
|
|
91
113
|
"typestr": "Z",
|
|
92
114
|
"typestr_special": true
|
|
93
115
|
}
|
|
94
116
|
],
|
|
95
117
|
"class_method": false,
|
|
118
|
+
"introduced": "10.13",
|
|
96
119
|
"retval": {
|
|
120
|
+
"instancetype": true,
|
|
121
|
+
"type_name": "instancetype",
|
|
97
122
|
"typestr": "@",
|
|
98
123
|
"typestr_special": false
|
|
99
124
|
},
|
|
@@ -103,7 +128,9 @@
|
|
|
103
128
|
{
|
|
104
129
|
"args": [],
|
|
105
130
|
"class_method": false,
|
|
131
|
+
"introduced": "10.13",
|
|
106
132
|
"retval": {
|
|
133
|
+
"type_name": "CGFloat",
|
|
107
134
|
"typestr": "d",
|
|
108
135
|
"typestr_special": false
|
|
109
136
|
},
|
|
@@ -113,7 +140,9 @@
|
|
|
113
140
|
{
|
|
114
141
|
"args": [],
|
|
115
142
|
"class_method": false,
|
|
143
|
+
"introduced": "10.13",
|
|
116
144
|
"retval": {
|
|
145
|
+
"type_name": "CGFloat",
|
|
117
146
|
"typestr": "d",
|
|
118
147
|
"typestr_special": false
|
|
119
148
|
},
|
|
@@ -123,7 +152,9 @@
|
|
|
123
152
|
{
|
|
124
153
|
"args": [],
|
|
125
154
|
"class_method": false,
|
|
155
|
+
"introduced": "10.13",
|
|
126
156
|
"retval": {
|
|
157
|
+
"type_name": "BOOL",
|
|
127
158
|
"typestr": "Z",
|
|
128
159
|
"typestr_special": true
|
|
129
160
|
},
|
|
@@ -139,6 +170,7 @@
|
|
|
139
170
|
"readonly"
|
|
140
171
|
],
|
|
141
172
|
"name": "width",
|
|
173
|
+
"type_name": "CGFloat",
|
|
142
174
|
"typestr": "d",
|
|
143
175
|
"typestr_special": false
|
|
144
176
|
},
|
|
@@ -148,6 +180,7 @@
|
|
|
148
180
|
"readonly"
|
|
149
181
|
],
|
|
150
182
|
"name": "height",
|
|
183
|
+
"type_name": "CGFloat",
|
|
151
184
|
"typestr": "d",
|
|
152
185
|
"typestr_special": false
|
|
153
186
|
},
|
|
@@ -157,6 +190,7 @@
|
|
|
157
190
|
"readonly"
|
|
158
191
|
],
|
|
159
192
|
"name": "hostHasController",
|
|
193
|
+
"type_name": "BOOL",
|
|
160
194
|
"typestr": "Z",
|
|
161
195
|
"typestr_special": true
|
|
162
196
|
}
|
|
@@ -172,12 +206,17 @@
|
|
|
172
206
|
{
|
|
173
207
|
"args": [
|
|
174
208
|
{
|
|
209
|
+
"name": "au",
|
|
210
|
+
"null_accepted": true,
|
|
211
|
+
"type_name": "AudioUnit",
|
|
175
212
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
176
213
|
"typestr_special": false
|
|
177
214
|
}
|
|
178
215
|
],
|
|
179
216
|
"class_method": false,
|
|
217
|
+
"introduced": "10.4",
|
|
180
218
|
"retval": {
|
|
219
|
+
"type_name": "AUGenericView *",
|
|
181
220
|
"typestr": "@",
|
|
182
221
|
"typestr_special": false
|
|
183
222
|
},
|
|
@@ -187,16 +226,23 @@
|
|
|
187
226
|
{
|
|
188
227
|
"args": [
|
|
189
228
|
{
|
|
229
|
+
"name": "inAudioUnit",
|
|
230
|
+
"null_accepted": true,
|
|
231
|
+
"type_name": "AudioUnit",
|
|
190
232
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
191
233
|
"typestr_special": false
|
|
192
234
|
},
|
|
193
235
|
{
|
|
236
|
+
"name": "inFlags",
|
|
237
|
+
"type_name": "AUGenericViewDisplayFlags",
|
|
194
238
|
"typestr": "I",
|
|
195
239
|
"typestr_special": false
|
|
196
240
|
}
|
|
197
241
|
],
|
|
198
242
|
"class_method": false,
|
|
243
|
+
"introduced": "10.4",
|
|
199
244
|
"retval": {
|
|
245
|
+
"type_name": "AUGenericView *",
|
|
200
246
|
"typestr": "@",
|
|
201
247
|
"typestr_special": false
|
|
202
248
|
},
|
|
@@ -206,7 +252,9 @@
|
|
|
206
252
|
{
|
|
207
253
|
"args": [],
|
|
208
254
|
"class_method": false,
|
|
255
|
+
"introduced": "10.4",
|
|
209
256
|
"retval": {
|
|
257
|
+
"type_name": "AudioUnit",
|
|
210
258
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
211
259
|
"typestr_special": false
|
|
212
260
|
},
|
|
@@ -216,7 +264,9 @@
|
|
|
216
264
|
{
|
|
217
265
|
"args": [],
|
|
218
266
|
"class_method": false,
|
|
267
|
+
"introduced": "10.4",
|
|
219
268
|
"retval": {
|
|
269
|
+
"type_name": "BOOL",
|
|
220
270
|
"typestr": "Z",
|
|
221
271
|
"typestr_special": true
|
|
222
272
|
},
|
|
@@ -226,12 +276,16 @@
|
|
|
226
276
|
{
|
|
227
277
|
"args": [
|
|
228
278
|
{
|
|
279
|
+
"name": "showsExpertParameters",
|
|
280
|
+
"type_name": "BOOL",
|
|
229
281
|
"typestr": "Z",
|
|
230
282
|
"typestr_special": true
|
|
231
283
|
}
|
|
232
284
|
],
|
|
233
285
|
"class_method": false,
|
|
286
|
+
"introduced": "10.4",
|
|
234
287
|
"retval": {
|
|
288
|
+
"type_name": "void",
|
|
235
289
|
"typestr": "v",
|
|
236
290
|
"typestr_special": false
|
|
237
291
|
},
|
|
@@ -246,12 +300,14 @@
|
|
|
246
300
|
"readonly"
|
|
247
301
|
],
|
|
248
302
|
"name": "audioUnit",
|
|
303
|
+
"type_name": "AudioUnit",
|
|
249
304
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
250
305
|
"typestr_special": false
|
|
251
306
|
},
|
|
252
307
|
{
|
|
253
308
|
"attributes": [],
|
|
254
309
|
"name": "showsExpertParameters",
|
|
310
|
+
"type_name": "BOOL",
|
|
255
311
|
"typestr": "Z",
|
|
256
312
|
"typestr_special": true
|
|
257
313
|
}
|
|
@@ -267,7 +323,9 @@
|
|
|
267
323
|
{
|
|
268
324
|
"args": [],
|
|
269
325
|
"class_method": false,
|
|
326
|
+
"introduced": "13.0",
|
|
270
327
|
"retval": {
|
|
328
|
+
"type_name": "AUAudioUnit *",
|
|
271
329
|
"typestr": "@",
|
|
272
330
|
"typestr_special": false
|
|
273
331
|
},
|
|
@@ -277,12 +335,17 @@
|
|
|
277
335
|
{
|
|
278
336
|
"args": [
|
|
279
337
|
{
|
|
338
|
+
"name": "auAudioUnit",
|
|
339
|
+
"null_accepted": true,
|
|
340
|
+
"type_name": "AUAudioUnit *",
|
|
280
341
|
"typestr": "@",
|
|
281
342
|
"typestr_special": false
|
|
282
343
|
}
|
|
283
344
|
],
|
|
284
345
|
"class_method": false,
|
|
346
|
+
"introduced": "13.0",
|
|
285
347
|
"retval": {
|
|
348
|
+
"type_name": "void",
|
|
286
349
|
"typestr": "v",
|
|
287
350
|
"typestr_special": false
|
|
288
351
|
},
|
|
@@ -298,6 +361,7 @@
|
|
|
298
361
|
"strong"
|
|
299
362
|
],
|
|
300
363
|
"name": "auAudioUnit",
|
|
364
|
+
"type_name": "AUAudioUnit *",
|
|
301
365
|
"typestr": "@",
|
|
302
366
|
"typestr_special": false
|
|
303
367
|
}
|
|
@@ -311,12 +375,17 @@
|
|
|
311
375
|
{
|
|
312
376
|
"args": [
|
|
313
377
|
{
|
|
378
|
+
"name": "au",
|
|
379
|
+
"null_accepted": true,
|
|
380
|
+
"type_name": "AudioUnit",
|
|
314
381
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
315
382
|
"typestr_special": false
|
|
316
383
|
}
|
|
317
384
|
],
|
|
318
385
|
"class_method": true,
|
|
386
|
+
"introduced": "10.5",
|
|
319
387
|
"retval": {
|
|
388
|
+
"type_name": "AUPannerView *",
|
|
320
389
|
"typestr": "@",
|
|
321
390
|
"typestr_special": false
|
|
322
391
|
},
|
|
@@ -326,7 +395,9 @@
|
|
|
326
395
|
{
|
|
327
396
|
"args": [],
|
|
328
397
|
"class_method": false,
|
|
398
|
+
"introduced": "10.5",
|
|
329
399
|
"retval": {
|
|
400
|
+
"type_name": "AudioUnit",
|
|
330
401
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
331
402
|
"typestr_special": false
|
|
332
403
|
},
|
|
@@ -341,6 +412,7 @@
|
|
|
341
412
|
"readonly"
|
|
342
413
|
],
|
|
343
414
|
"name": "audioUnit",
|
|
415
|
+
"type_name": "AudioUnit",
|
|
344
416
|
"typestr": "^{ComponentInstanceRecord=[1q]}",
|
|
345
417
|
"typestr_special": false
|
|
346
418
|
}
|
|
@@ -380,7 +452,9 @@
|
|
|
380
452
|
{
|
|
381
453
|
"args": [],
|
|
382
454
|
"class_method": true,
|
|
455
|
+
"introduced": "10.11",
|
|
383
456
|
"retval": {
|
|
457
|
+
"type_name": "BOOL",
|
|
384
458
|
"typestr": "Z",
|
|
385
459
|
"typestr_special": true
|
|
386
460
|
},
|
|
@@ -390,7 +464,10 @@
|
|
|
390
464
|
{
|
|
391
465
|
"args": [],
|
|
392
466
|
"class_method": false,
|
|
467
|
+
"introduced": "10.11",
|
|
393
468
|
"retval": {
|
|
469
|
+
"instancetype": true,
|
|
470
|
+
"type_name": "instancetype",
|
|
394
471
|
"typestr": "@",
|
|
395
472
|
"typestr_special": false
|
|
396
473
|
},
|
|
@@ -405,9 +482,18 @@
|
|
|
405
482
|
}
|
|
406
483
|
},
|
|
407
484
|
"enum": {
|
|
408
|
-
"AUViewParametersDisplayFlag":
|
|
409
|
-
|
|
410
|
-
|
|
485
|
+
"AUViewParametersDisplayFlag": {
|
|
486
|
+
"enum": "AUGenericViewDisplayFlags",
|
|
487
|
+
"value": 4
|
|
488
|
+
},
|
|
489
|
+
"AUViewPropertiesDisplayFlag": {
|
|
490
|
+
"enum": "AUGenericViewDisplayFlags",
|
|
491
|
+
"value": 2
|
|
492
|
+
},
|
|
493
|
+
"AUViewTitleDisplayFlag": {
|
|
494
|
+
"enum": "AUGenericViewDisplayFlags",
|
|
495
|
+
"value": 1
|
|
496
|
+
}
|
|
411
497
|
},
|
|
412
498
|
"enum_type": {
|
|
413
499
|
"AUGenericViewDisplayFlags": {
|
|
@@ -423,8 +509,10 @@
|
|
|
423
509
|
{
|
|
424
510
|
"args": [],
|
|
425
511
|
"class_method": false,
|
|
512
|
+
"introduced": "10.6",
|
|
426
513
|
"required": true,
|
|
427
514
|
"retval": {
|
|
515
|
+
"type_name": "NSDictionary<NSString *,id> *",
|
|
428
516
|
"typestr": "@",
|
|
429
517
|
"typestr_special": false
|
|
430
518
|
},
|
|
@@ -434,13 +522,18 @@
|
|
|
434
522
|
{
|
|
435
523
|
"args": [
|
|
436
524
|
{
|
|
525
|
+
"name": "customViewPersistentData",
|
|
526
|
+
"null_accepted": true,
|
|
527
|
+
"type_name": "NSDictionary<NSString *,id> *",
|
|
437
528
|
"typestr": "@",
|
|
438
529
|
"typestr_special": false
|
|
439
530
|
}
|
|
440
531
|
],
|
|
441
532
|
"class_method": false,
|
|
533
|
+
"introduced": "10.6",
|
|
442
534
|
"required": true,
|
|
443
535
|
"retval": {
|
|
536
|
+
"type_name": "void",
|
|
444
537
|
"typestr": "v",
|
|
445
538
|
"typestr_special": false
|
|
446
539
|
},
|
|
@@ -455,6 +548,7 @@
|
|
|
455
548
|
"nonatomic"
|
|
456
549
|
],
|
|
457
550
|
"name": "customViewPersistentData",
|
|
551
|
+
"type_name": "NSDictionary<NSString *,id> *",
|
|
458
552
|
"typestr": "@",
|
|
459
553
|
"typestr_special": false
|
|
460
554
|
}
|
|
@@ -483,6 +577,6 @@
|
|
|
483
577
|
"CAInterDeviceAudioViewController.h",
|
|
484
578
|
"CANetworkBrowserWindowController.h"
|
|
485
579
|
],
|
|
486
|
-
"release": "
|
|
487
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
580
|
+
"release": "26.5",
|
|
581
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
488
582
|
}
|
|
@@ -87,10 +87,10 @@ class oc_egg_info(egg_info.egg_info):
|
|
|
87
87
|
|
|
88
88
|
def write_build_info(self):
|
|
89
89
|
macos_version = subprocess.check_output(
|
|
90
|
-
["sw_vers", "-
|
|
90
|
+
["sw_vers", "-productVersion"], text=True
|
|
91
91
|
).strip()
|
|
92
92
|
macos_build = subprocess.check_output(
|
|
93
|
-
["sw_vers", "-
|
|
93
|
+
["sw_vers", "-buildVersion"], text=True
|
|
94
94
|
).strip()
|
|
95
95
|
clang_version = (
|
|
96
96
|
subprocess.check_output(["clang", "--version"], text=True)
|
|
@@ -228,7 +228,6 @@ Operating System :: MacOS :: MacOS X
|
|
|
228
228
|
Programming Language :: Python
|
|
229
229
|
Programming Language :: Python :: 3
|
|
230
230
|
Programming Language :: Python :: 3 :: Only
|
|
231
|
-
Programming Language :: Python :: 3.9
|
|
232
231
|
Programming Language :: Python :: 3.10
|
|
233
232
|
Programming Language :: Python :: 3.11
|
|
234
233
|
Programming Language :: Python :: 3.12
|
|
@@ -236,7 +235,7 @@ Programming Language :: Python :: 3.13
|
|
|
236
235
|
Programming Language :: Python :: 3.14
|
|
237
236
|
Programming Language :: Python :: 3.15
|
|
238
237
|
Programming Language :: Python :: Implementation :: CPython
|
|
239
|
-
Programming Language :: Python :: Free Threading ::
|
|
238
|
+
Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
240
239
|
Programming Language :: Objective C
|
|
241
240
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
242
241
|
Topic :: Software Development :: User Interfaces
|
|
@@ -678,7 +677,7 @@ def setup(
|
|
|
678
677
|
zip_safe=False,
|
|
679
678
|
license="MIT",
|
|
680
679
|
classifiers=CLASSIFIERS,
|
|
681
|
-
python_requires=">=3.
|
|
680
|
+
python_requires=">=3.10",
|
|
682
681
|
keywords=["PyObjC"] + [p for p in k["packages"] if p not in ("PyObjCTools",)],
|
|
683
682
|
options=options,
|
|
684
683
|
**k,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Modules/_CoreAudioKit.m
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/Modules/pyobjc-api.h
RENAMED
|
File without changes
|
{pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_coreaudiokit-12.0 → pyobjc_framework_coreaudiokit-12.2}/metadata/metadata.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|