pyobjc-framework-AVFoundation 10.2__tar.gz → 10.3__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_avfoundation-10.3/Lib/AVFoundation/__init__.py +293 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Lib/AVFoundation/_metadata.py +263 -1
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Lib/pyobjc_framework_AVFoundation.egg-info/PKG-INFO +6 -6
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Lib/pyobjc_framework_AVFoundation.egg-info/SOURCES.txt +2 -6
- pyobjc_framework_avfoundation-10.3/Lib/pyobjc_framework_AVFoundation.egg-info/requires.txt +5 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PKG-INFO +6 -6
- pyobjc-framework-AVFoundation-10.2/metadata/raw/arm64-14.4.fwinfo → pyobjc_framework_avfoundation-10.3/metadata/raw/arm64-14.5.fwinfo +38 -4
- pyobjc-framework-AVFoundation-10.2/metadata/raw/x86_64-14.4.fwinfo → pyobjc_framework_avfoundation-10.3/metadata/raw/x86_64-14.5.fwinfo +38 -4
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/setup.py +1 -1
- pyobjc-framework-AVFoundation-10.2/Lib/AVFoundation/__init__.py +0 -37
- pyobjc-framework-AVFoundation-10.2/Lib/pyobjc_framework_AVFoundation.egg-info/requires.txt +0 -5
- pyobjc-framework-AVFoundation-10.2/metadata/raw/arm64-12.1.fwinfo +0 -49293
- pyobjc-framework-AVFoundation-10.2/metadata/raw/arm64-13.0.fwinfo +0 -52027
- pyobjc-framework-AVFoundation-10.2/metadata/raw/x86_64-12.1.fwinfo +0 -49293
- pyobjc-framework-AVFoundation-10.2/metadata/raw/x86_64-13.0.fwinfo +0 -52027
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Lib/pyobjc_framework_AVFoundation.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Lib/pyobjc_framework_AVFoundation.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Lib/pyobjc_framework_AVFoundation.egg-info/top_level.txt +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/License.txt +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/MANIFEST.in +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Modules/_AVFoundation.m +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Modules/_AVFoundation_AVAudioBuffer.m +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Modules/_AVFoundation_inlines.m +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Modules/_AVFoundation_protocols.m +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Modules/pyobjc-api.h +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/Modules/pyobjc-compat.h +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avanimation.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avasset.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetcache.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetdownloadtask.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetexportsession.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetimagegenerator.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetplaybackassistant.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetreader.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetreaderoutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetresourceloader.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetsegmentreport.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetstoragemanager.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassettrack.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassettrackgroup.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassettracksegment.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetvariant.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetwriter.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avassetwriterinput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avasynchronouskeyvalueloading.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioapplication.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiobuffer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiochannellayout.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioconverter.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioengine.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioenvironmentnode.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiofile.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioformat.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioionode.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiomix.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiomixing.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudionode.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioplayer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioplayernode.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioprocessingsettings.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiorecorder.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudioroutingarbiter.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiosequencer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiosession.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiosessiontypes.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiosetting.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiosettings.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiosink.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiosourcenode.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiotime.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiotypes.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiounit.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiounitcomponent.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiouniteffect.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiouniteq.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiounitgenerator.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiounitreverb.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiounitsampler.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiounittimeeffect.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avaudiounittimeffect.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcameracalibrationdata.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcaption.py +0 -0
- /pyobjc-framework-AVFoundation-10.2/PyObjCTest/test_AVCaptionConversionValidator.py → /pyobjc_framework_avfoundation-10.3/PyObjCTest/test_avcaptionconversionvalidator.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcaptionformatconformer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcaptionrenderer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcaptionsettings.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcaptureaudiodataoutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturedeskviewapplication.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturedevice.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturefileoutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcaptureinput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcaptureoutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturephotooutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturereactions.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturesession.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturesessionpreset.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturestillimageoutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturevideodataoutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcapturevideopreviewlayer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcomposition.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcompositiontrack.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcompositiontracksegment.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avcontentkeysession.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avdepthdata.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_averror.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avexternalstoragedevice.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avfoundation.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avgeometry.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmediaformat.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmediaselection.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmediaselectiongroup.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmetadataformat.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmetadataidentifiers.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmetadataitem.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmetadataobject.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmidiplayer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmovie.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmovietrack.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avmusicevents.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avoutputsettingsassistant.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avoutputsettingsassistent.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplaybackcoordinator.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayerinterstitialeventcontroller.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayeritem.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayeritemmediadatacollector.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayeritemoutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayeritemprotectedcontentaddition.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayeritemprotectedcontentadditions.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayeritemtrack.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayerlayer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayerlooper.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avplayeroutput.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avportraitmatte.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avqueuedsamplebufferrendering.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avroutedetector.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avsamplebufferaudiorenderer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avsamplebufferdisplaylayer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avsamplebuffergenerator.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avsamplebufferrendersynchronizer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avsamplebuffervideorenderer.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avsamplecursor.py +0 -0
- /pyobjc-framework-AVFoundation-10.2/PyObjCTest/test_AVSemanticSegmentationMatte.py → /pyobjc_framework_avfoundation-10.3/PyObjCTest/test_avsemanticsegmentationmatte.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avspeechsynthesis.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avspeechsynthesisprovider.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avutilities.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avvideocompositing.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avvideocomposition.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/PyObjCTest/test_avvideosettings.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/AVFoundation.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/metadata.ini +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/arm64-13.3.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/x86_64-10.10.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/x86_64-10.13.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/x86_64-10.14.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/metadata/raw/x86_64-13.3.fwinfo +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/pyobjc_setup.py +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/pyproject.toml +0 -0
- {pyobjc-framework-AVFoundation-10.2 → pyobjc_framework_avfoundation-10.3}/setup.cfg +0 -0
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the AVFoundation 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 CoreAudio
|
|
13
|
+
import CoreMedia
|
|
14
|
+
import Foundation
|
|
15
|
+
import objc
|
|
16
|
+
from . import _AVFoundation, _metadata
|
|
17
|
+
from ._inlines import _inline_list_
|
|
18
|
+
|
|
19
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
20
|
+
name="AVFoundation",
|
|
21
|
+
frameworkIdentifier="com.apple.avfoundation",
|
|
22
|
+
frameworkPath=objc.pathForFramework(
|
|
23
|
+
"/System/Library/Frameworks/AVFoundation.framework"
|
|
24
|
+
),
|
|
25
|
+
globals_dict=globals(),
|
|
26
|
+
inline_list=_inline_list_,
|
|
27
|
+
parents=(_AVFoundation, CoreAudio, CoreMedia, Foundation),
|
|
28
|
+
metadict=_metadata.__dict__,
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
globals()["__dir__"] = dir_func
|
|
32
|
+
globals()["__getattr__"] = getattr_func
|
|
33
|
+
|
|
34
|
+
for cls, sel in (
|
|
35
|
+
("AVAssetDownloadTask", b"originalRequest"),
|
|
36
|
+
("AVAssetDownloadTask", b"currentRequest"),
|
|
37
|
+
("AVAssetDownloadTask", b"response"),
|
|
38
|
+
("AVAggregateAssetDownloadTask", b"originalRequest"),
|
|
39
|
+
("AVAggregateAssetDownloadTask", b"currentRequest"),
|
|
40
|
+
("AVAggregateAssetDownloadTask", b"response"),
|
|
41
|
+
("AVAssetDownloadURLSession", b"sharedSession"),
|
|
42
|
+
("AVAssetDownloadURLSession", b"sessionWithConfiguration:"),
|
|
43
|
+
("AVAssetDownloadURLSession", b"sessionWithConfiguration:delegate:"),
|
|
44
|
+
("AVAssetDownloadURLSession", b"dataTaskWithRequest:"),
|
|
45
|
+
("AVAssetDownloadURLSession", b"dataTaskWithURL:"),
|
|
46
|
+
("AVAssetDownloadURLSession", b"uploadTaskWithRequest:fromFile:"),
|
|
47
|
+
("AVAssetDownloadURLSession", b"uploadTaskWithRequest:fromData:"),
|
|
48
|
+
("AVAssetDownloadURLSession", b"uploadTaskWithStreamedRequest:"),
|
|
49
|
+
("AVAssetDownloadURLSession", b"downloadTaskWithRequest:"),
|
|
50
|
+
("AVAssetDownloadURLSession", b"downloadTaskWithURL:"),
|
|
51
|
+
("AVAssetDownloadURLSession", b"downloadTaskWithResumeData:"),
|
|
52
|
+
("AVAssetDownloadURLSession", b"dataTaskWithRequest:completionHandler:"),
|
|
53
|
+
("AVAssetDownloadURLSession", b"dataTaskWithURL:completionHandler:"),
|
|
54
|
+
(
|
|
55
|
+
"AVAssetDownloadURLSession",
|
|
56
|
+
b"uploadTaskWithRequest:fromFile:completionHandler:",
|
|
57
|
+
),
|
|
58
|
+
(
|
|
59
|
+
"AVAssetDownloadURLSession",
|
|
60
|
+
b"uploadTaskWithRequest:fromData:completionHandler:",
|
|
61
|
+
),
|
|
62
|
+
("AVAssetDownloadURLSession", b"downloadTaskWithRequest:completionHandler:"),
|
|
63
|
+
("AVAssetDownloadURLSession", b"downloadTaskWithURL:completionHandler:"),
|
|
64
|
+
("AVAssetDownloadURLSession", b"downloadTaskWithResumeData:completionHandler:"),
|
|
65
|
+
("AVAudioSourceNode", b"init"),
|
|
66
|
+
("AVAudioChannelLayout", b"init"),
|
|
67
|
+
("AVAudioEnvironmentDistanceAttenuationParameters", b"init"),
|
|
68
|
+
("AVAudioEnvironmentReverbParameters", b"init"),
|
|
69
|
+
("AVAudioSinkNode", b"init"),
|
|
70
|
+
("AVAudioConnectionPoint", b"init"),
|
|
71
|
+
("AVAudioApplication", b"init"),
|
|
72
|
+
("AVSpeechSynthesisProviderVoice", b"init"),
|
|
73
|
+
("AVSpeechSynthesisProviderVoice", b"new"),
|
|
74
|
+
("AVSpeechSynthesisProviderRequest", b"init"),
|
|
75
|
+
("AVSpeechSynthesisProviderRequest", b"new"),
|
|
76
|
+
("AVAudioRoutingArbiter", b"init"),
|
|
77
|
+
("AVAudioRoutingArbiter", b"new"),
|
|
78
|
+
("AVAudioInputNode", b"init"),
|
|
79
|
+
("AVAudioOutputNode", b"init"),
|
|
80
|
+
("AVAudioUnitEQFilterParameters", b"init"),
|
|
81
|
+
("AVAudioMixingDestination", b"init"),
|
|
82
|
+
("AVAssetCache", b"init"),
|
|
83
|
+
("AVAssetCache", b"new"),
|
|
84
|
+
("AVAssetPlaybackAssistant", b"init"),
|
|
85
|
+
("AVAssetPlaybackAssistant", b"new"),
|
|
86
|
+
("AVCaptureInput", b"init"),
|
|
87
|
+
("AVCaptureInput", b"new"),
|
|
88
|
+
("AVCaptureInputPort", b"init"),
|
|
89
|
+
("AVCaptureInputPort", b"new"),
|
|
90
|
+
("AVAssetDownloadTask", b"init"),
|
|
91
|
+
("AVAssetDownloadTask", b"new"),
|
|
92
|
+
("AVAssetDownloadConfiguration", b"init"),
|
|
93
|
+
("AVAssetDownloadConfiguration", b"new"),
|
|
94
|
+
("AVAggregateAssetDownloadTask", b"init"),
|
|
95
|
+
("AVAggregateAssetDownloadTask", b"new"),
|
|
96
|
+
("AVAssetDownloadURLSession", b"init"),
|
|
97
|
+
("AVAssetDownloadURLSession", b"new"),
|
|
98
|
+
("AVAssetWriterInput", b"init"),
|
|
99
|
+
("AVAssetWriterInput", b"new"),
|
|
100
|
+
("AVAssetWriterInputPassDescription", b"init"),
|
|
101
|
+
("AVAssetWriterInputPassDescription", b"new"),
|
|
102
|
+
("AVAssetWriterInputPixelBufferAdaptor", b"init"),
|
|
103
|
+
("AVAssetWriterInputPixelBufferAdaptor", b"new"),
|
|
104
|
+
("AVAssetWriterInputTaggedPixelBufferGroupAdaptor", b"init"),
|
|
105
|
+
("AVAssetWriterInputTaggedPixelBufferGroupAdaptor", b"new"),
|
|
106
|
+
("AVAssetWriterInputMetadataAdaptor", b"init"),
|
|
107
|
+
("AVAssetWriterInputMetadataAdaptor", b"new"),
|
|
108
|
+
("AVAssetWriterInputCaptionAdaptor", b"init"),
|
|
109
|
+
("AVAssetWriterInputCaptionAdaptor", b"new"),
|
|
110
|
+
("AVAssetWriter", b"init"),
|
|
111
|
+
("AVAssetWriter", b"new"),
|
|
112
|
+
("AVAssetWriterInputGroup", b"init"),
|
|
113
|
+
("AVAssetWriterInputGroup", b"new"),
|
|
114
|
+
("AVPortraitEffectsMatte", b"init"),
|
|
115
|
+
("AVPortraitEffectsMatte", b"new"),
|
|
116
|
+
("AVSampleCursor", b"init"),
|
|
117
|
+
("AVSampleCursor", b"new"),
|
|
118
|
+
("AVAssetImageGenerator", b"init"),
|
|
119
|
+
("AVAssetImageGenerator", b"new"),
|
|
120
|
+
("AVAssetVariant", b"init"),
|
|
121
|
+
("AVAssetVariant", b"new"),
|
|
122
|
+
("AVAssetVariantVideoAttributes", b"init"),
|
|
123
|
+
("AVAssetVariantVideoAttributes", b"new"),
|
|
124
|
+
("AVAssetVariantVideoLayoutAttributes", b"init"),
|
|
125
|
+
("AVAssetVariantVideoLayoutAttributes", b"new"),
|
|
126
|
+
("AVAssetVariantAudioAttributes", b"init"),
|
|
127
|
+
("AVAssetVariantAudioAttributes", b"new"),
|
|
128
|
+
("AVAssetVariantQualifier", b"init"),
|
|
129
|
+
("AVAssetVariantQualifier", b"new"),
|
|
130
|
+
("AVCoordinatedPlaybackSuspension", b"init"),
|
|
131
|
+
("AVCoordinatedPlaybackSuspension", b"new"),
|
|
132
|
+
("AVPlaybackCoordinator", b"init"),
|
|
133
|
+
("AVPlaybackCoordinator", b"new"),
|
|
134
|
+
("AVPlayerPlaybackCoordinator", b"init"),
|
|
135
|
+
("AVPlayerPlaybackCoordinator", b"new"),
|
|
136
|
+
("AVDelegatingPlaybackCoordinatorPlaybackControlCommand", b"init"),
|
|
137
|
+
("AVDelegatingPlaybackCoordinatorPlaybackControlCommand", b"new"),
|
|
138
|
+
("AVDelegatingPlaybackCoordinatorPlayCommand", b"init"),
|
|
139
|
+
("AVDelegatingPlaybackCoordinatorPlayCommand", b"new"),
|
|
140
|
+
("AVDelegatingPlaybackCoordinatorBufferingCommand", b"init"),
|
|
141
|
+
("AVDelegatingPlaybackCoordinatorBufferingCommand", b"new"),
|
|
142
|
+
("AVDelegatingPlaybackCoordinatorPauseCommand", b"init"),
|
|
143
|
+
("AVDelegatingPlaybackCoordinatorPauseCommand", b"new"),
|
|
144
|
+
("AVDelegatingPlaybackCoordinatorSeekCommand", b"init"),
|
|
145
|
+
("AVDelegatingPlaybackCoordinatorSeekCommand", b"new"),
|
|
146
|
+
("AVCaptionConversionValidator", b"init"),
|
|
147
|
+
("AVCaptionConversionValidator", b"new"),
|
|
148
|
+
("AVCaptionConversionWarning", b"init"),
|
|
149
|
+
("AVCaptionConversionWarning", b"new"),
|
|
150
|
+
("AVCaptionConversionAdjustment", b"init"),
|
|
151
|
+
("AVCaptionConversionAdjustment", b"new"),
|
|
152
|
+
("AVCaptionConversionTimeRangeAdjustment", b"init"),
|
|
153
|
+
("AVCaptionConversionTimeRangeAdjustment", b"new"),
|
|
154
|
+
("AVAssetTrackSegment", b"init"),
|
|
155
|
+
("AVAssetTrackSegment", b"new"),
|
|
156
|
+
("AVTextStyleRule", b"init"),
|
|
157
|
+
("AVTextStyleRule", b"new"),
|
|
158
|
+
("AVCaptureDataOutputSynchronizer", b"init"),
|
|
159
|
+
("AVCaptureDataOutputSynchronizer", b"new"),
|
|
160
|
+
("AVCaptureSynchronizedDataCollection", b"init"),
|
|
161
|
+
("AVCaptureSynchronizedDataCollection", b"new"),
|
|
162
|
+
("AVCaptureSynchronizedData", b"init"),
|
|
163
|
+
("AVCaptureSynchronizedData", b"new"),
|
|
164
|
+
("AVURLAsset", b"init"),
|
|
165
|
+
("AVURLAsset", b"new"),
|
|
166
|
+
("AVAssetSegmentReport", b"init"),
|
|
167
|
+
("AVAssetSegmentReport", b"new"),
|
|
168
|
+
("AVAssetSegmentTrackReport", b"init"),
|
|
169
|
+
("AVAssetSegmentTrackReport", b"new"),
|
|
170
|
+
("AVAssetSegmentReportSampleInformation", b"init"),
|
|
171
|
+
("AVAssetSegmentReportSampleInformation", b"new"),
|
|
172
|
+
("AVAssetReaderTrackOutput", b"init"),
|
|
173
|
+
("AVAssetReaderTrackOutput", b"new"),
|
|
174
|
+
("AVAssetReaderAudioMixOutput", b"init"),
|
|
175
|
+
("AVAssetReaderAudioMixOutput", b"new"),
|
|
176
|
+
("AVAssetReaderVideoCompositionOutput", b"init"),
|
|
177
|
+
("AVAssetReaderVideoCompositionOutput", b"new"),
|
|
178
|
+
("AVAssetReaderOutputMetadataAdaptor", b"init"),
|
|
179
|
+
("AVAssetReaderOutputMetadataAdaptor", b"new"),
|
|
180
|
+
("AVAssetReaderOutputCaptionAdaptor", b"init"),
|
|
181
|
+
("AVAssetReaderOutputCaptionAdaptor", b"new"),
|
|
182
|
+
("AVAssetReaderSampleReferenceOutput", b"init"),
|
|
183
|
+
("AVAssetReaderSampleReferenceOutput", b"new"),
|
|
184
|
+
("AVSemanticSegmentationMatte", b"init"),
|
|
185
|
+
("AVSemanticSegmentationMatte", b"new"),
|
|
186
|
+
("AVContentKeySession", b"init"),
|
|
187
|
+
("AVContentKeySession", b"new"),
|
|
188
|
+
("AVCaptureConnection", b"init"),
|
|
189
|
+
("AVCaptureConnection", b"new"),
|
|
190
|
+
("AVCaptureAudioChannel", b"init"),
|
|
191
|
+
("AVCaptureAudioChannel", b"new"),
|
|
192
|
+
("AVCaptureBracketedStillImageSettings", b"init"),
|
|
193
|
+
("AVCaptureBracketedStillImageSettings", b"new"),
|
|
194
|
+
("AVCaptureOutput", b"init"),
|
|
195
|
+
("AVCaptureOutput", b"new"),
|
|
196
|
+
("AVPlayerLooper", b"init"),
|
|
197
|
+
("AVPlayerLooper", b"new"),
|
|
198
|
+
("AVExternalStorageDevice", b"init"),
|
|
199
|
+
("AVExternalStorageDevice", b"new"),
|
|
200
|
+
("AVExternalStorageDeviceDiscoverySession", b"init"),
|
|
201
|
+
("AVExternalStorageDeviceDiscoverySession", b"new"),
|
|
202
|
+
("AVCameraCalibrationData", b"init"),
|
|
203
|
+
("AVCameraCalibrationData", b"new"),
|
|
204
|
+
("AVVideoPerformanceMetrics", b"init"),
|
|
205
|
+
("AVVideoPerformanceMetrics", b"new"),
|
|
206
|
+
("AVCaptionRendererScene", b"init"),
|
|
207
|
+
("AVCaptionRendererScene", b"new"),
|
|
208
|
+
("AVOutputSettingsAssistant", b"init"),
|
|
209
|
+
("AVOutputSettingsAssistant", b"new"),
|
|
210
|
+
("AVCaptureSystemPressureState", b"init"),
|
|
211
|
+
("AVCaptureSystemPressureState", b"new"),
|
|
212
|
+
("AVPlayerVideoOutput", b"init"),
|
|
213
|
+
("AVPlayerVideoOutput", b"new"),
|
|
214
|
+
("AVVideoOutputSpecification", b"init"),
|
|
215
|
+
("AVVideoOutputSpecification", b"new"),
|
|
216
|
+
("AVPlayerVideoOutputConfiguration", b"init"),
|
|
217
|
+
("AVPlayerVideoOutputConfiguration", b"new"),
|
|
218
|
+
("AVCapturePhotoOutputReadinessCoordinator", b"init"),
|
|
219
|
+
("AVCapturePhotoOutputReadinessCoordinator", b"new"),
|
|
220
|
+
("AVCaptureResolvedPhotoSettings", b"init"),
|
|
221
|
+
("AVCaptureResolvedPhotoSettings", b"new"),
|
|
222
|
+
("AVCapturePhoto", b"init"),
|
|
223
|
+
("AVCapturePhoto", b"new"),
|
|
224
|
+
("AVCaptureDeferredPhotoProxy", b"init"),
|
|
225
|
+
("AVCaptureDeferredPhotoProxy", b"new"),
|
|
226
|
+
("AVAssetReader", b"init"),
|
|
227
|
+
("AVAssetReader", b"new"),
|
|
228
|
+
("AVMetadataObject", b"init"),
|
|
229
|
+
("AVMetadataObject", b"new"),
|
|
230
|
+
("AVSampleBufferGenerator", b"init"),
|
|
231
|
+
("AVSampleBufferGenerator", b"new"),
|
|
232
|
+
("AVSampleBufferRequest", b"init"),
|
|
233
|
+
("AVSampleBufferRequest", b"new"),
|
|
234
|
+
("AVSampleBufferGeneratorBatch", b"init"),
|
|
235
|
+
("AVSampleBufferGeneratorBatch", b"new"),
|
|
236
|
+
("AVMediaDataStorage", b"init"),
|
|
237
|
+
("AVMediaDataStorage", b"new"),
|
|
238
|
+
("AVAssetExportSession", b"init"),
|
|
239
|
+
("AVAssetExportSession", b"new"),
|
|
240
|
+
("AVPlayerInterstitialEvent", b"init"),
|
|
241
|
+
("AVPlayerInterstitialEvent", b"new"),
|
|
242
|
+
("AVCaption", b"init"),
|
|
243
|
+
("AVCaption", b"new"),
|
|
244
|
+
("AVCaptionRuby", b"init"),
|
|
245
|
+
("AVCaptionRuby", b"new"),
|
|
246
|
+
("AVAssetTrack", b"init"),
|
|
247
|
+
("AVAssetTrack", b"new"),
|
|
248
|
+
("AVCaptionFormatConformer", b"init"),
|
|
249
|
+
("AVCaptionFormatConformer", b"new"),
|
|
250
|
+
("AVCaptureDevice", b"init"),
|
|
251
|
+
("AVCaptureDevice", b"new"),
|
|
252
|
+
("AVCaptureDeviceDiscoverySession", b"init"),
|
|
253
|
+
("AVCaptureDeviceDiscoverySession", b"new"),
|
|
254
|
+
("AVCaptureDeviceRotationCoordinator", b"init"),
|
|
255
|
+
("AVCaptureDeviceRotationCoordinator", b"new"),
|
|
256
|
+
("AVFrameRateRange", b"init"),
|
|
257
|
+
("AVFrameRateRange", b"new"),
|
|
258
|
+
("AVZoomRange", b"init"),
|
|
259
|
+
("AVZoomRange", b"new"),
|
|
260
|
+
("AVCaptureDeviceFormat", b"init"),
|
|
261
|
+
("AVCaptureDeviceFormat", b"new"),
|
|
262
|
+
("AVCaptureDeviceInputSource", b"init"),
|
|
263
|
+
("AVCaptureDeviceInputSource", b"new"),
|
|
264
|
+
("AVPlayerItem", b"init"),
|
|
265
|
+
("AVPlayerItem", b"new"),
|
|
266
|
+
("AVPlayerItemAccessLog", b"init"),
|
|
267
|
+
("AVPlayerItemAccessLog", b"new"),
|
|
268
|
+
("AVPlayerItemErrorLog", b"init"),
|
|
269
|
+
("AVPlayerItemAccessLogEvent", b"new"),
|
|
270
|
+
("AVPlayerItemAccessLogEvent", b"init"),
|
|
271
|
+
("AVPlayerItemErrorLogEvent", b"new"),
|
|
272
|
+
("AVPlayerItemErrorLogEvent", b"init"),
|
|
273
|
+
("AVAssetResourceLoader", b"new"),
|
|
274
|
+
("AVAssetResourceLoader", b"init"),
|
|
275
|
+
("AVAssetResourceLoadingRequestor", b"new"),
|
|
276
|
+
("AVAssetResourceLoadingRequestor", b"init"),
|
|
277
|
+
("AVAssetResourceLoadingRequest", b"new"),
|
|
278
|
+
("AVAssetResourceLoadingRequest", b"init"),
|
|
279
|
+
("AVAssetResourceLoadingContentInformationRequest", b"new"),
|
|
280
|
+
("AVAssetResourceLoadingContentInformationRequest", b"init"),
|
|
281
|
+
("AVAssetResourceLoadingDataRequest", b"new"),
|
|
282
|
+
("AVAssetResourceLoadingDataRequest", b"init"),
|
|
283
|
+
("AVContinuityDevice", b"new"),
|
|
284
|
+
("AVContinuityDevice", b"init"),
|
|
285
|
+
("AVDepthData", b"new"),
|
|
286
|
+
("AVDepthData", b"init"),
|
|
287
|
+
):
|
|
288
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
289
|
+
|
|
290
|
+
del sys.modules["AVFoundation._metadata"]
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
globals().pop("_setup")()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat May 18 09:16:24 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -9213,6 +9213,268 @@ try:
|
|
|
9213
9213
|
r(b"null", b"transportControlsSupported", {"retval": {"type": b"Z"}})
|
|
9214
9214
|
finally:
|
|
9215
9215
|
objc._updatingMetadata(False)
|
|
9216
|
+
|
|
9217
|
+
objc.registerNewKeywordsFromSelector(
|
|
9218
|
+
"AVAssetExportSession", b"initWithAsset:presetName:"
|
|
9219
|
+
)
|
|
9220
|
+
objc.registerNewKeywordsFromSelector("AVAssetImageGenerator", b"initWithAsset:")
|
|
9221
|
+
objc.registerNewKeywordsFromSelector("AVAssetReader", b"initWithAsset:error:")
|
|
9222
|
+
objc.registerNewKeywordsFromSelector(
|
|
9223
|
+
"AVAssetReaderAudioMixOutput", b"initWithAudioTracks:audioSettings:"
|
|
9224
|
+
)
|
|
9225
|
+
objc.registerNewKeywordsFromSelector(
|
|
9226
|
+
"AVAssetReaderOutputCaptionAdaptor", b"initWithAssetReaderTrackOutput:"
|
|
9227
|
+
)
|
|
9228
|
+
objc.registerNewKeywordsFromSelector(
|
|
9229
|
+
"AVAssetReaderOutputMetadataAdaptor", b"initWithAssetReaderTrackOutput:"
|
|
9230
|
+
)
|
|
9231
|
+
objc.registerNewKeywordsFromSelector(
|
|
9232
|
+
"AVAssetReaderSampleReferenceOutput", b"initWithTrack:"
|
|
9233
|
+
)
|
|
9234
|
+
objc.registerNewKeywordsFromSelector(
|
|
9235
|
+
"AVAssetReaderTrackOutput", b"initWithTrack:outputSettings:"
|
|
9236
|
+
)
|
|
9237
|
+
objc.registerNewKeywordsFromSelector(
|
|
9238
|
+
"AVAssetReaderVideoCompositionOutput", b"initWithVideoTracks:videoSettings:"
|
|
9239
|
+
)
|
|
9240
|
+
objc.registerNewKeywordsFromSelector("AVAssetWriter", b"initWithContentType:")
|
|
9241
|
+
objc.registerNewKeywordsFromSelector("AVAssetWriter", b"initWithURL:fileType:error:")
|
|
9242
|
+
objc.registerNewKeywordsFromSelector(
|
|
9243
|
+
"AVAssetWriterInput", b"initWithMediaType:outputSettings:"
|
|
9244
|
+
)
|
|
9245
|
+
objc.registerNewKeywordsFromSelector(
|
|
9246
|
+
"AVAssetWriterInput", b"initWithMediaType:outputSettings:sourceFormatHint:"
|
|
9247
|
+
)
|
|
9248
|
+
objc.registerNewKeywordsFromSelector(
|
|
9249
|
+
"AVAssetWriterInputCaptionAdaptor", b"initWithAssetWriterInput:"
|
|
9250
|
+
)
|
|
9251
|
+
objc.registerNewKeywordsFromSelector(
|
|
9252
|
+
"AVAssetWriterInputGroup", b"initWithInputs:defaultInput:"
|
|
9253
|
+
)
|
|
9254
|
+
objc.registerNewKeywordsFromSelector(
|
|
9255
|
+
"AVAssetWriterInputMetadataAdaptor", b"initWithAssetWriterInput:"
|
|
9256
|
+
)
|
|
9257
|
+
objc.registerNewKeywordsFromSelector(
|
|
9258
|
+
"AVAssetWriterInputPixelBufferAdaptor",
|
|
9259
|
+
b"initWithAssetWriterInput:sourcePixelBufferAttributes:",
|
|
9260
|
+
)
|
|
9261
|
+
objc.registerNewKeywordsFromSelector(
|
|
9262
|
+
"AVAssetWriterInputTaggedPixelBufferGroupAdaptor",
|
|
9263
|
+
b"initWithAssetWriterInput:sourcePixelBufferAttributes:",
|
|
9264
|
+
)
|
|
9265
|
+
objc.registerNewKeywordsFromSelector("AVAudioChannelLayout", b"initWithLayout:")
|
|
9266
|
+
objc.registerNewKeywordsFromSelector("AVAudioChannelLayout", b"initWithLayoutTag:")
|
|
9267
|
+
objc.registerNewKeywordsFromSelector(
|
|
9268
|
+
"AVAudioCompressedBuffer", b"initWithFormat:packetCapacity:"
|
|
9269
|
+
)
|
|
9270
|
+
objc.registerNewKeywordsFromSelector(
|
|
9271
|
+
"AVAudioCompressedBuffer", b"initWithFormat:packetCapacity:maximumPacketSize:"
|
|
9272
|
+
)
|
|
9273
|
+
objc.registerNewKeywordsFromSelector("AVAudioConnectionPoint", b"initWithNode:bus:")
|
|
9274
|
+
objc.registerNewKeywordsFromSelector("AVAudioConverter", b"initFromFormat:toFormat:")
|
|
9275
|
+
objc.registerNewKeywordsFromSelector(
|
|
9276
|
+
"AVAudioFile", b"initForReading:commonFormat:interleaved:error:"
|
|
9277
|
+
)
|
|
9278
|
+
objc.registerNewKeywordsFromSelector("AVAudioFile", b"initForReading:error:")
|
|
9279
|
+
objc.registerNewKeywordsFromSelector(
|
|
9280
|
+
"AVAudioFile", b"initForWriting:settings:commonFormat:interleaved:error:"
|
|
9281
|
+
)
|
|
9282
|
+
objc.registerNewKeywordsFromSelector("AVAudioFile", b"initForWriting:settings:error:")
|
|
9283
|
+
objc.registerNewKeywordsFromSelector(
|
|
9284
|
+
"AVAudioFormat", b"initStandardFormatWithSampleRate:channelLayout:"
|
|
9285
|
+
)
|
|
9286
|
+
objc.registerNewKeywordsFromSelector(
|
|
9287
|
+
"AVAudioFormat", b"initStandardFormatWithSampleRate:channels:"
|
|
9288
|
+
)
|
|
9289
|
+
objc.registerNewKeywordsFromSelector(
|
|
9290
|
+
"AVAudioFormat", b"initWithCMAudioFormatDescription:"
|
|
9291
|
+
)
|
|
9292
|
+
objc.registerNewKeywordsFromSelector(
|
|
9293
|
+
"AVAudioFormat", b"initWithCommonFormat:sampleRate:channels:interleaved:"
|
|
9294
|
+
)
|
|
9295
|
+
objc.registerNewKeywordsFromSelector(
|
|
9296
|
+
"AVAudioFormat", b"initWithCommonFormat:sampleRate:interleaved:channelLayout:"
|
|
9297
|
+
)
|
|
9298
|
+
objc.registerNewKeywordsFromSelector("AVAudioFormat", b"initWithSettings:")
|
|
9299
|
+
objc.registerNewKeywordsFromSelector("AVAudioFormat", b"initWithStreamDescription:")
|
|
9300
|
+
objc.registerNewKeywordsFromSelector(
|
|
9301
|
+
"AVAudioFormat", b"initWithStreamDescription:channelLayout:"
|
|
9302
|
+
)
|
|
9303
|
+
objc.registerNewKeywordsFromSelector(
|
|
9304
|
+
"AVAudioPCMBuffer", b"initWithPCMFormat:frameCapacity:"
|
|
9305
|
+
)
|
|
9306
|
+
objc.registerNewKeywordsFromSelector("AVAudioPlayer", b"initWithContentsOfURL:error:")
|
|
9307
|
+
objc.registerNewKeywordsFromSelector(
|
|
9308
|
+
"AVAudioPlayer", b"initWithContentsOfURL:fileTypeHint:error:"
|
|
9309
|
+
)
|
|
9310
|
+
objc.registerNewKeywordsFromSelector("AVAudioPlayer", b"initWithData:error:")
|
|
9311
|
+
objc.registerNewKeywordsFromSelector(
|
|
9312
|
+
"AVAudioPlayer", b"initWithData:fileTypeHint:error:"
|
|
9313
|
+
)
|
|
9314
|
+
objc.registerNewKeywordsFromSelector("AVAudioRecorder", b"initWithURL:format:error:")
|
|
9315
|
+
objc.registerNewKeywordsFromSelector("AVAudioRecorder", b"initWithURL:settings:error:")
|
|
9316
|
+
objc.registerNewKeywordsFromSelector("AVAudioSequencer", b"initWithAudioEngine:")
|
|
9317
|
+
objc.registerNewKeywordsFromSelector("AVAudioSinkNode", b"initWithReceiverBlock:")
|
|
9318
|
+
objc.registerNewKeywordsFromSelector(
|
|
9319
|
+
"AVAudioSourceNode", b"initWithFormat:renderBlock:"
|
|
9320
|
+
)
|
|
9321
|
+
objc.registerNewKeywordsFromSelector("AVAudioSourceNode", b"initWithRenderBlock:")
|
|
9322
|
+
objc.registerNewKeywordsFromSelector(
|
|
9323
|
+
"AVAudioTime", b"initWithAudioTimeStamp:sampleRate:"
|
|
9324
|
+
)
|
|
9325
|
+
objc.registerNewKeywordsFromSelector("AVAudioTime", b"initWithHostTime:")
|
|
9326
|
+
objc.registerNewKeywordsFromSelector(
|
|
9327
|
+
"AVAudioTime", b"initWithHostTime:sampleTime:atRate:"
|
|
9328
|
+
)
|
|
9329
|
+
objc.registerNewKeywordsFromSelector("AVAudioTime", b"initWithSampleTime:atRate:")
|
|
9330
|
+
objc.registerNewKeywordsFromSelector("AVAudioUnitEQ", b"initWithNumberOfBands:")
|
|
9331
|
+
objc.registerNewKeywordsFromSelector(
|
|
9332
|
+
"AVAudioUnitEffect", b"initWithAudioComponentDescription:"
|
|
9333
|
+
)
|
|
9334
|
+
objc.registerNewKeywordsFromSelector(
|
|
9335
|
+
"AVAudioUnitGenerator", b"initWithAudioComponentDescription:"
|
|
9336
|
+
)
|
|
9337
|
+
objc.registerNewKeywordsFromSelector(
|
|
9338
|
+
"AVAudioUnitMIDIInstrument", b"initWithAudioComponentDescription:"
|
|
9339
|
+
)
|
|
9340
|
+
objc.registerNewKeywordsFromSelector(
|
|
9341
|
+
"AVAudioUnitTimeEffect", b"initWithAudioComponentDescription:"
|
|
9342
|
+
)
|
|
9343
|
+
objc.registerNewKeywordsFromSelector("AVCaption", b"initWithText:timeRange:")
|
|
9344
|
+
objc.registerNewKeywordsFromSelector(
|
|
9345
|
+
"AVCaptionConversionValidator", b"initWithCaptions:timeRange:conversionSettings:"
|
|
9346
|
+
)
|
|
9347
|
+
objc.registerNewKeywordsFromSelector(
|
|
9348
|
+
"AVCaptionFormatConformer", b"initWithConversionSettings:"
|
|
9349
|
+
)
|
|
9350
|
+
objc.registerNewKeywordsFromSelector("AVCaptionGroup", b"initWithCaptions:timeRange:")
|
|
9351
|
+
objc.registerNewKeywordsFromSelector("AVCaptionGroup", b"initWithTimeRange:")
|
|
9352
|
+
objc.registerNewKeywordsFromSelector("AVCaptionRuby", b"initWithText:")
|
|
9353
|
+
objc.registerNewKeywordsFromSelector(
|
|
9354
|
+
"AVCaptionRuby", b"initWithText:position:alignment:"
|
|
9355
|
+
)
|
|
9356
|
+
objc.registerNewKeywordsFromSelector(
|
|
9357
|
+
"AVCaptureConnection", b"initWithInputPort:videoPreviewLayer:"
|
|
9358
|
+
)
|
|
9359
|
+
objc.registerNewKeywordsFromSelector(
|
|
9360
|
+
"AVCaptureConnection", b"initWithInputPorts:output:"
|
|
9361
|
+
)
|
|
9362
|
+
objc.registerNewKeywordsFromSelector(
|
|
9363
|
+
"AVCaptureDataOutputSynchronizer", b"initWithDataOutputs:"
|
|
9364
|
+
)
|
|
9365
|
+
objc.registerNewKeywordsFromSelector("AVCaptureDeviceInput", b"initWithDevice:error:")
|
|
9366
|
+
objc.registerNewKeywordsFromSelector(
|
|
9367
|
+
"AVCaptureDeviceRotationCoordinator", b"initWithDevice:previewLayer:"
|
|
9368
|
+
)
|
|
9369
|
+
objc.registerNewKeywordsFromSelector(
|
|
9370
|
+
"AVCaptureMetadataInput", b"initWithFormatDescription:clock:"
|
|
9371
|
+
)
|
|
9372
|
+
objc.registerNewKeywordsFromSelector(
|
|
9373
|
+
"AVCapturePhotoOutputReadinessCoordinator", b"initWithPhotoOutput:"
|
|
9374
|
+
)
|
|
9375
|
+
objc.registerNewKeywordsFromSelector("AVCaptureScreenInput", b"initWithDisplayID:")
|
|
9376
|
+
objc.registerNewKeywordsFromSelector("AVCaptureVideoPreviewLayer", b"initWithSession:")
|
|
9377
|
+
objc.registerNewKeywordsFromSelector(
|
|
9378
|
+
"AVCaptureVideoPreviewLayer", b"initWithSessionWithNoConnection:"
|
|
9379
|
+
)
|
|
9380
|
+
objc.registerNewKeywordsFromSelector("AVCompositionTrackSegment", b"initWithTimeRange:")
|
|
9381
|
+
objc.registerNewKeywordsFromSelector(
|
|
9382
|
+
"AVCompositionTrackSegment", b"initWithURL:trackID:sourceTimeRange:targetTimeRange:"
|
|
9383
|
+
)
|
|
9384
|
+
objc.registerNewKeywordsFromSelector(
|
|
9385
|
+
"AVContentKeySpecifier", b"initForKeySystem:identifier:options:"
|
|
9386
|
+
)
|
|
9387
|
+
objc.registerNewKeywordsFromSelector(
|
|
9388
|
+
"AVDateRangeMetadataGroup", b"initWithItems:startDate:endDate:"
|
|
9389
|
+
)
|
|
9390
|
+
objc.registerNewKeywordsFromSelector(
|
|
9391
|
+
"AVDelegatingPlaybackCoordinator", b"initWithPlaybackControlDelegate:"
|
|
9392
|
+
)
|
|
9393
|
+
objc.registerNewKeywordsFromSelector(
|
|
9394
|
+
"AVFragmentedAssetMinder", b"initWithAsset:mindingInterval:"
|
|
9395
|
+
)
|
|
9396
|
+
objc.registerNewKeywordsFromSelector(
|
|
9397
|
+
"AVFragmentedMovieMinder", b"initWithMovie:mindingInterval:"
|
|
9398
|
+
)
|
|
9399
|
+
objc.registerNewKeywordsFromSelector(
|
|
9400
|
+
"AVMIDIPlayer", b"initWithContentsOfURL:soundBankURL:error:"
|
|
9401
|
+
)
|
|
9402
|
+
objc.registerNewKeywordsFromSelector(
|
|
9403
|
+
"AVMIDIPlayer", b"initWithData:soundBankURL:error:"
|
|
9404
|
+
)
|
|
9405
|
+
objc.registerNewKeywordsFromSelector("AVMediaDataStorage", b"initWithURL:options:")
|
|
9406
|
+
objc.registerNewKeywordsFromSelector("AVMovie", b"initWithData:options:")
|
|
9407
|
+
objc.registerNewKeywordsFromSelector("AVMovie", b"initWithURL:options:")
|
|
9408
|
+
objc.registerNewKeywordsFromSelector("AVMutableCaptionRegion", b"initWithIdentifier:")
|
|
9409
|
+
objc.registerNewKeywordsFromSelector("AVMutableMovie", b"initWithData:options:error:")
|
|
9410
|
+
objc.registerNewKeywordsFromSelector(
|
|
9411
|
+
"AVMutableMovie", b"initWithSettingsFromMovie:options:error:"
|
|
9412
|
+
)
|
|
9413
|
+
objc.registerNewKeywordsFromSelector("AVMutableMovie", b"initWithURL:options:error:")
|
|
9414
|
+
objc.registerNewKeywordsFromSelector("AVPlayer", b"initWithPlayerItem:")
|
|
9415
|
+
objc.registerNewKeywordsFromSelector("AVPlayer", b"initWithURL:")
|
|
9416
|
+
objc.registerNewKeywordsFromSelector(
|
|
9417
|
+
"AVPlayerInterstitialEventController", b"initWithPrimaryPlayer:"
|
|
9418
|
+
)
|
|
9419
|
+
objc.registerNewKeywordsFromSelector(
|
|
9420
|
+
"AVPlayerInterstitialEventMonitor", b"initWithPrimaryPlayer:"
|
|
9421
|
+
)
|
|
9422
|
+
objc.registerNewKeywordsFromSelector("AVPlayerItem", b"initWithAsset:")
|
|
9423
|
+
objc.registerNewKeywordsFromSelector(
|
|
9424
|
+
"AVPlayerItem", b"initWithAsset:automaticallyLoadedAssetKeys:"
|
|
9425
|
+
)
|
|
9426
|
+
objc.registerNewKeywordsFromSelector("AVPlayerItem", b"initWithURL:")
|
|
9427
|
+
objc.registerNewKeywordsFromSelector(
|
|
9428
|
+
"AVPlayerItemLegibleOutput", b"initWithMediaSubtypesForNativeRepresentation:"
|
|
9429
|
+
)
|
|
9430
|
+
objc.registerNewKeywordsFromSelector(
|
|
9431
|
+
"AVPlayerItemMetadataCollector", b"initWithIdentifiers:classifyingLabels:"
|
|
9432
|
+
)
|
|
9433
|
+
objc.registerNewKeywordsFromSelector(
|
|
9434
|
+
"AVPlayerItemMetadataOutput", b"initWithIdentifiers:"
|
|
9435
|
+
)
|
|
9436
|
+
objc.registerNewKeywordsFromSelector(
|
|
9437
|
+
"AVPlayerItemVideoOutput", b"initWithOutputSettings:"
|
|
9438
|
+
)
|
|
9439
|
+
objc.registerNewKeywordsFromSelector(
|
|
9440
|
+
"AVPlayerItemVideoOutput", b"initWithPixelBufferAttributes:"
|
|
9441
|
+
)
|
|
9442
|
+
objc.registerNewKeywordsFromSelector(
|
|
9443
|
+
"AVPlayerLooper", b"initWithPlayer:templateItem:timeRange:"
|
|
9444
|
+
)
|
|
9445
|
+
objc.registerNewKeywordsFromSelector(
|
|
9446
|
+
"AVPlayerLooper", b"initWithPlayer:templateItem:timeRange:existingItemsOrdering:"
|
|
9447
|
+
)
|
|
9448
|
+
objc.registerNewKeywordsFromSelector(
|
|
9449
|
+
"AVPlayerMediaSelectionCriteria",
|
|
9450
|
+
b"initWithPreferredLanguages:preferredMediaCharacteristics:",
|
|
9451
|
+
)
|
|
9452
|
+
objc.registerNewKeywordsFromSelector(
|
|
9453
|
+
"AVPlayerMediaSelectionCriteria",
|
|
9454
|
+
b"initWithPrincipalMediaCharacteristics:preferredLanguages:preferredMediaCharacteristics:",
|
|
9455
|
+
)
|
|
9456
|
+
objc.registerNewKeywordsFromSelector("AVPlayerVideoOutput", b"initWithSpecification:")
|
|
9457
|
+
objc.registerNewKeywordsFromSelector("AVQueuePlayer", b"initWithItems:")
|
|
9458
|
+
objc.registerNewKeywordsFromSelector(
|
|
9459
|
+
"AVSampleBufferGenerator", b"initWithAsset:timebase:"
|
|
9460
|
+
)
|
|
9461
|
+
objc.registerNewKeywordsFromSelector("AVSampleBufferRequest", b"initWithStartCursor:")
|
|
9462
|
+
objc.registerNewKeywordsFromSelector("AVSpeechUtterance", b"initWithAttributedString:")
|
|
9463
|
+
objc.registerNewKeywordsFromSelector("AVSpeechUtterance", b"initWithString:")
|
|
9464
|
+
objc.registerNewKeywordsFromSelector(
|
|
9465
|
+
"AVTextStyleRule", b"initWithTextMarkupAttributes:"
|
|
9466
|
+
)
|
|
9467
|
+
objc.registerNewKeywordsFromSelector(
|
|
9468
|
+
"AVTextStyleRule", b"initWithTextMarkupAttributes:textSelector:"
|
|
9469
|
+
)
|
|
9470
|
+
objc.registerNewKeywordsFromSelector(
|
|
9471
|
+
"AVTimedMetadataGroup", b"initWithItems:timeRange:"
|
|
9472
|
+
)
|
|
9473
|
+
objc.registerNewKeywordsFromSelector("AVTimedMetadataGroup", b"initWithSampleBuffer:")
|
|
9474
|
+
objc.registerNewKeywordsFromSelector("AVURLAsset", b"initWithURL:options:")
|
|
9475
|
+
objc.registerNewKeywordsFromSelector(
|
|
9476
|
+
"AVVideoOutputSpecification", b"initWithTagCollections:"
|
|
9477
|
+
)
|
|
9216
9478
|
expressions = {}
|
|
9217
9479
|
|
|
9218
9480
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-AVFoundation
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework AVFoundation on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,11 +30,11 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-CoreMedia>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-CoreAudio>=10.
|
|
36
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
37
|
-
Requires-Dist: pyobjc-framework-Quartz>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-CoreMedia>=10.3
|
|
35
|
+
Requires-Dist: pyobjc-framework-CoreAudio>=10.3
|
|
36
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
37
|
+
Requires-Dist: pyobjc-framework-Quartz>=10.3
|
|
38
38
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
39
39
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
40
40
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -145,18 +145,14 @@ PyObjCTest/test_avvideocomposition.py
|
|
|
145
145
|
PyObjCTest/test_avvideosettings.py
|
|
146
146
|
metadata/AVFoundation.fwinfo
|
|
147
147
|
metadata/metadata.ini
|
|
148
|
-
metadata/raw/arm64-12.1.fwinfo
|
|
149
148
|
metadata/raw/arm64-12.3.fwinfo
|
|
150
|
-
metadata/raw/arm64-13.0.fwinfo
|
|
151
149
|
metadata/raw/arm64-13.3.fwinfo
|
|
152
|
-
metadata/raw/arm64-14.
|
|
150
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
153
151
|
metadata/raw/x86_64-10.10.fwinfo
|
|
154
152
|
metadata/raw/x86_64-10.13.fwinfo
|
|
155
153
|
metadata/raw/x86_64-10.14.fwinfo
|
|
156
154
|
metadata/raw/x86_64-10.15.fwinfo
|
|
157
155
|
metadata/raw/x86_64-10.16.fwinfo
|
|
158
|
-
metadata/raw/x86_64-12.1.fwinfo
|
|
159
156
|
metadata/raw/x86_64-12.3.fwinfo
|
|
160
|
-
metadata/raw/x86_64-13.0.fwinfo
|
|
161
157
|
metadata/raw/x86_64-13.3.fwinfo
|
|
162
|
-
metadata/raw/x86_64-14.
|
|
158
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-AVFoundation
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework AVFoundation on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,11 +30,11 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-CoreMedia>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-CoreAudio>=10.
|
|
36
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
37
|
-
Requires-Dist: pyobjc-framework-Quartz>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-CoreMedia>=10.3
|
|
35
|
+
Requires-Dist: pyobjc-framework-CoreAudio>=10.3
|
|
36
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
37
|
+
Requires-Dist: pyobjc-framework-Quartz>=10.3
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
Wrappers for the "AVFoundation" framework on macOS.
|