pyobjc-framework-CoreMediaIO 10.1__tar.gz → 11.0__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-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/CoreMediaIO/__init__.py +28 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/CoreMediaIO/_metadata.py +52 -121
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/pyobjc_framework_CoreMediaIO.egg-info/PKG-INFO +5 -5
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/pyobjc_framework_CoreMediaIO.egg-info/SOURCES.txt +5 -4
- pyobjc_framework_coremediaio-11.0/Lib/pyobjc_framework_CoreMediaIO.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_coremediaio-11.0/Lib/pyobjc_framework_CoreMediaIO.egg-info/requires.txt +2 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/License.txt +1 -1
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Modules/_CoreMediaIO.m +47 -12
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Modules/pyobjc-api.h +1 -1
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Modules/pyobjc-compat.h +80 -5
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PKG-INFO +5 -5
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmioextensionproperties.py +5 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/CoreMediaIO.fwinfo +2 -0
- pyobjc_framework_coremediaio-11.0/metadata/raw/arm64-14.5.fwinfo +4311 -0
- pyobjc-framework-CoreMediaIO-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_coremediaio-11.0/metadata/raw/arm64-15.0.fwinfo +87 -89
- pyobjc_framework_coremediaio-11.0/metadata/raw/x86_64-14.5.fwinfo +4311 -0
- pyobjc-framework-CoreMediaIO-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_coremediaio-11.0/metadata/raw/x86_64-15.0.fwinfo +87 -89
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/pyobjc_setup.py +121 -27
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/setup.py +2 -3
- pyobjc-framework-CoreMediaIO-10.1/Lib/pyobjc_framework_CoreMediaIO.egg-info/requires.txt +0 -2
- pyobjc-framework-CoreMediaIO-10.1/metadata/raw/arm64-12.0.fwinfo +0 -1297
- pyobjc-framework-CoreMediaIO-10.1/metadata/raw/x86_64-12.0.fwinfo +0 -1297
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/pyobjc_framework_CoreMediaIO.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/pyobjc_framework_CoreMediaIO.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/pyobjc_framework_CoreMediaIO.egg-info/top_level.txt +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/MANIFEST.in +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmioextensiondevice.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmioextensionprovider.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmioextensionstream.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmiohardware.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmiohardwarecontrol.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmiohardwaredevice.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmiohardwareobject.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmiohardwarestream.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmiohardwaresystem.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_cmiosamplebuffer.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/PyObjCTest/test_coremediaio.py +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/metadata.ini +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/raw/x86_64-10.13.fwinfo +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/raw/x86_64-10.14.fwinfo +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/pyproject.toml +0 -0
- {pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/setup.cfg +0 -0
{pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/CoreMediaIO/__init__.py
RENAMED
|
@@ -31,6 +31,34 @@ def _setup():
|
|
|
31
31
|
globals()["__dir__"] = dir_func
|
|
32
32
|
globals()["__getattr__"] = getattr_func
|
|
33
33
|
|
|
34
|
+
for cls, sel in (
|
|
35
|
+
("CMIOExtensionStreamProperties", b"init"),
|
|
36
|
+
("CMIOExtensionStreamProperties", b"new"),
|
|
37
|
+
("CMIOExtensionStream", b"init"),
|
|
38
|
+
("CMIOExtensionStream", b"new"),
|
|
39
|
+
("CMIOExtensionPropertyAttributes", b"init"),
|
|
40
|
+
("CMIOExtensionPropertyAttributes", b"new"),
|
|
41
|
+
("CMIOExtensionPropertyState", b"init"),
|
|
42
|
+
("CMIOExtensionPropertyState", b"new"),
|
|
43
|
+
("CMIOExtensionStreamCustomClockConfiguration", b"init"),
|
|
44
|
+
("CMIOExtensionStreamCustomClockConfiguration", b"new"),
|
|
45
|
+
("CMIOExtensionStreamFormat", b"init"),
|
|
46
|
+
("CMIOExtensionStreamFormat", b"new"),
|
|
47
|
+
("CMIOExtensionScheduledOutput", b"init"),
|
|
48
|
+
("CMIOExtensionScheduledOutput", b"new"),
|
|
49
|
+
("CMIOExtensionClient", b"init"),
|
|
50
|
+
("CMIOExtensionClient", b"new"),
|
|
51
|
+
("CMIOExtensionDeviceProperties", b"init"),
|
|
52
|
+
("CMIOExtensionDeviceProperties", b"new"),
|
|
53
|
+
("CMIOExtensionDevice", b"init"),
|
|
54
|
+
("CMIOExtensionDevice", b"new"),
|
|
55
|
+
("CMIOExtensionProviderProperties", b"init"),
|
|
56
|
+
("CMIOExtensionProviderProperties", b"new"),
|
|
57
|
+
("CMIOExtensionProvider", b"init"),
|
|
58
|
+
("CMIOExtensionProvider", b"new"),
|
|
59
|
+
):
|
|
60
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
61
|
+
|
|
34
62
|
del sys.modules["CoreMediaIO._metadata"]
|
|
35
63
|
|
|
36
64
|
|
{pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Lib/CoreMediaIO/_metadata.py
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Fri Nov 15 13:01:14 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -81,131 +81,15 @@ misc.update(
|
|
|
81
81
|
),
|
|
82
82
|
}
|
|
83
83
|
)
|
|
84
|
-
constants = """$CMIOExtensionInfoDictionaryKey$CMIOExtensionMachServiceNameKey$CMIOExtensionPropertyDeviceCanBeDefaultInputDevice$CMIOExtensionPropertyDeviceCanBeDefaultOutputDevice$CMIOExtensionPropertyDeviceIsSuspended$CMIOExtensionPropertyDeviceLinkedCoreAudioDeviceUID$CMIOExtensionPropertyDeviceModel$CMIOExtensionPropertyDeviceTransportType$CMIOExtensionPropertyProviderManufacturer$CMIOExtensionPropertyProviderName$CMIOExtensionPropertyStreamActiveFormatIndex$CMIOExtensionPropertyStreamFrameDuration$CMIOExtensionPropertyStreamMaxFrameDuration$CMIOExtensionPropertyStreamSinkBufferQueueSize$CMIOExtensionPropertyStreamSinkBufferUnderrunCount$CMIOExtensionPropertyStreamSinkBuffersRequiredForStartup$CMIOExtensionPropertyStreamSinkEndOfData$kCMIOBlockBufferAttachmentKey_CVPixelBufferReference$kCMIOSampleBufferAttachmentKey_CAAudioTimeStamp$kCMIOSampleBufferAttachmentKey_ClientSequenceID$kCMIOSampleBufferAttachmentKey_ClosedCaptionSampleBuffer$kCMIOSampleBufferAttachmentKey_DiscontinuityFlags$kCMIOSampleBufferAttachmentKey_HDV1_PackData$kCMIOSampleBufferAttachmentKey_HDV2_VAUX$kCMIOSampleBufferAttachmentKey_HostTime$kCMIOSampleBufferAttachmentKey_MouseAndKeyboardModifiers$kCMIOSampleBufferAttachmentKey_MuxedSourcePresentationTimeStamp$kCMIOSampleBufferAttachmentKey_NativeSMPTEFrameCount$kCMIOSampleBufferAttachmentKey_NoDataMarker$kCMIOSampleBufferAttachmentKey_NumberOfVideoFramesInBuffer$kCMIOSampleBufferAttachmentKey_NumberOfVideoFramesInGOP$kCMIOSampleBufferAttachmentKey_PixelBufferOverlaidByStaticImage$kCMIOSampleBufferAttachmentKey_PulldownCadenceInfo$kCMIOSampleBufferAttachmentKey_RepeatedBufferContents$kCMIOSampleBufferAttachmentKey_SMPTETime$kCMIOSampleBufferAttachmentKey_SequenceNumber$kCMIOSampleBufferAttachmentKey_SourceAudioFormatDescription$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorFrameRect$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsDrawnInFramebuffer$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsVisible$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionX$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionY$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorReference$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorScale$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorSeed$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_KeyboardModifiers$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_KeyboardModifiersEvent$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_MouseButtonState$"""
|
|
84
|
+
constants = """$CMIOExtensionInfoDictionaryKey$CMIOExtensionMachServiceNameKey$CMIOExtensionPropertyDeviceCanBeDefaultInputDevice$CMIOExtensionPropertyDeviceCanBeDefaultOutputDevice$CMIOExtensionPropertyDeviceIsSuspended$CMIOExtensionPropertyDeviceLatency$CMIOExtensionPropertyDeviceLinkedCoreAudioDeviceUID$CMIOExtensionPropertyDeviceModel$CMIOExtensionPropertyDeviceTransportType$CMIOExtensionPropertyProviderManufacturer$CMIOExtensionPropertyProviderName$CMIOExtensionPropertyStreamActiveFormatIndex$CMIOExtensionPropertyStreamFrameDuration$CMIOExtensionPropertyStreamLatency$CMIOExtensionPropertyStreamMaxFrameDuration$CMIOExtensionPropertyStreamSinkBufferQueueSize$CMIOExtensionPropertyStreamSinkBufferUnderrunCount$CMIOExtensionPropertyStreamSinkBuffersRequiredForStartup$CMIOExtensionPropertyStreamSinkEndOfData$kCMIOBlockBufferAttachmentKey_CVPixelBufferReference$kCMIOSampleBufferAttachmentKey_CAAudioTimeStamp$kCMIOSampleBufferAttachmentKey_ClientSequenceID$kCMIOSampleBufferAttachmentKey_ClosedCaptionSampleBuffer$kCMIOSampleBufferAttachmentKey_DiscontinuityFlags$kCMIOSampleBufferAttachmentKey_HDV1_PackData$kCMIOSampleBufferAttachmentKey_HDV2_VAUX$kCMIOSampleBufferAttachmentKey_HostTime$kCMIOSampleBufferAttachmentKey_MouseAndKeyboardModifiers$kCMIOSampleBufferAttachmentKey_MuxedSourcePresentationTimeStamp$kCMIOSampleBufferAttachmentKey_NativeSMPTEFrameCount$kCMIOSampleBufferAttachmentKey_NoDataMarker$kCMIOSampleBufferAttachmentKey_NumberOfVideoFramesInBuffer$kCMIOSampleBufferAttachmentKey_NumberOfVideoFramesInGOP$kCMIOSampleBufferAttachmentKey_PixelBufferOverlaidByStaticImage$kCMIOSampleBufferAttachmentKey_PulldownCadenceInfo$kCMIOSampleBufferAttachmentKey_RepeatedBufferContents$kCMIOSampleBufferAttachmentKey_SMPTETime$kCMIOSampleBufferAttachmentKey_SequenceNumber$kCMIOSampleBufferAttachmentKey_SourceAudioFormatDescription$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorFrameRect$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsDrawnInFramebuffer$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsVisible$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionX$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionY$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorReference$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorScale$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorSeed$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_KeyboardModifiers$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_KeyboardModifiersEvent$kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_MouseButtonState$"""
|
|
85
85
|
enums = """$CMIOExtensionStreamClockTypeCustom@2$CMIOExtensionStreamClockTypeHostTime@0$CMIOExtensionStreamClockTypeLinkedCoreAudioDeviceUID@1$CMIOExtensionStreamDirectionSink@1$CMIOExtensionStreamDirectionSource@0$CMIOExtensionStreamDiscontinuityFlagNone@0$CMIOExtensionStreamDiscontinuityFlagSampleDropped@64$CMIOExtensionStreamDiscontinuityFlagTime@2$CMIOExtensionStreamDiscontinuityFlagUnknown@1$kCMIOAVCDeviceType_DVCPro100_720p@1685481584$kCMIOAVCDeviceType_DVCPro100_NTSC@1685467502$kCMIOAVCDeviceType_DVCPro100_PAL@1685467504$kCMIOAVCDeviceType_DVCPro50_NTSC@1685468526$kCMIOAVCDeviceType_DVCPro50_PAL@1685468528$kCMIOAVCDeviceType_DVCProHD_1080i50@1685481525$kCMIOAVCDeviceType_DVCProHD_1080i60@1685481526$kCMIOAVCDeviceType_DVCPro_NTSC@1685483630$kCMIOAVCDeviceType_DVCPro_PAL@1685483632$kCMIOAVCDeviceType_DV_NTSC@1685480224$kCMIOAVCDeviceType_DV_PAL@1685480304$kCMIOAVCDeviceType_MPEG2@1836082994$kCMIOAVCDeviceType_Unknown@1970170734$kCMIOBacklightCompensationControlClassID@1651207284$kCMIOBlackLevelControlClassID@1651207286$kCMIOBooleanControlClassID@1953458028$kCMIOBooleanControlPropertyValue@1650685548$kCMIOBrightnessControlClassID@1651665268$kCMIOContrastControlClassID@1668576116$kCMIOControlClassID@1633907820$kCMIOControlPropertyElement@1667591277$kCMIOControlPropertyScope@1668506480$kCMIOControlPropertyVariant@1668702578$kCMIODataDestinationControlClassID@1684370292$kCMIODataSourceControlClassID@1685287523$kCMIODeckShuttlePause@0$kCMIODeckShuttlePlay1x@6$kCMIODeckShuttlePlayFast@7$kCMIODeckShuttlePlayFaster@8$kCMIODeckShuttlePlayFastest@9$kCMIODeckShuttlePlayHighSpeed@10$kCMIODeckShuttlePlayNextFrame@1$kCMIODeckShuttlePlayPreviousFrame@-1$kCMIODeckShuttlePlaySlow1@3$kCMIODeckShuttlePlaySlow2@4$kCMIODeckShuttlePlaySlow3@5$kCMIODeckShuttlePlaySlowest@2$kCMIODeckShuttleReverse1x@-6$kCMIODeckShuttleReverseFast@-7$kCMIODeckShuttleReverseFaster@-8$kCMIODeckShuttleReverseFastest@-9$kCMIODeckShuttleReverseHighSpeed@-10$kCMIODeckShuttleReverseSlow1@-3$kCMIODeckShuttleReverseSlow2@-4$kCMIODeckShuttleReverseSlow3@-5$kCMIODeckShuttleReverseSlowest@-2$kCMIODeckStateFastForward@6$kCMIODeckStateFastRewind@7$kCMIODeckStatePause@2$kCMIODeckStatePlay@1$kCMIODeckStatePlayReverse@5$kCMIODeckStatePlaySlow@3$kCMIODeckStateReverseSlow@4$kCMIODeckStateStop@0$kCMIODeckStatusBusy@1$kCMIODeckStatusLocal@2$kCMIODeckStatusNoDevice@7$kCMIODeckStatusNotThreaded@3$kCMIODeckStatusOpcode@5$kCMIODeckStatusSearchingForDevice@6$kCMIODeckStatusTapeInserted@4$kCMIODeviceAVCSignalMode8mmNTSC@6$kCMIODeviceAVCSignalMode8mmPAL@134$kCMIODeviceAVCSignalModeAudio@32$kCMIODeviceAVCSignalModeDVCPro100_50@240$kCMIODeviceAVCSignalModeDVCPro100_60@112$kCMIODeviceAVCSignalModeDVCPro25_525_60@120$kCMIODeviceAVCSignalModeDVCPro25_625_50@248$kCMIODeviceAVCSignalModeDVCPro50_525_60@116$kCMIODeviceAVCSignalModeDVCPro50_625_50@244$kCMIODeviceAVCSignalModeDVHS@1$kCMIODeviceAVCSignalModeHD1125_60@8$kCMIODeviceAVCSignalModeHD1250_50@136$kCMIODeviceAVCSignalModeHDV1_50@144$kCMIODeviceAVCSignalModeHDV1_60@16$kCMIODeviceAVCSignalModeHDV2_50@154$kCMIODeviceAVCSignalModeHDV2_60@26$kCMIODeviceAVCSignalModeHi8NTSC@14$kCMIODeviceAVCSignalModeHi8PAL@142$kCMIODeviceAVCSignalModeMPEG12Mbps_50@148$kCMIODeviceAVCSignalModeMPEG12Mbps_60@20$kCMIODeviceAVCSignalModeMPEG25Mbps_50@144$kCMIODeviceAVCSignalModeMPEG25Mbps_60@16$kCMIODeviceAVCSignalModeMPEG6Mbps_50@152$kCMIODeviceAVCSignalModeMPEG6Mbps_60@24$kCMIODeviceAVCSignalModeMicroMV12Mbps_50@164$kCMIODeviceAVCSignalModeMicroMV12Mbps_60@36$kCMIODeviceAVCSignalModeMicroMV6Mbps_50@168$kCMIODeviceAVCSignalModeMicroMV6Mbps_60@40$kCMIODeviceAVCSignalModeSD525_60@0$kCMIODeviceAVCSignalModeSD625_50@128$kCMIODeviceAVCSignalModeSDL525_60@4$kCMIODeviceAVCSignalModeSDL625_50@132$kCMIODeviceAVCSignalModeSVHS525_60@13$kCMIODeviceAVCSignalModeSVHS625_50@237$kCMIODeviceAVCSignalModeVHSMESECAM@213$kCMIODeviceAVCSignalModeVHSMPAL@37$kCMIODeviceAVCSignalModeVHSNPAL@181$kCMIODeviceAVCSignalModeVHSNTSC@5$kCMIODeviceAVCSignalModeVHSPAL@165$kCMIODeviceAVCSignalModeVHSSECAM@197$kCMIODeviceClassID@1633969526$kCMIODevicePermissionsError@560492391$kCMIODevicePropertyAVCDeviceSignalMode@1886221165$kCMIODevicePropertyAVCDeviceType@1886216564$kCMIODevicePropertyCanProcessAVCCommand@1886216547$kCMIODevicePropertyCanProcessRS422Command@1916023346$kCMIODevicePropertyCanSwitchFrameRatesWithoutFrameDrops@1718775396$kCMIODevicePropertyClientSyncDiscontinuity@1886217075$kCMIODevicePropertyDeviceCanBeDefaultDevice@1684434036$kCMIODevicePropertyDeviceControl@1886219880$kCMIODevicePropertyDeviceHasChanged@1684629094$kCMIODevicePropertyDeviceHasStreamingError@1936028274$kCMIODevicePropertyDeviceIsAlive@1818850926$kCMIODevicePropertyDeviceIsRunning@1735354734$kCMIODevicePropertyDeviceIsRunningSomewhere@1735356005$kCMIODevicePropertyDeviceMaster@1886219880$kCMIODevicePropertyDeviceUID@1969841184$kCMIODevicePropertyExcludeNonDALAccess@1769500257$kCMIODevicePropertyHogMode@1869180523$kCMIODevicePropertyIIDCCSRData@1668510308$kCMIODevicePropertyIIDCInitialUnitSpace@1769303667$kCMIODevicePropertyLatency@1819569763$kCMIODevicePropertyLinkedAndSyncedCoreAudioDeviceUID@1886155620$kCMIODevicePropertyLinkedCoreAudioDeviceUID@1886156132$kCMIODevicePropertyLocation@1684828003$kCMIODevicePropertyLocationBuiltInDisplay@1$kCMIODevicePropertyLocationExternalDevice@3$kCMIODevicePropertyLocationExternalDisplay@2$kCMIODevicePropertyLocationExternalWirelessDevice@4$kCMIODevicePropertyLocationUnknown@0$kCMIODevicePropertyModelUID@1836411236$kCMIODevicePropertyPlugIn@1886156135$kCMIODevicePropertySMPTETimeCallback@1886221155$kCMIODevicePropertyScopeInput@1768845428$kCMIODevicePropertyScopeOutput@1869968496$kCMIODevicePropertyScopePlayThrough@1886679669$kCMIODevicePropertyStreamConfiguration@1936482681$kCMIODevicePropertyStreams@1937009955$kCMIODevicePropertySuspendedByUser@1935833461$kCMIODevicePropertyTransportType@1953653102$kCMIODevicePropertyVideoDigitizerComponents@1986292071$kCMIODeviceUnknown@0$kCMIODeviceUnsupportedFormatError@560226676$kCMIODirectionControlClassID@1684632165$kCMIOExposureControlClassID@2020635506$kCMIOExposureControlPropertyConvergenceSpeed@1701016432$kCMIOExposureControlPropertyIntegrationTime@1701408372$kCMIOExposureControlPropertyLockThreshold@1701602155$kCMIOExposureControlPropertyMaximumGain@1701667192$kCMIOExposureControlPropertyRegionOfInterest@1701998441$kCMIOExposureControlPropertyStability@1702065273$kCMIOExposureControlPropertyStable@1702065250$kCMIOExposureControlPropertyTarget@1702127476$kCMIOExposureControlPropertyUnlockThreshold@1702194283$kCMIOFeatureControlClassID@1718903668$kCMIOFeatureControlPropertyAbsoluteNative@1717792353$kCMIOFeatureControlPropertyAbsoluteRange@1717789042$kCMIOFeatureControlPropertyAbsoluteUnitName@1717794158$kCMIOFeatureControlPropertyAbsoluteValue@1717789046$kCMIOFeatureControlPropertyAutomaticManual@1717789037$kCMIOFeatureControlPropertyConvertAbsoluteToNative@1717645934$kCMIOFeatureControlPropertyConvertNativeToAbsolute@1718497889$kCMIOFeatureControlPropertyNativeData@1717792356$kCMIOFeatureControlPropertyNativeDataRange@1717789810$kCMIOFeatureControlPropertyNativeRange@1717792370$kCMIOFeatureControlPropertyNativeValue@1717792374$kCMIOFeatureControlPropertyOnOff@1717792623$kCMIOFeatureControlPropertyTune@1717793902$kCMIOFocusControlClassID@1717794163$kCMIOGainControlClassID@1734437230$kCMIOGammaControlClassID@1735224673$kCMIOHardwareBadDeviceError@560227702$kCMIOHardwareBadObjectError@560947818$kCMIOHardwareBadPropertySizeError@561211770$kCMIOHardwareBadStreamError@561214578$kCMIOHardwareIllegalOperationError@1852797029$kCMIOHardwareNoError@0$kCMIOHardwareNotRunningError@1937010544$kCMIOHardwareNotStoppedError@1920298528$kCMIOHardwarePropertyAllowScreenCaptureDevices@2036691744$kCMIOHardwarePropertyAllowWirelessScreenCaptureDevices@2004050788$kCMIOHardwarePropertyDefaultInputDevice@1682533920$kCMIOHardwarePropertyDefaultOutputDevice@1682929012$kCMIOHardwarePropertyDeviceForUID@1685416292$kCMIOHardwarePropertyDevices@1684370979$kCMIOHardwarePropertyIsInitingOrExiting@1768845172$kCMIOHardwarePropertyPlugInForBundleID@1885954665$kCMIOHardwarePropertyProcessIsMain@1835100526$kCMIOHardwarePropertyProcessIsMaster@1835103092$kCMIOHardwarePropertySleepingIsAllowed@1936483696$kCMIOHardwarePropertySuspendedBySystem@1935833459$kCMIOHardwarePropertyUnloadingIsAllowed@1970170980$kCMIOHardwarePropertyUserSessionIsActiveOrHeadless@1970496882$kCMIOHardwareSuspendedBySystemError@1684369017$kCMIOHardwareUnknownPropertyError@2003332927$kCMIOHardwareUnspecifiedError@2003329396$kCMIOHardwareUnsupportedOperationError@1970171760$kCMIOHueControlClassID@1752524064$kCMIOInvalidSequenceNumber@18446744073709551615$kCMIOIrisControlClassID@1769105779$kCMIOJackControlClassID@1784767339$kCMIONoiseReductionControlClassID@1932684914$kCMIOObjectClassID@1634689642$kCMIOObjectClassIDWildcard@707406378$kCMIOObjectPropertyClass@1668047219$kCMIOObjectPropertyCreator@1869638759$kCMIOObjectPropertyElementCategoryName@1818452846$kCMIOObjectPropertyElementMain@0$kCMIOObjectPropertyElementMaster@0$kCMIOObjectPropertyElementName@1818454126$kCMIOObjectPropertyElementNumberName@1818455662$kCMIOObjectPropertyElementWildcard@4294967295$kCMIOObjectPropertyListenerAdded@1818850145$kCMIOObjectPropertyListenerRemoved@1818850162$kCMIOObjectPropertyManufacturer@1819107691$kCMIOObjectPropertyName@1819173229$kCMIOObjectPropertyOwnedObjects@1870098020$kCMIOObjectPropertyOwner@1937007734$kCMIOObjectPropertyScopeGlobal@1735159650$kCMIOObjectPropertyScopeWildcard@707406378$kCMIOObjectPropertySelectorWildcard@707406378$kCMIOObjectSystemObject@1$kCMIOObjectUnknown@0$kCMIOOpticalFilterClassID@1869637236$kCMIOPanControlClassID@1885433376$kCMIOPanTiltAbsoluteControlClassID@1886675298$kCMIOPanTiltRelativeControlClassID@1886679660$kCMIOPlugInClassID@1634757735$kCMIOPlugInPropertyBundleID@1885956452$kCMIOPlugInPropertyIsExtension@1885956453$kCMIOPowerLineFrequencyControlClassID@1886873201$kCMIORollAbsoluteControlClassID@1919904865$kCMIOSampleBufferDiscontinuityFlag_BufferOverrun@128$kCMIOSampleBufferDiscontinuityFlag_ClientSyncDiscontinuity@1024$kCMIOSampleBufferDiscontinuityFlag_CodecSettingsChanged@131072$kCMIOSampleBufferDiscontinuityFlag_DataFormatChanged@8192$kCMIOSampleBufferDiscontinuityFlag_DataWasDropped@64$kCMIOSampleBufferDiscontinuityFlag_DataWasFlushed@32$kCMIOSampleBufferDiscontinuityFlag_DiscontinuityInDTS@256$kCMIOSampleBufferDiscontinuityFlag_DurationWasExtended@32768$kCMIOSampleBufferDiscontinuityFlag_MalformedData@16$kCMIOSampleBufferDiscontinuityFlag_NoDataMarker@4096$kCMIOSampleBufferDiscontinuityFlag_PacketError@4$kCMIOSampleBufferDiscontinuityFlag_RelatedToDiscontinuity@512$kCMIOSampleBufferDiscontinuityFlag_SleepWakeCycle@65536$kCMIOSampleBufferDiscontinuityFlag_StreamDiscontinuity@8$kCMIOSampleBufferDiscontinuityFlag_TimecodeDiscontinuity@2$kCMIOSampleBufferDiscontinuityFlag_TimingReferenceJumped@16384$kCMIOSampleBufferDiscontinuityFlag_TrickPlay@2048$kCMIOSampleBufferDiscontinuityFlag_UnknownDiscontinuity@1$kCMIOSampleBufferNoDataEvent_DeviceDidNotSync@2$kCMIOSampleBufferNoDataEvent_DeviceInWrongMode@3$kCMIOSampleBufferNoDataEvent_NoMedia@1$kCMIOSampleBufferNoDataEvent_ProcessingError@4$kCMIOSampleBufferNoDataEvent_SleepWakeCycle@5$kCMIOSampleBufferNoDataEvent_Unknown@0$kCMIOSampleBufferNoDiscontinuities@0$kCMIOSaturationControlClassID@1935766645$kCMIOSelectorControlClassID@1936483188$kCMIOSelectorControlPropertyAvailableItemNames@1935892846$kCMIOSelectorControlPropertyAvailableItems@1935892841$kCMIOSelectorControlPropertyCurrentItem@1935893353$kCMIOSelectorControlPropertyItemName@1935894894$kCMIOSharpnessControlClassID@1936224880$kCMIOShutterControlClassID@1936225394$kCMIOStreamClassID@1634956402$kCMIOStreamPropertyCanProcessDeckCommand@1885627236$kCMIOStreamPropertyClock@1886217068$kCMIOStreamPropertyDeck@1684366187$kCMIOStreamPropertyDeckCueing@1668638051$kCMIOStreamPropertyDeckDropness@1685221232$kCMIOStreamPropertyDeckFrameNumber@1952673636$kCMIOStreamPropertyDeckLocal@1819239276$kCMIOStreamPropertyDeckThreaded@1953002084$kCMIOStreamPropertyDeviceSyncTimeoutInMSec@1886219826$kCMIOStreamPropertyDirection@1935960434$kCMIOStreamPropertyEndOfData@1886217572$kCMIOStreamPropertyFirstOutputPresentationTimeStamp@1886351476$kCMIOStreamPropertyFormatDescription@1885762592$kCMIOStreamPropertyFormatDescriptions@1885762657$kCMIOStreamPropertyFrameRate@1852207732$kCMIOStreamPropertyFrameRateRanges@1718776423$kCMIOStreamPropertyFrameRates@1852207651$kCMIOStreamPropertyInitialPresentationTimeStampForLinkedAndSyncedAudio@1768975475$kCMIOStreamPropertyLatency@1819569763$kCMIOStreamPropertyMinimumFrameRate@1835430516$kCMIOStreamPropertyNoDataEventCount@1886219827$kCMIOStreamPropertyNoDataTimeoutInMSec@1886219825$kCMIOStreamPropertyOutputBufferQueueSize@1886220145$kCMIOStreamPropertyOutputBufferRepeatCount@1886220146$kCMIOStreamPropertyOutputBufferUnderrunCount@1886220149$kCMIOStreamPropertyOutputBuffersNeededForThrottledPlayback@1835624038$kCMIOStreamPropertyOutputBuffersRequiredForStartup@1886220147$kCMIOStreamPropertyPreferredFormatDescription@1886545508$kCMIOStreamPropertyPreferredFrameRate@1886545522$kCMIOStreamPropertyScheduledOutputNotificationProc@1936682608$kCMIOStreamPropertyStartingChannel@1935894638$kCMIOStreamPropertyStillImage@1937010023$kCMIOStreamPropertyStillImageFormatDescriptions@1937008244$kCMIOStreamPropertyTerminalType@1952805485$kCMIOStreamUnknown@0$kCMIOSystemObjectClassID@1634957683$kCMIOTemperatureControlClassID@1952804208$kCMIOTiltControlClassID@1953066100$kCMIOWhiteBalanceControlClassID@2003329644$kCMIOWhiteBalanceUControlClassID@2003329653$kCMIOWhiteBalanceVControlClassID@2003329654$kCMIOWhiteLevelControlClassID@2003332214$kCMIOZoomControlClassID@2054123373$kCMIOZoomRelativeControlClassID@2054122866$"""
|
|
86
86
|
misc.update(
|
|
87
87
|
{
|
|
88
|
-
"
|
|
89
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:367:1)",
|
|
90
|
-
int,
|
|
91
|
-
),
|
|
92
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:84:1)": NewType(
|
|
93
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:84:1)",
|
|
94
|
-
int,
|
|
95
|
-
),
|
|
96
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareObject.h:236:1)": NewType(
|
|
97
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareObject.h:236:1)",
|
|
98
|
-
int,
|
|
99
|
-
),
|
|
100
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:521:1)": NewType(
|
|
101
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:521:1)",
|
|
102
|
-
int,
|
|
103
|
-
),
|
|
104
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:259:1)": NewType(
|
|
105
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:259:1)",
|
|
106
|
-
int,
|
|
107
|
-
),
|
|
108
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:363:1)": NewType(
|
|
109
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:363:1)",
|
|
110
|
-
int,
|
|
111
|
-
),
|
|
112
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:183:1)": NewType(
|
|
113
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:183:1)",
|
|
114
|
-
int,
|
|
115
|
-
),
|
|
116
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:212:1)": NewType(
|
|
117
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:212:1)",
|
|
118
|
-
int,
|
|
119
|
-
),
|
|
120
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:244:1)": NewType(
|
|
121
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:244:1)",
|
|
122
|
-
int,
|
|
123
|
-
),
|
|
124
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:325:1)": NewType(
|
|
125
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:325:1)",
|
|
126
|
-
int,
|
|
127
|
-
),
|
|
128
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareSystem.h:60:1)": NewType(
|
|
129
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareSystem.h:60:1)",
|
|
130
|
-
int,
|
|
131
|
-
),
|
|
132
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:153:1)": NewType(
|
|
133
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:153:1)",
|
|
134
|
-
int,
|
|
135
|
-
),
|
|
136
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:99:1)": NewType(
|
|
137
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:99:1)",
|
|
138
|
-
int,
|
|
139
|
-
),
|
|
140
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:223:1)": NewType(
|
|
141
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:223:1)",
|
|
142
|
-
int,
|
|
143
|
-
),
|
|
144
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardware.h:148:1)": NewType(
|
|
145
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardware.h:148:1)",
|
|
146
|
-
int,
|
|
147
|
-
),
|
|
148
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardware.h:130:1)": NewType(
|
|
149
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardware.h:130:1)",
|
|
150
|
-
int,
|
|
151
|
-
),
|
|
152
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:321:1)": NewType(
|
|
153
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:321:1)",
|
|
154
|
-
int,
|
|
155
|
-
),
|
|
156
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:279:1)": NewType(
|
|
157
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:279:1)",
|
|
158
|
-
int,
|
|
159
|
-
),
|
|
88
|
+
"CMIOExtensionStreamDirection": NewType("CMIOExtensionStreamDirection", int),
|
|
160
89
|
"CMIOExtensionStreamClockType": NewType("CMIOExtensionStreamClockType", int),
|
|
161
90
|
"CMIOExtensionStreamDiscontinuityFlags": NewType(
|
|
162
91
|
"CMIOExtensionStreamDiscontinuityFlags", int
|
|
163
92
|
),
|
|
164
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:472:1)": NewType(
|
|
165
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareDevice.h:472:1)",
|
|
166
|
-
int,
|
|
167
|
-
),
|
|
168
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOSampleBuffer.h:128:1)": NewType(
|
|
169
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOSampleBuffer.h:128:1)",
|
|
170
|
-
int,
|
|
171
|
-
),
|
|
172
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:121:1)": NewType(
|
|
173
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:121:1)",
|
|
174
|
-
int,
|
|
175
|
-
),
|
|
176
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:196:1)": NewType(
|
|
177
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:196:1)",
|
|
178
|
-
int,
|
|
179
|
-
),
|
|
180
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:66:1)": NewType(
|
|
181
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareControl.h:66:1)",
|
|
182
|
-
int,
|
|
183
|
-
),
|
|
184
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareObject.h:111:1)": NewType(
|
|
185
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareObject.h:111:1)",
|
|
186
|
-
int,
|
|
187
|
-
),
|
|
188
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:96:1)": NewType(
|
|
189
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareStream.h:96:1)",
|
|
190
|
-
int,
|
|
191
|
-
),
|
|
192
|
-
"CMIOExtensionStreamDirection": NewType("CMIOExtensionStreamDirection", int),
|
|
193
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareSystem.h:108:1)": NewType(
|
|
194
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareSystem.h:108:1)",
|
|
195
|
-
int,
|
|
196
|
-
),
|
|
197
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareObject.h:191:1)": NewType(
|
|
198
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareObject.h:191:1)",
|
|
199
|
-
int,
|
|
200
|
-
),
|
|
201
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOSampleBuffer.h:80:1)": NewType(
|
|
202
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOSampleBuffer.h:80:1)",
|
|
203
|
-
int,
|
|
204
|
-
),
|
|
205
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardware.h:102:1)": NewType(
|
|
206
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardware.h:102:1)",
|
|
207
|
-
int,
|
|
208
|
-
),
|
|
209
93
|
}
|
|
210
94
|
)
|
|
211
95
|
misc.update({"CMIOExtensionProperty": NewType("CMIOExtensionProperty", str)})
|
|
@@ -275,7 +159,8 @@ functions = {
|
|
|
275
159
|
2: {"type": b"^{CMIOObjectPropertyAddress=III}"},
|
|
276
160
|
3: {"type": b"^v"},
|
|
277
161
|
},
|
|
278
|
-
}
|
|
162
|
+
},
|
|
163
|
+
"callable_retained": True,
|
|
279
164
|
},
|
|
280
165
|
}
|
|
281
166
|
},
|
|
@@ -349,7 +234,8 @@ functions = {
|
|
|
349
234
|
2: {"type": b"^{CMIOObjectPropertyAddress=III}"},
|
|
350
235
|
3: {"type": b"^v"},
|
|
351
236
|
},
|
|
352
|
-
}
|
|
237
|
+
},
|
|
238
|
+
"callable_retained": True,
|
|
353
239
|
},
|
|
354
240
|
}
|
|
355
241
|
},
|
|
@@ -620,6 +506,51 @@ try:
|
|
|
620
506
|
)
|
|
621
507
|
finally:
|
|
622
508
|
objc._updatingMetadata(False)
|
|
509
|
+
|
|
510
|
+
objc.registerNewKeywordsFromSelector(
|
|
511
|
+
"CMIOExtensionDevice", b"initWithLocalizedName:deviceID:legacyDeviceID:source:"
|
|
512
|
+
)
|
|
513
|
+
objc.registerNewKeywordsFromSelector(
|
|
514
|
+
"CMIOExtensionDevice", b"initWithLocalizedName:deviceID:source:"
|
|
515
|
+
)
|
|
516
|
+
objc.registerNewKeywordsFromSelector(
|
|
517
|
+
"CMIOExtensionDeviceProperties", b"initWithDictionary:"
|
|
518
|
+
)
|
|
519
|
+
objc.registerNewKeywordsFromSelector(
|
|
520
|
+
"CMIOExtensionPropertyAttributes",
|
|
521
|
+
b"initWithMinValue:maxValue:validValues:readOnly:",
|
|
522
|
+
)
|
|
523
|
+
objc.registerNewKeywordsFromSelector("CMIOExtensionPropertyState", b"initWithValue:")
|
|
524
|
+
objc.registerNewKeywordsFromSelector(
|
|
525
|
+
"CMIOExtensionPropertyState", b"initWithValue:attributes:"
|
|
526
|
+
)
|
|
527
|
+
objc.registerNewKeywordsFromSelector(
|
|
528
|
+
"CMIOExtensionProvider", b"initWithSource:clientQueue:"
|
|
529
|
+
)
|
|
530
|
+
objc.registerNewKeywordsFromSelector(
|
|
531
|
+
"CMIOExtensionProviderProperties", b"initWithDictionary:"
|
|
532
|
+
)
|
|
533
|
+
objc.registerNewKeywordsFromSelector(
|
|
534
|
+
"CMIOExtensionScheduledOutput", b"initWithSequenceNumber:hostTimeInNanoseconds:"
|
|
535
|
+
)
|
|
536
|
+
objc.registerNewKeywordsFromSelector(
|
|
537
|
+
"CMIOExtensionStream", b"initWithLocalizedName:streamID:direction:clockType:source:"
|
|
538
|
+
)
|
|
539
|
+
objc.registerNewKeywordsFromSelector(
|
|
540
|
+
"CMIOExtensionStream",
|
|
541
|
+
b"initWithLocalizedName:streamID:direction:customClockConfiguration:source:",
|
|
542
|
+
)
|
|
543
|
+
objc.registerNewKeywordsFromSelector(
|
|
544
|
+
"CMIOExtensionStreamCustomClockConfiguration",
|
|
545
|
+
b"initWithClockName:sourceIdentifier:getTimeCallMinimumInterval:numberOfEventsForRateSmoothing:numberOfAveragesForRateSmoothing:",
|
|
546
|
+
)
|
|
547
|
+
objc.registerNewKeywordsFromSelector(
|
|
548
|
+
"CMIOExtensionStreamFormat",
|
|
549
|
+
b"initWithFormatDescription:maxFrameDuration:minFrameDuration:validFrameDurations:",
|
|
550
|
+
)
|
|
551
|
+
objc.registerNewKeywordsFromSelector(
|
|
552
|
+
"CMIOExtensionStreamProperties", b"initWithDictionary:"
|
|
553
|
+
)
|
|
623
554
|
expressions = {}
|
|
624
555
|
|
|
625
556
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CoreMediaIO
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.0
|
|
4
4
|
Summary: Wrappers for the framework CoreMediaIO on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,20 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Programming Language :: Objective C
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=11.0
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.0
|
|
35
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -9,6 +9,7 @@ Lib/pyobjc_framework_CoreMediaIO.egg-info/PKG-INFO
|
|
|
9
9
|
Lib/pyobjc_framework_CoreMediaIO.egg-info/SOURCES.txt
|
|
10
10
|
Lib/pyobjc_framework_CoreMediaIO.egg-info/dependency_links.txt
|
|
11
11
|
Lib/pyobjc_framework_CoreMediaIO.egg-info/not-zip-safe
|
|
12
|
+
Lib/pyobjc_framework_CoreMediaIO.egg-info/pyobjc-build-info.txt
|
|
12
13
|
Lib/pyobjc_framework_CoreMediaIO.egg-info/requires.txt
|
|
13
14
|
Lib/pyobjc_framework_CoreMediaIO.egg-info/top_level.txt
|
|
14
15
|
Modules/_CoreMediaIO.m
|
|
@@ -29,13 +30,13 @@ PyObjCTest/test_cmiosamplebuffer.py
|
|
|
29
30
|
PyObjCTest/test_coremediaio.py
|
|
30
31
|
metadata/CoreMediaIO.fwinfo
|
|
31
32
|
metadata/metadata.ini
|
|
32
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
33
33
|
metadata/raw/arm64-12.3.fwinfo
|
|
34
|
-
metadata/raw/arm64-14.
|
|
34
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
35
|
+
metadata/raw/arm64-15.0.fwinfo
|
|
35
36
|
metadata/raw/x86_64-10.13.fwinfo
|
|
36
37
|
metadata/raw/x86_64-10.14.fwinfo
|
|
37
38
|
metadata/raw/x86_64-10.15.fwinfo
|
|
38
39
|
metadata/raw/x86_64-10.16.fwinfo
|
|
39
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
40
40
|
metadata/raw/x86_64-12.3.fwinfo
|
|
41
|
-
metadata/raw/x86_64-14.
|
|
41
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
42
|
+
metadata/raw/x86_64-15.0.fwinfo
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(This is the MIT license, note that libffi-src is a separate product with its own license)
|
|
2
2
|
|
|
3
3
|
Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
|
|
4
|
-
Copyright 2003-
|
|
4
|
+
Copyright 2003-2024 - Ronald Oussoren
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7
7
|
|
{pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Modules/_CoreMediaIO.m
RENAMED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#define Py_LIMITED_API 0x03060000
|
|
2
1
|
#define PY_SSIZE_T_CLEAN
|
|
3
2
|
#include "Python.h"
|
|
4
3
|
#include "pyobjc-api.h"
|
|
@@ -111,21 +110,57 @@ static PyMethodDef mod_methods[] = {
|
|
|
111
110
|
{NULL} /* Sentinel */
|
|
112
111
|
};
|
|
113
112
|
|
|
113
|
+
|
|
114
|
+
static int mod_exec_module(PyObject* m)
|
|
115
|
+
{
|
|
116
|
+
if (PyObjC_ImportAPI(m) == -1)
|
|
117
|
+
return -1;
|
|
118
|
+
return 0;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
static struct PyModuleDef_Slot mod_slots[] = {
|
|
122
|
+
{
|
|
123
|
+
.slot = Py_mod_exec,
|
|
124
|
+
.value = (void*)mod_exec_module
|
|
125
|
+
},
|
|
126
|
+
#if PY_VERSION_HEX >= 0x030c0000
|
|
127
|
+
{
|
|
128
|
+
/* This extension does not use the CPython API other than initializing
|
|
129
|
+
* the module, hence is safe with subinterpreters and per-interpreter
|
|
130
|
+
* GILs
|
|
131
|
+
*/
|
|
132
|
+
.slot = Py_mod_multiple_interpreters,
|
|
133
|
+
.value = Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED,
|
|
134
|
+
},
|
|
135
|
+
#endif
|
|
136
|
+
#if PY_VERSION_HEX >= 0x030d0000
|
|
137
|
+
{
|
|
138
|
+
/* The code in this extension should be safe to use without the GIL */
|
|
139
|
+
.slot = Py_mod_gil,
|
|
140
|
+
.value = Py_MOD_GIL_NOT_USED,
|
|
141
|
+
},
|
|
142
|
+
#endif
|
|
143
|
+
{ /* Sentinel */
|
|
144
|
+
.slot = 0,
|
|
145
|
+
.value = 0
|
|
146
|
+
}
|
|
147
|
+
};
|
|
148
|
+
|
|
114
149
|
static struct PyModuleDef mod_module = {
|
|
115
|
-
|
|
150
|
+
.m_base = PyModuleDef_HEAD_INIT,
|
|
151
|
+
.m_name = "_CoreMediaIO",
|
|
152
|
+
.m_doc = NULL,
|
|
153
|
+
.m_size = 0,
|
|
154
|
+
.m_methods = mod_methods,
|
|
155
|
+
.m_slots = mod_slots,
|
|
156
|
+
.m_traverse = NULL,
|
|
157
|
+
.m_clear = NULL,
|
|
158
|
+
.m_free = NULL,
|
|
159
|
+
};
|
|
116
160
|
|
|
117
161
|
PyObject* PyInit__CoreMediaIO(void);
|
|
118
162
|
|
|
119
163
|
PyObject* __attribute__((__visibility__("default"))) PyInit__CoreMediaIO(void)
|
|
120
164
|
{
|
|
121
|
-
|
|
122
|
-
m = PyModule_Create(&mod_module);
|
|
123
|
-
if (!m) {
|
|
124
|
-
return NULL;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
if (PyObjC_ImportAPI(m) == -1)
|
|
128
|
-
return NULL;
|
|
129
|
-
|
|
130
|
-
return m;
|
|
165
|
+
return PyModuleDef_Init(&mod_module);
|
|
131
166
|
}
|
{pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Modules/pyobjc-api.h
RENAMED
|
@@ -83,7 +83,7 @@ struct pyobjc_api {
|
|
|
83
83
|
PyObject* _Nullable (*_Nonnull unsupported_method_caller)(
|
|
84
84
|
PyObject* _Nonnull, PyObject* _Nonnull, PyObject* _Nonnull const* _Nonnull,
|
|
85
85
|
size_t);
|
|
86
|
-
void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state);
|
|
86
|
+
void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state) __attribute__((__noreturn__));
|
|
87
87
|
int (*_Nonnull simplify_sig)(const char* signature, char* buf, size_t buflen);
|
|
88
88
|
void (*_Nonnull free_c_array)(int, Py_buffer*);
|
|
89
89
|
int (*_Nonnull py_to_c_array)(BOOL, BOOL, const char* _Nonnull, PyObject* _Nonnull,
|
{pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/Modules/pyobjc-compat.h
RENAMED
|
@@ -11,6 +11,12 @@
|
|
|
11
11
|
|
|
12
12
|
NS_ASSUME_NONNULL_BEGIN
|
|
13
13
|
|
|
14
|
+
#ifdef USE_STATIC_ANALYZER
|
|
15
|
+
#define CLANG_SUPPRESS [[clang::suppress]]
|
|
16
|
+
#else
|
|
17
|
+
#define CLANG_SUPPRESS
|
|
18
|
+
#endif
|
|
19
|
+
|
|
14
20
|
/*
|
|
15
21
|
*
|
|
16
22
|
* Start of compiler definitions
|
|
@@ -153,10 +159,6 @@ extern PyObject* _Nullable PyObject_VectorcallMethod(
|
|
|
153
159
|
|
|
154
160
|
extern int PyObjC_Cmp(PyObject* o1, PyObject* o2, int* result);
|
|
155
161
|
|
|
156
|
-
extern PyObject* _Nullable PyObjCBytes_InternFromString(const char* v);
|
|
157
|
-
extern PyObject* _Nullable PyObjCBytes_InternFromStringAndSize(const char* v,
|
|
158
|
-
Py_ssize_t l);
|
|
159
|
-
|
|
160
162
|
/*
|
|
161
163
|
* A micro optimization: when using Python 3.3 or later it
|
|
162
164
|
* is possible to access a 'char*' with an ASCII representation
|
|
@@ -238,7 +240,80 @@ _PyObjCTuple_GetItem(PyObject* tuple, Py_ssize_t idx)
|
|
|
238
240
|
PyGILState_Release(_GILState); \
|
|
239
241
|
} while (0)
|
|
240
242
|
|
|
241
|
-
|
|
243
|
+
#if PY_VERSION_HEX < 0x030a0000
|
|
244
|
+
|
|
245
|
+
static inline PyObject* Py_NewRef(PyObject* o)
|
|
246
|
+
{
|
|
247
|
+
Py_INCREF(o);
|
|
248
|
+
return o;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
static inline PyObject* Py_XNewRef(PyObject* o)
|
|
252
|
+
{
|
|
253
|
+
Py_XINCREF(o);
|
|
254
|
+
return o;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
#endif /* PY_VERSION_HEX < 0x030a0000 */
|
|
258
|
+
|
|
259
|
+
#if PY_VERSION_HEX < 0x030d0000
|
|
260
|
+
#define Py_BEGIN_CRITICAL_SECTION(value) { (void)(value);
|
|
261
|
+
#define Py_END_CRITICAL_SECTION() }
|
|
262
|
+
#define Py_EXIT_CRITICAL_SECTION() ((void)0)
|
|
263
|
+
|
|
264
|
+
#define Py_BEGIN_CRITICAL_SECTION2(value1, value2) { (void)(value1); (void)(value2);
|
|
265
|
+
#define Py_END_CRITICAL_SECTION2() }
|
|
266
|
+
#define Py_EXIT_CRITICAL_SECTION2() ((void)0)
|
|
267
|
+
|
|
268
|
+
#define PyObjC_ATOMIC
|
|
269
|
+
|
|
270
|
+
#else
|
|
271
|
+
|
|
272
|
+
#ifdef Py_GIL_DISABLED
|
|
273
|
+
#define Py_EXIT_CRITICAL_SECTION() PyCriticalSection_End(&_py_cs)
|
|
274
|
+
#define Py_EXIT_CRITICAL_SECTION2() PyCriticalSection2_End(&_py_cs2)
|
|
275
|
+
#define PyObjC_ATOMIC _Atomic
|
|
276
|
+
#else
|
|
277
|
+
#define Py_EXIT_CRITICAL_SECTION() ((void)0)
|
|
278
|
+
#define Py_EXIT_CRITICAL_SECTION2() ((void)0)
|
|
279
|
+
#define PyObjC_ATOMIC
|
|
280
|
+
#endif
|
|
281
|
+
|
|
282
|
+
#endif
|
|
283
|
+
|
|
284
|
+
#if PY_VERSION_HEX < 0x030d0000
|
|
285
|
+
static inline int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject * _Nonnull* _Nullable result)
|
|
286
|
+
{
|
|
287
|
+
*result = PyDict_GetItemWithError(p, key);
|
|
288
|
+
if (*result == NULL) {
|
|
289
|
+
if (PyErr_Occurred()) {
|
|
290
|
+
return -1;
|
|
291
|
+
} else {
|
|
292
|
+
return 0;
|
|
293
|
+
}
|
|
294
|
+
} else {
|
|
295
|
+
Py_INCREF(*result);
|
|
296
|
+
return 1;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
static inline PyObject* _Nullable PyList_GetItemRef(PyObject* l, Py_ssize_t i)
|
|
301
|
+
{
|
|
302
|
+
PyObject* result = PyList_GetItem(l, i);
|
|
303
|
+
Py_XINCREF(result);
|
|
304
|
+
return result;
|
|
305
|
+
}
|
|
306
|
+
#endif
|
|
307
|
+
|
|
308
|
+
#if PY_VERSION_HEX < 0x030c0000
|
|
309
|
+
static inline PyObject* PyType_GetDict(PyTypeObject* type)
|
|
310
|
+
{
|
|
311
|
+
PyObject* result = type->tp_dict;
|
|
312
|
+
Py_INCREF(result);
|
|
313
|
+
return result;
|
|
314
|
+
}
|
|
315
|
+
#endif
|
|
316
|
+
|
|
242
317
|
|
|
243
318
|
NS_ASSUME_NONNULL_END
|
|
244
319
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CoreMediaIO
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.0
|
|
4
4
|
Summary: Wrappers for the framework CoreMediaIO on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,20 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Programming Language :: Objective C
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=11.0
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.0
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Wrappers for the "CoreMediaIO" framework on macOS.
|
|
@@ -42,6 +42,11 @@ class TestCMIOExtensionProperties(TestCase):
|
|
|
42
42
|
)
|
|
43
43
|
self.assertIsInstance(CoreMediaIO.CMIOExtensionPropertyStreamSinkEndOfData, str)
|
|
44
44
|
|
|
45
|
+
@min_os_level("14.4")
|
|
46
|
+
def test_constants14_4(self):
|
|
47
|
+
self.assertIsInstance(CoreMediaIO.CMIOExtensionPropertyDeviceLatency, str)
|
|
48
|
+
self.assertIsInstance(CoreMediaIO.CMIOExtensionPropertyStreamLatency, str)
|
|
49
|
+
|
|
45
50
|
@min_os_level("12.3")
|
|
46
51
|
def test_methods(self):
|
|
47
52
|
self.assertArgIsBOOL(
|
{pyobjc-framework-CoreMediaIO-10.1 → pyobjc_framework_coremediaio-11.0}/metadata/CoreMediaIO.fwinfo
RENAMED
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
"args": {
|
|
152
152
|
"1": { "type_modifier": "n" },
|
|
153
153
|
"2": {
|
|
154
|
+
"callable_retained": true,
|
|
154
155
|
"function": {
|
|
155
156
|
"args": [
|
|
156
157
|
{
|
|
@@ -233,6 +234,7 @@
|
|
|
233
234
|
"args": {
|
|
234
235
|
"1": { "type_modifier": "n" },
|
|
235
236
|
"2": {
|
|
237
|
+
"callable_retained": true,
|
|
236
238
|
"function": {
|
|
237
239
|
"args": [
|
|
238
240
|
{
|