pyobjc-framework-CoreMediaIO 9.2__tar.gz → 10.1__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/Lib/CoreMediaIO/__init__.py +52 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Lib/CoreMediaIO/_metadata.py +131 -15
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Lib/pyobjc_framework_CoreMediaIO.egg-info/PKG-INFO +6 -3
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Lib/pyobjc_framework_CoreMediaIO.egg-info/SOURCES.txt +3 -1
- pyobjc-framework-CoreMediaIO-10.1/Lib/pyobjc_framework_CoreMediaIO.egg-info/requires.txt +2 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Modules/pyobjc-api.h +3 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Modules/pyobjc-compat.h +0 -273
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PKG-INFO +6 -3
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmiosamplebuffer.py +7 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/raw/arm64-12.0.fwinfo +5 -5
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/raw/arm64-12.3.fwinfo +17 -17
- pyobjc-framework-CoreMediaIO-10.1/metadata/raw/arm64-14.0.fwinfo +4313 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/raw/x86_64-10.13.fwinfo +5 -5
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/raw/x86_64-10.14.fwinfo +5 -5
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/raw/x86_64-10.15.fwinfo +5 -5
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/raw/x86_64-10.16.fwinfo +5 -5
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/raw/x86_64-12.0.fwinfo +5 -5
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/raw/x86_64-12.3.fwinfo +17 -17
- pyobjc-framework-CoreMediaIO-10.1/metadata/raw/x86_64-14.0.fwinfo +4313 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/pyobjc_setup.py +16 -6
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/setup.py +1 -1
- pyobjc-framework-CoreMediaIO-9.2/Lib/CoreMediaIO/__init__.py +0 -52
- pyobjc-framework-CoreMediaIO-9.2/Lib/pyobjc_framework_CoreMediaIO.egg-info/requires.txt +0 -2
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Lib/pyobjc_framework_CoreMediaIO.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Lib/pyobjc_framework_CoreMediaIO.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Lib/pyobjc_framework_CoreMediaIO.egg-info/top_level.txt +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/License.txt +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/MANIFEST.in +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/Modules/_CoreMediaIO.m +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmioextensiondevice.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmioextensionproperties.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmioextensionprovider.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmioextensionstream.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmiohardware.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmiohardwarecontrol.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmiohardwaredevice.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmiohardwareobject.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmiohardwarestream.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_cmiohardwaresystem.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/PyObjCTest/test_coremediaio.py +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/CoreMediaIO.fwinfo +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/pyproject.toml +0 -0
- {pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/setup.cfg +0 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the CoreMediaIO framework.
|
|
3
|
+
|
|
4
|
+
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
+
documentation for details on how to use these functions and classes.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import Foundation
|
|
13
|
+
import objc
|
|
14
|
+
from . import _metadata, _CoreMediaIO
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="CoreMediaIO",
|
|
18
|
+
frameworkIdentifier="com.apple.CoreMediaIO",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/CoreMediaIO.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(
|
|
25
|
+
_CoreMediaIO,
|
|
26
|
+
Foundation,
|
|
27
|
+
),
|
|
28
|
+
metadict=_metadata.__dict__,
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
globals()["__dir__"] = dir_func
|
|
32
|
+
globals()["__getattr__"] = getattr_func
|
|
33
|
+
|
|
34
|
+
del sys.modules["CoreMediaIO._metadata"]
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
globals().pop("_setup")()
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def CMIOGetNextSequenceNumber(value):
|
|
41
|
+
if value == 0xFFFFFFFFFFFFFFFF:
|
|
42
|
+
return 0
|
|
43
|
+
return value + 1
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
from . import ( # isort:skip # noqa: E402
|
|
47
|
+
kCMIOSampleBufferDiscontinuityFlag_DurationWasExtended,
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def CMIODiscontinuityFlagsHaveHardDiscontinuities(value):
|
|
52
|
+
return (value & kCMIOSampleBufferDiscontinuityFlag_DurationWasExtended) != 0
|
{pyobjc-framework-CoreMediaIO-9.2 → pyobjc-framework-CoreMediaIO-10.1}/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: Sun Jul 30 12:16:18 2023
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -81,15 +81,131 @@ 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_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$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$"""
|
|
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
|
-
"
|
|
88
|
+
"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)": NewType(
|
|
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
|
+
),
|
|
89
160
|
"CMIOExtensionStreamClockType": NewType("CMIOExtensionStreamClockType", int),
|
|
90
161
|
"CMIOExtensionStreamDiscontinuityFlags": NewType(
|
|
91
162
|
"CMIOExtensionStreamDiscontinuityFlags", int
|
|
92
163
|
),
|
|
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
|
+
),
|
|
93
209
|
}
|
|
94
210
|
)
|
|
95
211
|
misc.update({"CMIOExtensionProperty": NewType("CMIOExtensionProperty", str)})
|
|
@@ -134,7 +250,7 @@ functions = {
|
|
|
134
250
|
},
|
|
135
251
|
),
|
|
136
252
|
"CMIOSampleBufferCreateForImageBuffer": (
|
|
137
|
-
b"i^{__CFAllocator=}^{__CVBuffer=}^{opaqueCMFormatDescription=}^{
|
|
253
|
+
b"i^{__CFAllocator=}^{__CVBuffer=}^{opaqueCMFormatDescription=}^{CMSampleTimingInfo={CMTime=qiIq}{CMTime=qiIq}{CMTime=qiIq}}QI^^{opaqueCMSampleBuffer=}",
|
|
138
254
|
"",
|
|
139
255
|
{
|
|
140
256
|
"retval": {"already_cfretained": True},
|
|
@@ -183,11 +299,11 @@ functions = {
|
|
|
183
299
|
}
|
|
184
300
|
},
|
|
185
301
|
),
|
|
186
|
-
"CMIOStreamClockPostTimingEvent": (b"i{
|
|
302
|
+
"CMIOStreamClockPostTimingEvent": (b"i{CMTime=qiIq}QZ@",),
|
|
187
303
|
"CMIODeviceStopStream": (b"iII",),
|
|
188
304
|
"CMIODeviceStartStream": (b"iII",),
|
|
189
305
|
"CMIOSampleBufferCreate": (
|
|
190
|
-
b"i^{__CFAllocator=}^{OpaqueCMBlockBuffer=}^{opaqueCMFormatDescription=}II^{
|
|
306
|
+
b"i^{__CFAllocator=}^{OpaqueCMBlockBuffer=}^{opaqueCMFormatDescription=}II^{CMSampleTimingInfo={CMTime=qiIq}{CMTime=qiIq}{CMTime=qiIq}}I^QQI^^{opaqueCMSampleBuffer=}",
|
|
191
307
|
"",
|
|
192
308
|
{
|
|
193
309
|
"retval": {"already_cfretained": True},
|
|
@@ -250,7 +366,7 @@ functions = {
|
|
|
250
366
|
),
|
|
251
367
|
"CMIOSampleBufferGetSequenceNumber": (b"Q^{opaqueCMSampleBuffer=}",),
|
|
252
368
|
"CMIOStreamClockCreate": (
|
|
253
|
-
b"i^{__CFAllocator=}^{__CFString=}^v{
|
|
369
|
+
b"i^{__CFAllocator=}^{__CFString=}^v{CMTime=qiIq}II^@",
|
|
254
370
|
"",
|
|
255
371
|
{
|
|
256
372
|
"retval": {"already_cfretained": True},
|
|
@@ -283,7 +399,7 @@ functions = {
|
|
|
283
399
|
"",
|
|
284
400
|
{"retval": {"already_cfretained": True}},
|
|
285
401
|
),
|
|
286
|
-
"CMIOStreamClockConvertHostTimeToDeviceTime": (b"{
|
|
402
|
+
"CMIOStreamClockConvertHostTimeToDeviceTime": (b"{CMTime=qiIq}Q@",),
|
|
287
403
|
"CMIOObjectRemovePropertyListenerBlock": (
|
|
288
404
|
b"iI^{CMIOObjectPropertyAddress=III}@@?",
|
|
289
405
|
"",
|
|
@@ -377,37 +493,37 @@ try:
|
|
|
377
493
|
r(
|
|
378
494
|
b"CMIOExtensionStreamCustomClockConfiguration",
|
|
379
495
|
b"customClockConfigurationWithClockName:sourceIdentifier:getTimeCallMinimumInterval:numberOfEventsForRateSmoothing:numberOfAveragesForRateSmoothing:",
|
|
380
|
-
{"arguments": {4: {"type": b"{
|
|
496
|
+
{"arguments": {4: {"type": b"{CMTime=qiIq}"}}},
|
|
381
497
|
)
|
|
382
498
|
r(
|
|
383
499
|
b"CMIOExtensionStreamCustomClockConfiguration",
|
|
384
500
|
b"getTimeCallMinimumInterval",
|
|
385
|
-
{"retval": {"type": b"{
|
|
501
|
+
{"retval": {"type": b"{CMTime=qiIq}"}},
|
|
386
502
|
)
|
|
387
503
|
r(
|
|
388
504
|
b"CMIOExtensionStreamCustomClockConfiguration",
|
|
389
505
|
b"initWithClockName:sourceIdentifier:getTimeCallMinimumInterval:numberOfEventsForRateSmoothing:numberOfAveragesForRateSmoothing:",
|
|
390
|
-
{"arguments": {4: {"type": b"{
|
|
506
|
+
{"arguments": {4: {"type": b"{CMTime=qiIq}"}}},
|
|
391
507
|
)
|
|
392
508
|
r(
|
|
393
509
|
b"CMIOExtensionStreamFormat",
|
|
394
510
|
b"initWithFormatDescription:maxFrameDuration:minFrameDuration:validFrameDurations:",
|
|
395
|
-
{"arguments": {3: {"type": b"{
|
|
511
|
+
{"arguments": {3: {"type": b"{CMTime=qiIq}"}, 4: {"type": b"{CMTime=qiIq}"}}},
|
|
396
512
|
)
|
|
397
513
|
r(
|
|
398
514
|
b"CMIOExtensionStreamFormat",
|
|
399
515
|
b"maxFrameDuration",
|
|
400
|
-
{"retval": {"type": b"{
|
|
516
|
+
{"retval": {"type": b"{CMTime=qiIq}"}},
|
|
401
517
|
)
|
|
402
518
|
r(
|
|
403
519
|
b"CMIOExtensionStreamFormat",
|
|
404
520
|
b"minFrameDuration",
|
|
405
|
-
{"retval": {"type": b"{
|
|
521
|
+
{"retval": {"type": b"{CMTime=qiIq}"}},
|
|
406
522
|
)
|
|
407
523
|
r(
|
|
408
524
|
b"CMIOExtensionStreamFormat",
|
|
409
525
|
b"streamFormatWithFormatDescription:maxFrameDuration:minFrameDuration:validFrameDurations:",
|
|
410
|
-
{"arguments": {3: {"type": b"{
|
|
526
|
+
{"arguments": {3: {"type": b"{CMTime=qiIq}"}, 4: {"type": b"{CMTime=qiIq}"}}},
|
|
411
527
|
)
|
|
412
528
|
r(
|
|
413
529
|
b"NSObject",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CoreMediaIO
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.1
|
|
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,17 +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.7
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.8
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
28
|
Classifier: Programming Language :: Objective C
|
|
28
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.8
|
|
31
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.1
|
|
32
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
33
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
34
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -31,9 +31,11 @@ metadata/CoreMediaIO.fwinfo
|
|
|
31
31
|
metadata/metadata.ini
|
|
32
32
|
metadata/raw/arm64-12.0.fwinfo
|
|
33
33
|
metadata/raw/arm64-12.3.fwinfo
|
|
34
|
+
metadata/raw/arm64-14.0.fwinfo
|
|
34
35
|
metadata/raw/x86_64-10.13.fwinfo
|
|
35
36
|
metadata/raw/x86_64-10.14.fwinfo
|
|
36
37
|
metadata/raw/x86_64-10.15.fwinfo
|
|
37
38
|
metadata/raw/x86_64-10.16.fwinfo
|
|
38
39
|
metadata/raw/x86_64-12.0.fwinfo
|
|
39
|
-
metadata/raw/x86_64-12.3.fwinfo
|
|
40
|
+
metadata/raw/x86_64-12.3.fwinfo
|
|
41
|
+
metadata/raw/x86_64-14.0.fwinfo
|
|
@@ -112,6 +112,8 @@ struct pyobjc_api {
|
|
|
112
112
|
size_t max_args, size_t nargsf);
|
|
113
113
|
int (*_Nonnull checknokwnames)(PyObject* _Nonnull callable,
|
|
114
114
|
PyObject* _Nullable kwnames);
|
|
115
|
+
|
|
116
|
+
PyObject* _Nullable (*_Nonnull createopaquepointertype)(const char*, const char*, const char*);
|
|
115
117
|
};
|
|
116
118
|
|
|
117
119
|
#ifndef PYOBJC_BUILD
|
|
@@ -153,6 +155,7 @@ static struct pyobjc_api* PyObjC_API;
|
|
|
153
155
|
#define PyObjCMemView_GetBuffer (PyObjC_API->memview_getbuffer)
|
|
154
156
|
#define PyObjC_CheckArgCount (PyObjC_API->checkargcount)
|
|
155
157
|
#define PyObjC_CheckNoKwnames (PyObjC_API->checknokwnames)
|
|
158
|
+
#define PyObjCCreateOpaquePointerType (PyObjC_API->createopaquepointertype)
|
|
156
159
|
|
|
157
160
|
typedef void (*PyObjC_Function_Pointer)(void);
|
|
158
161
|
typedef struct PyObjC_function_map {
|