pyobjc-framework-AVFoundation 11.0__tar.gz → 11.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_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Lib/AVFoundation/_metadata.py +21 -144
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Lib/pyobjc_framework_AVFoundation.egg-info/PKG-INFO +20 -9
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Lib/pyobjc_framework_AVFoundation.egg-info/SOURCES.txt +2 -4
- pyobjc_framework_avfoundation-11.1/Lib/pyobjc_framework_AVFoundation.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_avfoundation-11.1/Lib/pyobjc_framework_AVFoundation.egg-info/requires.txt +5 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/License.txt +1 -1
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Modules/pyobjc-compat.h +95 -2
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PKG-INFO +20 -9
- pyobjc_framework_avfoundation-11.1/PyObjCTest/__init__.py +1 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetvariant.py +15 -0
- pyobjc_framework_avfoundation-11.0/metadata/raw/arm64-15.2.fwinfo → pyobjc_framework_avfoundation-11.1/metadata/raw/arm64-15.5.fwinfo +104 -2
- pyobjc_framework_avfoundation-11.0/metadata/raw/x86_64-15.2.fwinfo → pyobjc_framework_avfoundation-11.1/metadata/raw/x86_64-15.5.fwinfo +104 -2
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/pyobjc_setup.py +7 -41
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/setup.py +1 -1
- pyobjc_framework_avfoundation-11.0/Lib/pyobjc_framework_AVFoundation.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_avfoundation-11.0/Lib/pyobjc_framework_AVFoundation.egg-info/requires.txt +0 -5
- pyobjc_framework_avfoundation-11.0/PyObjCTest/__init__.py +0 -1
- pyobjc_framework_avfoundation-11.0/metadata/raw/arm64-15.0.fwinfo +0 -16595
- pyobjc_framework_avfoundation-11.0/metadata/raw/x86_64-15.0.fwinfo +0 -16595
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Lib/AVFoundation/__init__.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Lib/pyobjc_framework_AVFoundation.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Lib/pyobjc_framework_AVFoundation.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Lib/pyobjc_framework_AVFoundation.egg-info/top_level.txt +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/MANIFEST.in +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Modules/_AVFoundation.m +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Modules/_AVFoundation_AVAudioBuffer.m +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Modules/_AVFoundation_inlines.m +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Modules/_AVFoundation_protocols.m +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/Modules/pyobjc-api.h +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avanimation.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avasset.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetcache.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetdownloadtask.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetexportsession.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetimagegenerator.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetplaybackassistant.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetreader.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetreaderoutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetresourceloader.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetsegmentreport.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetstoragemanager.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassettrack.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassettrackgroup.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassettracksegment.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetwriter.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avassetwriterinput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avasynchronouskeyvalueloading.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioapplication.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiobuffer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiochannellayout.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioconverter.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioengine.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioenvironmentnode.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiofile.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioformat.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioionode.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiomix.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiomixing.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudionode.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioplayer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioplayernode.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioprocessingsettings.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiorecorder.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudioroutingarbiter.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiosequencer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiosession.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiosessiontypes.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiosetting.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiosettings.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiosink.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiosourcenode.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiotime.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiotypes.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiounit.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiounitcomponent.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiouniteffect.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiouniteq.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiounitgenerator.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiounitreverb.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiounitsampler.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiounittimeeffect.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avaudiounittimeffect.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcameracalibrationdata.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaption.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptionconversionvalidator.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptionformatconformer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptionrenderer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptionsettings.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptureaudiodataoutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturecontrol.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturedeskviewapplication.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturedevice.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturefileoutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptureindexpicker.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptureinput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptureoutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturephotooutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturereactions.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturesession.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturesessionpreset.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcaptureslider.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturestillimageoutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturesystemexposurebiasslider.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturesystemzoomslider.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturevideodataoutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcapturevideopreviewlayer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcomposition.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcompositiontrack.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcompositiontracksegment.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avcontentkeysession.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avdepthdata.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_averror.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avexternalstoragedevice.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avfoundation.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avgeometry.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmediaformat.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmediaselection.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmediaselectiongroup.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmetadataformat.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmetadataidentifiers.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmetadataitem.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmetadataobject.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmetrics.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmidiplayer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmovie.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmovietrack.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avmusicevents.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avoutputsettingsassistant.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avoutputsettingsassistent.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplaybackcoordinator.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayerinterstitialeventcontroller.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayeritem.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayeritemintegratedtimeline.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayeritemmediadatacollector.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayeritemoutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayeritemprotectedcontentaddition.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayeritemprotectedcontentadditions.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayeritemtrack.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayerlayer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayerlooper.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avplayeroutput.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avportraitmatte.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avqueuedsamplebufferrendering.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avroutedetector.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avsamplebufferaudiorenderer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avsamplebufferdisplaylayer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avsamplebuffergenerator.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avsamplebufferrendersynchronizer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avsamplebuffervideorenderer.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avsamplecursor.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avsemanticsegmentationmatte.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avspeechsynthesis.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avspeechsynthesisprovider.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avutilities.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avvideocompositing.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avvideocomposition.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/PyObjCTest/test_avvideosettings.py +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/AVFoundation.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/metadata.ini +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/arm64-13.3.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/arm64-14.5.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/x86_64-10.10.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/x86_64-10.13.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/x86_64-10.14.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/x86_64-13.3.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/metadata/raw/x86_64-14.5.fwinfo +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/pyproject.toml +0 -0
- {pyobjc_framework_avfoundation-11.0 → pyobjc_framework_avfoundation-11.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Mon May 5 09:40:47 2025
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -137,8 +137,8 @@ misc.update(
|
|
|
137
137
|
),
|
|
138
138
|
}
|
|
139
139
|
)
|
|
140
|
-
constants = """$AVAssetChapterMetadataGroupsDidChangeNotification$AVAssetContainsFragmentsDidChangeNotification$AVAssetDownloadTaskMediaSelectionKey$AVAssetDownloadTaskMediaSelectionPrefersMultichannelKey$AVAssetDownloadTaskMinimumRequiredMediaBitrateKey$AVAssetDownloadTaskMinimumRequiredPresentationSizeKey$AVAssetDownloadTaskPrefersHDRKey$AVAssetDownloadTaskPrefersLosslessAudioKey$AVAssetDownloadedAssetEvictionPriorityDefault$AVAssetDownloadedAssetEvictionPriorityImportant$AVAssetDurationDidChangeNotification$AVAssetExportPreset1280x720$AVAssetExportPreset1920x1080$AVAssetExportPreset3840x2160$AVAssetExportPreset640x480$AVAssetExportPreset960x540$AVAssetExportPresetAppleM4A$AVAssetExportPresetAppleM4V1080pHD$AVAssetExportPresetAppleM4V480pSD$AVAssetExportPresetAppleM4V720pHD$AVAssetExportPresetAppleM4VAppleTV$AVAssetExportPresetAppleM4VCellular$AVAssetExportPresetAppleM4VWiFi$AVAssetExportPresetAppleM4ViPod$AVAssetExportPresetAppleProRes422LPCM$AVAssetExportPresetAppleProRes4444LPCM$AVAssetExportPresetHEVC1920x1080$AVAssetExportPresetHEVC1920x1080WithAlpha$AVAssetExportPresetHEVC3840x2160$AVAssetExportPresetHEVC3840x2160WithAlpha$AVAssetExportPresetHEVC7680x4320$AVAssetExportPresetHEVCHighestQuality$AVAssetExportPresetHEVCHighestQualityWithAlpha$AVAssetExportPresetHighestQuality$AVAssetExportPresetLowQuality$AVAssetExportPresetMVHEVC1440x1440$AVAssetExportPresetMVHEVC960x960$AVAssetExportPresetMediumQuality$AVAssetExportPresetPassthrough$AVAssetImageGeneratorApertureModeCleanAperture$AVAssetImageGeneratorApertureModeEncodedPixels$AVAssetImageGeneratorApertureModeProductionAperture$AVAssetImageGeneratorDynamicRangePolicyForceSDR$AVAssetImageGeneratorDynamicRangePolicyMatchSource$AVAssetMediaSelectionGroupsDidChangeNotification$AVAssetPlaybackConfigurationOptionSpatialVideo$AVAssetPlaybackConfigurationOptionStereoMultiviewVideo$AVAssetPlaybackConfigurationOptionStereoVideo$AVAssetResourceLoadingRequestStreamingContentKeyRequestRequiresPersistentKey$AVAssetTrackSegmentsDidChangeNotification$AVAssetTrackTimeRangeDidChangeNotification$AVAssetTrackTrackAssociationsDidChangeNotification$AVAssetWasDefragmentedNotification$AVAssetWriterInputMediaDataLocationBeforeMainMediaDataNotInterleaved$AVAssetWriterInputMediaDataLocationInterleavedWithMainMediaData$AVAudioApplicationInputMuteStateChangeNotification$AVAudioApplicationMuteStateKey$AVAudioBitRateStrategy_Constant$AVAudioBitRateStrategy_LongTermAverage$AVAudioBitRateStrategy_Variable$AVAudioBitRateStrategy_VariableConstrained$AVAudioEngineConfigurationChangeNotification$AVAudioFileTypeKey$AVAudioSequencerInfoDictionaryKeyAlbum$AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds$AVAudioSequencerInfoDictionaryKeyArtist$AVAudioSequencerInfoDictionaryKeyChannelLayout$AVAudioSequencerInfoDictionaryKeyComments$AVAudioSequencerInfoDictionaryKeyComposer$AVAudioSequencerInfoDictionaryKeyCopyright$AVAudioSequencerInfoDictionaryKeyEncodingApplication$AVAudioSequencerInfoDictionaryKeyGenre$AVAudioSequencerInfoDictionaryKeyISRC$AVAudioSequencerInfoDictionaryKeyKeySignature$AVAudioSequencerInfoDictionaryKeyLyricist$AVAudioSequencerInfoDictionaryKeyNominalBitRate$AVAudioSequencerInfoDictionaryKeyRecordedDate$AVAudioSequencerInfoDictionaryKeySourceBitDepth$AVAudioSequencerInfoDictionaryKeySourceEncoder$AVAudioSequencerInfoDictionaryKeySubTitle$AVAudioSequencerInfoDictionaryKeyTempo$AVAudioSequencerInfoDictionaryKeyTimeSignature$AVAudioSequencerInfoDictionaryKeyTitle$AVAudioSequencerInfoDictionaryKeyTrackNumber$AVAudioSequencerInfoDictionaryKeyYear$AVAudioSessionCategoryAmbient$AVAudioSessionCategoryAudioProcessing$AVAudioSessionCategoryMultiRoute$AVAudioSessionCategoryPlayAndRecord$AVAudioSessionCategoryPlayback$AVAudioSessionCategoryRecord$AVAudioSessionCategorySoloAmbient$AVAudioSessionInterruptionNotification$AVAudioSessionInterruptionOptionKey$AVAudioSessionInterruptionReasonKey$AVAudioSessionInterruptionTypeKey$AVAudioSessionInterruptionWasSuspendedKey$AVAudioSessionLocationLower$AVAudioSessionLocationUpper$AVAudioSessionMediaServicesWereLostNotification$AVAudioSessionMediaServicesWereResetNotification$AVAudioSessionModeDefault$AVAudioSessionModeGameChat$AVAudioSessionModeMeasurement$AVAudioSessionModeMoviePlayback$AVAudioSessionModeSpokenAudio$AVAudioSessionModeVideoChat$AVAudioSessionModeVideoRecording$AVAudioSessionModeVoiceChat$AVAudioSessionModeVoicePrompt$AVAudioSessionOrientationBack$AVAudioSessionOrientationBottom$AVAudioSessionOrientationFront$AVAudioSessionOrientationLeft$AVAudioSessionOrientationRight$AVAudioSessionOrientationTop$AVAudioSessionPolarPatternCardioid$AVAudioSessionPolarPatternOmnidirectional$AVAudioSessionPolarPatternStereo$AVAudioSessionPolarPatternSubcardioid$AVAudioSessionPortAVB$AVAudioSessionPortAirPlay$AVAudioSessionPortBluetoothA2DP$AVAudioSessionPortBluetoothHFP$AVAudioSessionPortBluetoothLE$AVAudioSessionPortBuiltInMic$AVAudioSessionPortBuiltInReceiver$AVAudioSessionPortBuiltInSpeaker$AVAudioSessionPortCarAudio$AVAudioSessionPortContinuityMicrophone$AVAudioSessionPortDisplayPort$AVAudioSessionPortFireWire$AVAudioSessionPortHDMI$AVAudioSessionPortHeadphones$AVAudioSessionPortHeadsetMic$AVAudioSessionPortLineIn$AVAudioSessionPortLineOut$AVAudioSessionPortPCI$AVAudioSessionPortThunderbolt$AVAudioSessionPortUSBAudio$AVAudioSessionPortVirtual$AVAudioSessionRenderingCapabilitiesChangeNotification$AVAudioSessionRenderingModeChangeNotification$AVAudioSessionRenderingModeNewRenderingModeKey$AVAudioSessionRouteChangeNotification$AVAudioSessionRouteChangePreviousRouteKey$AVAudioSessionRouteChangeReasonKey$AVAudioSessionSilenceSecondaryAudioHintNotification$AVAudioSessionSilenceSecondaryAudioHintTypeKey$AVAudioSessionSpatialAudioEnabledKey$AVAudioSessionSpatialPlaybackCapabilitiesChangedNotification$AVAudioTimePitchAlgorithmLowQualityZeroLatency$AVAudioTimePitchAlgorithmSpectral$AVAudioTimePitchAlgorithmTimeDomain$AVAudioTimePitchAlgorithmVarispeed$AVAudioUnitComponentManagerRegistrationsChangedNotification$AVAudioUnitComponentTagsDidChangeNotification$AVAudioUnitManufacturerNameApple$AVAudioUnitTypeEffect$AVAudioUnitTypeFormatConverter$AVAudioUnitTypeGenerator$AVAudioUnitTypeMIDIProcessor$AVAudioUnitTypeMixer$AVAudioUnitTypeMusicDevice$AVAudioUnitTypeMusicEffect$AVAudioUnitTypeOfflineEffect$AVAudioUnitTypeOutput$AVAudioUnitTypePanner$AVCaptionConversionAdjustmentTypeTimeRange$AVCaptionConversionWarningTypeExcessMediaData$AVCaptionMediaSubTypeKey$AVCaptionMediaTypeKey$AVCaptionTimeCodeFrameDurationKey$AVCaptionUseDropFrameTimeCodeKey$AVCaptureDeviceSubjectAreaDidChangeNotification$AVCaptureDeviceTypeBuiltInDualCamera$AVCaptureDeviceTypeBuiltInDualWideCamera$AVCaptureDeviceTypeBuiltInDuoCamera$AVCaptureDeviceTypeBuiltInLiDARDepthCamera$AVCaptureDeviceTypeBuiltInMicrophone$AVCaptureDeviceTypeBuiltInTelephotoCamera$AVCaptureDeviceTypeBuiltInTripleCamera$AVCaptureDeviceTypeBuiltInTrueDepthCamera$AVCaptureDeviceTypeBuiltInUltraWideCamera$AVCaptureDeviceTypeBuiltInWideAngleCamera$AVCaptureDeviceTypeContinuityCamera$AVCaptureDeviceTypeContinuityCamera,$AVCaptureDeviceTypeDeskViewCamera$AVCaptureDeviceTypeExternal$AVCaptureDeviceTypeExternalUnknown$AVCaptureDeviceTypeMicrophone$AVCaptureDeviceWasConnectedNotification$AVCaptureDeviceWasDisconnectedNotification$AVCaptureExposureDurationCurrent@{CMTime=qiIq}$AVCaptureExposureTargetBiasCurrent@f$AVCaptureISOCurrent@f$AVCaptureInputPortFormatDescriptionDidChangeNotification$AVCaptureLensPositionCurrent@f$AVCaptureMaxAvailableTorchLevel@f$AVCaptureReactionType@I$AVCaptureReactionTypeBalloons$AVCaptureReactionTypeConfetti$AVCaptureReactionTypeFireworks$AVCaptureReactionTypeHeart$AVCaptureReactionTypeLasers$AVCaptureReactionTypeRain$AVCaptureReactionTypeThumbsDown$AVCaptureReactionTypeThumbsUp$AVCaptureSessionDidStartRunningNotification$AVCaptureSessionDidStopRunningNotification$AVCaptureSessionErrorKey$AVCaptureSessionInterruptionEndedNotification$AVCaptureSessionInterruptionReasonKey$AVCaptureSessionInterruptionSystemPressureStateKey$AVCaptureSessionPreset1280x720$AVCaptureSessionPreset1920x1080$AVCaptureSessionPreset320x240$AVCaptureSessionPreset352x288$AVCaptureSessionPreset3840x2160$AVCaptureSessionPreset640x480$AVCaptureSessionPreset960x540$AVCaptureSessionPresetHigh$AVCaptureSessionPresetInputPriority$AVCaptureSessionPresetLow$AVCaptureSessionPresetMedium$AVCaptureSessionPresetPhoto$AVCaptureSessionPresetiFrame1280x720$AVCaptureSessionPresetiFrame960x540$AVCaptureSessionRuntimeErrorNotification$AVCaptureSessionWasInterruptedNotification$AVCaptureSystemPressureLevelCritical$AVCaptureSystemPressureLevelFair$AVCaptureSystemPressureLevelNominal$AVCaptureSystemPressureLevelSerious$AVCaptureSystemPressureLevelShutdown$AVCaptureWhiteBalanceGainsCurrent@{AVCaptureWhiteBalanceGains=fff}$AVChannelLayoutKey$AVContentKeyRequestProtocolVersionsKey$AVContentKeyRequestRequiresValidationDataInSecureTokenKey$AVContentKeyRequestRetryReasonReceivedObsoleteContentKey$AVContentKeyRequestRetryReasonReceivedResponseWithExpiredLease$AVContentKeyRequestRetryReasonTimedOut$AVContentKeySessionServerPlaybackContextOptionProtocolVersions$AVContentKeySessionServerPlaybackContextOptionServerChallenge$AVContentKeySystemAuthorizationToken$AVContentKeySystemClearKey$AVContentKeySystemFairPlayStreaming$AVCoordinatedPlaybackSuspensionReasonAudioSessionInterrupted$AVCoordinatedPlaybackSuspensionReasonCoordinatedPlaybackNotPossible$AVCoordinatedPlaybackSuspensionReasonPlayingInterstitial$AVCoordinatedPlaybackSuspensionReasonStallRecovery$AVCoordinatedPlaybackSuspensionReasonUserActionRequired$AVCoordinatedPlaybackSuspensionReasonUserIsChangingCurrentTime$AVCoreAnimationBeginTimeAtZero@d$AVEncoderAudioQualityForVBRKey$AVEncoderAudioQualityKey$AVEncoderBitDepthHintKey$AVEncoderBitRateKey$AVEncoderBitRatePerChannelKey$AVEncoderBitRateStrategyKey$AVErrorDeviceKey$AVErrorDiscontinuityFlagsKey$AVErrorFileSizeKey$AVErrorFileTypeKey$AVErrorMediaSubTypeKey$AVErrorMediaTypeKey$AVErrorPIDKey$AVErrorPersistentTrackIDKey$AVErrorPresentationTimeStampKey$AVErrorRecordingSuccessfullyFinishedKey$AVErrorTimeKey$AVExtendedNoteOnEventDefaultInstrument@I$AVFileType3GPP$AVFileType3GPP2$AVFileTypeAC3$AVFileTypeAHAP$AVFileTypeAIFC$AVFileTypeAIFF$AVFileTypeAMR$AVFileTypeAVCI$AVFileTypeAppleM4A$AVFileTypeAppleM4V$AVFileTypeAppleiTT$AVFileTypeCoreAudioFormat$AVFileTypeDNG$AVFileTypeEnhancedAC3$AVFileTypeHEIC$AVFileTypeHEIF$AVFileTypeJPEG$AVFileTypeMPEG4$AVFileTypeMPEGLayer3$AVFileTypeProfileMPEG4AppleHLS$AVFileTypeProfileMPEG4CMAFCompliant$AVFileTypeQuickTimeMovie$AVFileTypeSCC$AVFileTypeSunAU$AVFileTypeTIFF$AVFileTypeWAVE$AVFormatIDKey$AVFoundationErrorDomain$AVFragmentedMovieContainsMovieFragmentsDidChangeNotification$AVFragmentedMovieDurationDidChangeNotification$AVFragmentedMovieTrackSegmentsDidChangeNotification$AVFragmentedMovieTrackTimeRangeDidChangeNotification$AVFragmentedMovieTrackTotalSampleDataLengthDidChangeNotification$AVFragmentedMovieWasDefragmentedNotification$AVLayerVideoGravityResize$AVLayerVideoGravityResizeAspect$AVLayerVideoGravityResizeAspectFill$AVLinearPCMBitDepthKey$AVLinearPCMIsBigEndianKey$AVLinearPCMIsFloatKey$AVLinearPCMIsNonInterleaved$AVMediaCharacteristicAudible$AVMediaCharacteristicCarriesVideoStereoMetadata$AVMediaCharacteristicContainsAlphaChannel$AVMediaCharacteristicContainsHDRVideo$AVMediaCharacteristicContainsOnlyForcedSubtitles$AVMediaCharacteristicContainsStereoMultiviewVideo$AVMediaCharacteristicDescribesMusicAndSoundForAccessibility$AVMediaCharacteristicDescribesVideoForAccessibility$AVMediaCharacteristicDubbedTranslation$AVMediaCharacteristicEasyToRead$AVMediaCharacteristicEnhancesSpeechIntelligibility$AVMediaCharacteristicFrameBased$AVMediaCharacteristicIndicatesHorizontalFieldOfView$AVMediaCharacteristicIsAuxiliaryContent$AVMediaCharacteristicIsMainProgramContent$AVMediaCharacteristicIsOriginalContent$AVMediaCharacteristicLanguageTranslation$AVMediaCharacteristicLegible$AVMediaCharacteristicTactileMinimal$AVMediaCharacteristicTranscribesSpokenDialogForAccessibility$AVMediaCharacteristicUsesWideGamutColorSpace$AVMediaCharacteristicVisual$AVMediaCharacteristicVoiceOverTranslation$AVMediaTypeAudio$AVMediaTypeAuxiliaryPicture$AVMediaTypeClosedCaption$AVMediaTypeDepthData$AVMediaTypeHaptic$AVMediaTypeMetadata$AVMediaTypeMetadataObject$AVMediaTypeMuxed$AVMediaTypeSubtitle$AVMediaTypeText$AVMediaTypeTimecode$AVMediaTypeVideo$AVMetadata3GPUserDataKeyAlbumAndTrack$AVMetadata3GPUserDataKeyAuthor$AVMetadata3GPUserDataKeyCollection$AVMetadata3GPUserDataKeyCopyright$AVMetadata3GPUserDataKeyDescription$AVMetadata3GPUserDataKeyGenre$AVMetadata3GPUserDataKeyKeywordList$AVMetadata3GPUserDataKeyLocation$AVMetadata3GPUserDataKeyMediaClassification$AVMetadata3GPUserDataKeyMediaRating$AVMetadata3GPUserDataKeyPerformer$AVMetadata3GPUserDataKeyRecordingYear$AVMetadata3GPUserDataKeyThumbnail$AVMetadata3GPUserDataKeyTitle$AVMetadata3GPUserDataKeyUserRating$AVMetadataCommonIdentifierAccessibilityDescription$AVMetadataCommonIdentifierAlbumName$AVMetadataCommonIdentifierArtist$AVMetadataCommonIdentifierArtwork$AVMetadataCommonIdentifierAssetIdentifier$AVMetadataCommonIdentifierAuthor$AVMetadataCommonIdentifierContributor$AVMetadataCommonIdentifierCopyrights$AVMetadataCommonIdentifierCreationDate$AVMetadataCommonIdentifierCreator$AVMetadataCommonIdentifierDescription$AVMetadataCommonIdentifierFormat$AVMetadataCommonIdentifierLanguage$AVMetadataCommonIdentifierLastModifiedDate$AVMetadataCommonIdentifierLocation$AVMetadataCommonIdentifierMake$AVMetadataCommonIdentifierModel$AVMetadataCommonIdentifierPublisher$AVMetadataCommonIdentifierRelation$AVMetadataCommonIdentifierSoftware$AVMetadataCommonIdentifierSource$AVMetadataCommonIdentifierSubject$AVMetadataCommonIdentifierTitle$AVMetadataCommonIdentifierType$AVMetadataCommonKeyAccessibilityDescription$AVMetadataCommonKeyAlbumName$AVMetadataCommonKeyArtist$AVMetadataCommonKeyArtwork$AVMetadataCommonKeyAuthor$AVMetadataCommonKeyContributor$AVMetadataCommonKeyCopyrights$AVMetadataCommonKeyCreationDate$AVMetadataCommonKeyCreator$AVMetadataCommonKeyDescription$AVMetadataCommonKeyFormat$AVMetadataCommonKeyIdentifier$AVMetadataCommonKeyLanguage$AVMetadataCommonKeyLastModifiedDate$AVMetadataCommonKeyLocation$AVMetadataCommonKeyMake$AVMetadataCommonKeyModel$AVMetadataCommonKeyPublisher$AVMetadataCommonKeyRelation$AVMetadataCommonKeySoftware$AVMetadataCommonKeySource$AVMetadataCommonKeySubject$AVMetadataCommonKeyTitle$AVMetadataCommonKeyType$AVMetadataExtraAttributeBaseURIKey$AVMetadataExtraAttributeInfoKey$AVMetadataExtraAttributeValueURIKey$AVMetadataFormatHLSMetadata$AVMetadataFormatID3Metadata$AVMetadataFormatISOUserData$AVMetadataFormatQuickTimeMetadata$AVMetadataFormatQuickTimeUserData$AVMetadataFormatUnknown$AVMetadataFormatiTunesMetadata$AVMetadataID3MetadataKeyAlbumSortOrder$AVMetadataID3MetadataKeyAlbumTitle$AVMetadataID3MetadataKeyAttachedPicture$AVMetadataID3MetadataKeyAudioEncryption$AVMetadataID3MetadataKeyAudioSeekPointIndex$AVMetadataID3MetadataKeyBand$AVMetadataID3MetadataKeyBeatsPerMinute$AVMetadataID3MetadataKeyComments$AVMetadataID3MetadataKeyCommercial$AVMetadataID3MetadataKeyCommercialInformation$AVMetadataID3MetadataKeyCommerical$AVMetadataID3MetadataKeyComposer$AVMetadataID3MetadataKeyConductor$AVMetadataID3MetadataKeyContentGroupDescription$AVMetadataID3MetadataKeyContentType$AVMetadataID3MetadataKeyCopyright$AVMetadataID3MetadataKeyCopyrightInformation$AVMetadataID3MetadataKeyDate$AVMetadataID3MetadataKeyEncodedBy$AVMetadataID3MetadataKeyEncodedWith$AVMetadataID3MetadataKeyEncodingTime$AVMetadataID3MetadataKeyEncryption$AVMetadataID3MetadataKeyEqualization$AVMetadataID3MetadataKeyEqualization2$AVMetadataID3MetadataKeyEventTimingCodes$AVMetadataID3MetadataKeyFileOwner$AVMetadataID3MetadataKeyFileType$AVMetadataID3MetadataKeyGeneralEncapsulatedObject$AVMetadataID3MetadataKeyGroupIdentifier$AVMetadataID3MetadataKeyInitialKey$AVMetadataID3MetadataKeyInternationalStandardRecordingCode$AVMetadataID3MetadataKeyInternetRadioStationName$AVMetadataID3MetadataKeyInternetRadioStationOwner$AVMetadataID3MetadataKeyInvolvedPeopleList_v23$AVMetadataID3MetadataKeyInvolvedPeopleList_v24$AVMetadataID3MetadataKeyLanguage$AVMetadataID3MetadataKeyLeadPerformer$AVMetadataID3MetadataKeyLength$AVMetadataID3MetadataKeyLink$AVMetadataID3MetadataKeyLyricist$AVMetadataID3MetadataKeyMPEGLocationLookupTable$AVMetadataID3MetadataKeyMediaType$AVMetadataID3MetadataKeyModifiedBy$AVMetadataID3MetadataKeyMood$AVMetadataID3MetadataKeyMusicCDIdentifier$AVMetadataID3MetadataKeyMusicianCreditsList$AVMetadataID3MetadataKeyOfficialArtistWebpage$AVMetadataID3MetadataKeyOfficialAudioFileWebpage$AVMetadataID3MetadataKeyOfficialAudioSourceWebpage$AVMetadataID3MetadataKeyOfficialInternetRadioStationHomepage$AVMetadataID3MetadataKeyOfficialPublisherWebpage$AVMetadataID3MetadataKeyOriginalAlbumTitle$AVMetadataID3MetadataKeyOriginalArtist$AVMetadataID3MetadataKeyOriginalFilename$AVMetadataID3MetadataKeyOriginalLyricist$AVMetadataID3MetadataKeyOriginalReleaseTime$AVMetadataID3MetadataKeyOriginalReleaseYear$AVMetadataID3MetadataKeyOwnership$AVMetadataID3MetadataKeyPartOfASet$AVMetadataID3MetadataKeyPayment$AVMetadataID3MetadataKeyPerformerSortOrder$AVMetadataID3MetadataKeyPlayCounter$AVMetadataID3MetadataKeyPlaylistDelay$AVMetadataID3MetadataKeyPopularimeter$AVMetadataID3MetadataKeyPositionSynchronization$AVMetadataID3MetadataKeyPrivate$AVMetadataID3MetadataKeyProducedNotice$AVMetadataID3MetadataKeyPublisher$AVMetadataID3MetadataKeyRecommendedBufferSize$AVMetadataID3MetadataKeyRecordingDates$AVMetadataID3MetadataKeyRecordingTime$AVMetadataID3MetadataKeyRelativeVolumeAdjustment$AVMetadataID3MetadataKeyRelativeVolumeAdjustment2$AVMetadataID3MetadataKeyReleaseTime$AVMetadataID3MetadataKeyReverb$AVMetadataID3MetadataKeySeek$AVMetadataID3MetadataKeySetSubtitle$AVMetadataID3MetadataKeySignature$AVMetadataID3MetadataKeySize$AVMetadataID3MetadataKeySubTitle$AVMetadataID3MetadataKeySynchronizedLyric$AVMetadataID3MetadataKeySynchronizedTempoCodes$AVMetadataID3MetadataKeyTaggingTime$AVMetadataID3MetadataKeyTermsOfUse$AVMetadataID3MetadataKeyTime$AVMetadataID3MetadataKeyTitleDescription$AVMetadataID3MetadataKeyTitleSortOrder$AVMetadataID3MetadataKeyTrackNumber$AVMetadataID3MetadataKeyUniqueFileIdentifier$AVMetadataID3MetadataKeyUnsynchronizedLyric$AVMetadataID3MetadataKeyUserText$AVMetadataID3MetadataKeyUserURL$AVMetadataID3MetadataKeyYear$AVMetadataISOUserDataKeyAccessibilityDescription$AVMetadataISOUserDataKeyCopyright$AVMetadataISOUserDataKeyDate$AVMetadataISOUserDataKeyTaggedCharacteristic$AVMetadataIcyMetadataKeyStreamTitle$AVMetadataIcyMetadataKeyStreamURL$AVMetadataIdentifier3GPUserDataAlbumAndTrack$AVMetadataIdentifier3GPUserDataAuthor$AVMetadataIdentifier3GPUserDataCollection$AVMetadataIdentifier3GPUserDataCopyright$AVMetadataIdentifier3GPUserDataDescription$AVMetadataIdentifier3GPUserDataGenre$AVMetadataIdentifier3GPUserDataKeywordList$AVMetadataIdentifier3GPUserDataLocation$AVMetadataIdentifier3GPUserDataMediaClassification$AVMetadataIdentifier3GPUserDataMediaRating$AVMetadataIdentifier3GPUserDataPerformer$AVMetadataIdentifier3GPUserDataRecordingYear$AVMetadataIdentifier3GPUserDataThumbnail$AVMetadataIdentifier3GPUserDataTitle$AVMetadataIdentifier3GPUserDataUserRating$AVMetadataIdentifierID3MetadataAlbumSortOrder$AVMetadataIdentifierID3MetadataAlbumTitle$AVMetadataIdentifierID3MetadataAttachedPicture$AVMetadataIdentifierID3MetadataAudioEncryption$AVMetadataIdentifierID3MetadataAudioSeekPointIndex$AVMetadataIdentifierID3MetadataBand$AVMetadataIdentifierID3MetadataBeatsPerMinute$AVMetadataIdentifierID3MetadataComments$AVMetadataIdentifierID3MetadataCommercial$AVMetadataIdentifierID3MetadataCommercialInformation$AVMetadataIdentifierID3MetadataCommerical$AVMetadataIdentifierID3MetadataComposer$AVMetadataIdentifierID3MetadataConductor$AVMetadataIdentifierID3MetadataContentGroupDescription$AVMetadataIdentifierID3MetadataContentType$AVMetadataIdentifierID3MetadataCopyright$AVMetadataIdentifierID3MetadataCopyrightInformation$AVMetadataIdentifierID3MetadataDate$AVMetadataIdentifierID3MetadataEncodedBy$AVMetadataIdentifierID3MetadataEncodedWith$AVMetadataIdentifierID3MetadataEncodingTime$AVMetadataIdentifierID3MetadataEncryption$AVMetadataIdentifierID3MetadataEqualization$AVMetadataIdentifierID3MetadataEqualization2$AVMetadataIdentifierID3MetadataEventTimingCodes$AVMetadataIdentifierID3MetadataFileOwner$AVMetadataIdentifierID3MetadataFileType$AVMetadataIdentifierID3MetadataGeneralEncapsulatedObject$AVMetadataIdentifierID3MetadataGroupIdentifier$AVMetadataIdentifierID3MetadataInitialKey$AVMetadataIdentifierID3MetadataInternationalStandardRecordingCode$AVMetadataIdentifierID3MetadataInternetRadioStationName$AVMetadataIdentifierID3MetadataInternetRadioStationOwner$AVMetadataIdentifierID3MetadataInvolvedPeopleList_v23$AVMetadataIdentifierID3MetadataInvolvedPeopleList_v24$AVMetadataIdentifierID3MetadataLanguage$AVMetadataIdentifierID3MetadataLeadPerformer$AVMetadataIdentifierID3MetadataLength$AVMetadataIdentifierID3MetadataLink$AVMetadataIdentifierID3MetadataLyricist$AVMetadataIdentifierID3MetadataMPEGLocationLookupTable$AVMetadataIdentifierID3MetadataMediaType$AVMetadataIdentifierID3MetadataModifiedBy$AVMetadataIdentifierID3MetadataMood$AVMetadataIdentifierID3MetadataMusicCDIdentifier$AVMetadataIdentifierID3MetadataMusicianCreditsList$AVMetadataIdentifierID3MetadataOfficialArtistWebpage$AVMetadataIdentifierID3MetadataOfficialAudioFileWebpage$AVMetadataIdentifierID3MetadataOfficialAudioSourceWebpage$AVMetadataIdentifierID3MetadataOfficialInternetRadioStationHomepage$AVMetadataIdentifierID3MetadataOfficialPublisherWebpage$AVMetadataIdentifierID3MetadataOriginalAlbumTitle$AVMetadataIdentifierID3MetadataOriginalArtist$AVMetadataIdentifierID3MetadataOriginalFilename$AVMetadataIdentifierID3MetadataOriginalLyricist$AVMetadataIdentifierID3MetadataOriginalReleaseTime$AVMetadataIdentifierID3MetadataOriginalReleaseYear$AVMetadataIdentifierID3MetadataOwnership$AVMetadataIdentifierID3MetadataPartOfASet$AVMetadataIdentifierID3MetadataPayment$AVMetadataIdentifierID3MetadataPerformerSortOrder$AVMetadataIdentifierID3MetadataPlayCounter$AVMetadataIdentifierID3MetadataPlaylistDelay$AVMetadataIdentifierID3MetadataPopularimeter$AVMetadataIdentifierID3MetadataPositionSynchronization$AVMetadataIdentifierID3MetadataPrivate$AVMetadataIdentifierID3MetadataProducedNotice$AVMetadataIdentifierID3MetadataPublisher$AVMetadataIdentifierID3MetadataRecommendedBufferSize$AVMetadataIdentifierID3MetadataRecordingDates$AVMetadataIdentifierID3MetadataRecordingTime$AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment$AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment2$AVMetadataIdentifierID3MetadataReleaseTime$AVMetadataIdentifierID3MetadataReverb$AVMetadataIdentifierID3MetadataSeek$AVMetadataIdentifierID3MetadataSetSubtitle$AVMetadataIdentifierID3MetadataSignature$AVMetadataIdentifierID3MetadataSize$AVMetadataIdentifierID3MetadataSubTitle$AVMetadataIdentifierID3MetadataSynchronizedLyric$AVMetadataIdentifierID3MetadataSynchronizedTempoCodes$AVMetadataIdentifierID3MetadataTaggingTime$AVMetadataIdentifierID3MetadataTermsOfUse$AVMetadataIdentifierID3MetadataTime$AVMetadataIdentifierID3MetadataTitleDescription$AVMetadataIdentifierID3MetadataTitleSortOrder$AVMetadataIdentifierID3MetadataTrackNumber$AVMetadataIdentifierID3MetadataUniqueFileIdentifier$AVMetadataIdentifierID3MetadataUnsynchronizedLyric$AVMetadataIdentifierID3MetadataUserText$AVMetadataIdentifierID3MetadataUserURL$AVMetadataIdentifierID3MetadataYear$AVMetadataIdentifierISOUserDataAccessibilityDescription$AVMetadataIdentifierISOUserDataCopyright$AVMetadataIdentifierISOUserDataDate$AVMetadataIdentifierISOUserDataTaggedCharacteristic$AVMetadataIdentifierIcyMetadataStreamTitle$AVMetadataIdentifierIcyMetadataStreamURL$AVMetadataIdentifierQuickTimeMetadataAccessibilityDescription$AVMetadataIdentifierQuickTimeMetadataAlbum$AVMetadataIdentifierQuickTimeMetadataArranger$AVMetadataIdentifierQuickTimeMetadataArtist$AVMetadataIdentifierQuickTimeMetadataArtwork$AVMetadataIdentifierQuickTimeMetadataAuthor$AVMetadataIdentifierQuickTimeMetadataAutoLivePhoto$AVMetadataIdentifierQuickTimeMetadataCameraFrameReadoutTime$AVMetadataIdentifierQuickTimeMetadataCameraIdentifier$AVMetadataIdentifierQuickTimeMetadataCollectionUser$AVMetadataIdentifierQuickTimeMetadataComment$AVMetadataIdentifierQuickTimeMetadataComposer$AVMetadataIdentifierQuickTimeMetadataContentIdentifier$AVMetadataIdentifierQuickTimeMetadataCopyright$AVMetadataIdentifierQuickTimeMetadataCreationDate$AVMetadataIdentifierQuickTimeMetadataCredits$AVMetadataIdentifierQuickTimeMetadataDescription$AVMetadataIdentifierQuickTimeMetadataDetectedCatBody$AVMetadataIdentifierQuickTimeMetadataDetectedDogBody$AVMetadataIdentifierQuickTimeMetadataDetectedFace$AVMetadataIdentifierQuickTimeMetadataDetectedHumanBody$AVMetadataIdentifierQuickTimeMetadataDetectedSalientObject$AVMetadataIdentifierQuickTimeMetadataDirectionFacing$AVMetadataIdentifierQuickTimeMetadataDirectionMotion$AVMetadataIdentifierQuickTimeMetadataDirector$AVMetadataIdentifierQuickTimeMetadataDisplayName$AVMetadataIdentifierQuickTimeMetadataEncodedBy$AVMetadataIdentifierQuickTimeMetadataFullFrameRatePlaybackIntent$AVMetadataIdentifierQuickTimeMetadataGenre$AVMetadataIdentifierQuickTimeMetadataInformation$AVMetadataIdentifierQuickTimeMetadataIsMontage$AVMetadataIdentifierQuickTimeMetadataKeywords$AVMetadataIdentifierQuickTimeMetadataLivePhotoVitalityScore$AVMetadataIdentifierQuickTimeMetadataLivePhotoVitalityScoringVersion$AVMetadataIdentifierQuickTimeMetadataLocationBody$AVMetadataIdentifierQuickTimeMetadataLocationDate$AVMetadataIdentifierQuickTimeMetadataLocationHorizontalAccuracyInMeters$AVMetadataIdentifierQuickTimeMetadataLocationISO6709$AVMetadataIdentifierQuickTimeMetadataLocationName$AVMetadataIdentifierQuickTimeMetadataLocationNote$AVMetadataIdentifierQuickTimeMetadataLocationRole$AVMetadataIdentifierQuickTimeMetadataMake$AVMetadataIdentifierQuickTimeMetadataModel$AVMetadataIdentifierQuickTimeMetadataOriginalArtist$AVMetadataIdentifierQuickTimeMetadataPerformer$AVMetadataIdentifierQuickTimeMetadataPhonogramRights$AVMetadataIdentifierQuickTimeMetadataPreferredAffineTransform$AVMetadataIdentifierQuickTimeMetadataProducer$AVMetadataIdentifierQuickTimeMetadataPublisher$AVMetadataIdentifierQuickTimeMetadataRatingUser$AVMetadataIdentifierQuickTimeMetadataSoftware$AVMetadataIdentifierQuickTimeMetadataSpatialOverCaptureQualityScore$AVMetadataIdentifierQuickTimeMetadataSpatialOverCaptureQualityScoringVersion$AVMetadataIdentifierQuickTimeMetadataTitle$AVMetadataIdentifierQuickTimeMetadataVideoOrientation$AVMetadataIdentifierQuickTimeMetadataYear$AVMetadataIdentifierQuickTimeMetadataiXML$AVMetadataIdentifierQuickTimeUserDataAccessibilityDescription$AVMetadataIdentifierQuickTimeUserDataAlbum$AVMetadataIdentifierQuickTimeUserDataArranger$AVMetadataIdentifierQuickTimeUserDataArtist$AVMetadataIdentifierQuickTimeUserDataAuthor$AVMetadataIdentifierQuickTimeUserDataChapter$AVMetadataIdentifierQuickTimeUserDataComment$AVMetadataIdentifierQuickTimeUserDataComposer$AVMetadataIdentifierQuickTimeUserDataCopyright$AVMetadataIdentifierQuickTimeUserDataCreationDate$AVMetadataIdentifierQuickTimeUserDataCredits$AVMetadataIdentifierQuickTimeUserDataDescription$AVMetadataIdentifierQuickTimeUserDataDirector$AVMetadataIdentifierQuickTimeUserDataDisclaimer$AVMetadataIdentifierQuickTimeUserDataEncodedBy$AVMetadataIdentifierQuickTimeUserDataFullName$AVMetadataIdentifierQuickTimeUserDataGenre$AVMetadataIdentifierQuickTimeUserDataHostComputer$AVMetadataIdentifierQuickTimeUserDataInformation$AVMetadataIdentifierQuickTimeUserDataKeywords$AVMetadataIdentifierQuickTimeUserDataLocationISO6709$AVMetadataIdentifierQuickTimeUserDataMake$AVMetadataIdentifierQuickTimeUserDataModel$AVMetadataIdentifierQuickTimeUserDataOriginalArtist$AVMetadataIdentifierQuickTimeUserDataOriginalFormat$AVMetadataIdentifierQuickTimeUserDataOriginalSource$AVMetadataIdentifierQuickTimeUserDataPerformers$AVMetadataIdentifierQuickTimeUserDataPhonogramRights$AVMetadataIdentifierQuickTimeUserDataProducer$AVMetadataIdentifierQuickTimeUserDataProduct$AVMetadataIdentifierQuickTimeUserDataPublisher$AVMetadataIdentifierQuickTimeUserDataSoftware$AVMetadataIdentifierQuickTimeUserDataSpecialPlaybackRequirements$AVMetadataIdentifierQuickTimeUserDataTaggedCharacteristic$AVMetadataIdentifierQuickTimeUserDataTrack$AVMetadataIdentifierQuickTimeUserDataTrackName$AVMetadataIdentifierQuickTimeUserDataURLLink$AVMetadataIdentifierQuickTimeUserDataWarning$AVMetadataIdentifierQuickTimeUserDataWriter$AVMetadataIdentifieriTunesMetadataAccountKind$AVMetadataIdentifieriTunesMetadataAcknowledgement$AVMetadataIdentifieriTunesMetadataAlbum$AVMetadataIdentifieriTunesMetadataAlbumArtist$AVMetadataIdentifieriTunesMetadataAppleID$AVMetadataIdentifieriTunesMetadataArranger$AVMetadataIdentifieriTunesMetadataArtDirector$AVMetadataIdentifieriTunesMetadataArtist$AVMetadataIdentifieriTunesMetadataArtistID$AVMetadataIdentifieriTunesMetadataAuthor$AVMetadataIdentifieriTunesMetadataBeatsPerMin$AVMetadataIdentifieriTunesMetadataComposer$AVMetadataIdentifieriTunesMetadataConductor$AVMetadataIdentifieriTunesMetadataContentRating$AVMetadataIdentifieriTunesMetadataCopyright$AVMetadataIdentifieriTunesMetadataCoverArt$AVMetadataIdentifieriTunesMetadataCredits$AVMetadataIdentifieriTunesMetadataDescription$AVMetadataIdentifieriTunesMetadataDirector$AVMetadataIdentifieriTunesMetadataDiscCompilation$AVMetadataIdentifieriTunesMetadataDiscNumber$AVMetadataIdentifieriTunesMetadataEQ$AVMetadataIdentifieriTunesMetadataEncodedBy$AVMetadataIdentifieriTunesMetadataEncodingTool$AVMetadataIdentifieriTunesMetadataExecProducer$AVMetadataIdentifieriTunesMetadataGenreID$AVMetadataIdentifieriTunesMetadataGrouping$AVMetadataIdentifieriTunesMetadataLinerNotes$AVMetadataIdentifieriTunesMetadataLyrics$AVMetadataIdentifieriTunesMetadataOnlineExtras$AVMetadataIdentifieriTunesMetadataOriginalArtist$AVMetadataIdentifieriTunesMetadataPerformer$AVMetadataIdentifieriTunesMetadataPhonogramRights$AVMetadataIdentifieriTunesMetadataPlaylistID$AVMetadataIdentifieriTunesMetadataPredefinedGenre$AVMetadataIdentifieriTunesMetadataProducer$AVMetadataIdentifieriTunesMetadataPublisher$AVMetadataIdentifieriTunesMetadataRecordCompany$AVMetadataIdentifieriTunesMetadataReleaseDate$AVMetadataIdentifieriTunesMetadataSoloist$AVMetadataIdentifieriTunesMetadataSongID$AVMetadataIdentifieriTunesMetadataSongName$AVMetadataIdentifieriTunesMetadataSoundEngineer$AVMetadataIdentifieriTunesMetadataThanks$AVMetadataIdentifieriTunesMetadataTrackNumber$AVMetadataIdentifieriTunesMetadataTrackSubTitle$AVMetadataIdentifieriTunesMetadataUserComment$AVMetadataIdentifieriTunesMetadataUserGenre$AVMetadataKeySpaceAudioFile$AVMetadataKeySpaceCommon$AVMetadataKeySpaceHLSDateRange$AVMetadataKeySpaceID3$AVMetadataKeySpaceISOUserData$AVMetadataKeySpaceIcy$AVMetadataKeySpaceQuickTimeMetadata$AVMetadataKeySpaceQuickTimeUserData$AVMetadataKeySpaceiTunes$AVMetadataObjectTypeAztecCode$AVMetadataObjectTypeCatBody$AVMetadataObjectTypeCodabarCode$AVMetadataObjectTypeCode128Code$AVMetadataObjectTypeCode39Code$AVMetadataObjectTypeCode39Mod43Code$AVMetadataObjectTypeCode93Code$AVMetadataObjectTypeDataMatrixCode$AVMetadataObjectTypeDogBody$AVMetadataObjectTypeEAN13Code$AVMetadataObjectTypeEAN8Code$AVMetadataObjectTypeFace$AVMetadataObjectTypeGS1DataBarCode$AVMetadataObjectTypeGS1DataBarExpandedCode$AVMetadataObjectTypeGS1DataBarLimitedCode$AVMetadataObjectTypeHumanBody$AVMetadataObjectTypeHumanFullBody$AVMetadataObjectTypeITF14Code$AVMetadataObjectTypeInterleaved2of5Code$AVMetadataObjectTypeMicroPDF417Code$AVMetadataObjectTypeMicroQRCode$AVMetadataObjectTypePDF417Code$AVMetadataObjectTypeQRCode$AVMetadataObjectTypeSalientObject$AVMetadataObjectTypeUPCECode$AVMetadataQuickTimeMetadataKeyAccessibilityDescription$AVMetadataQuickTimeMetadataKeyAlbum$AVMetadataQuickTimeMetadataKeyArranger$AVMetadataQuickTimeMetadataKeyArtist$AVMetadataQuickTimeMetadataKeyArtwork$AVMetadataQuickTimeMetadataKeyAuthor$AVMetadataQuickTimeMetadataKeyCameraFrameReadoutTime$AVMetadataQuickTimeMetadataKeyCameraIdentifier$AVMetadataQuickTimeMetadataKeyCollectionUser$AVMetadataQuickTimeMetadataKeyComment$AVMetadataQuickTimeMetadataKeyComposer$AVMetadataQuickTimeMetadataKeyContentIdentifier$AVMetadataQuickTimeMetadataKeyCopyright$AVMetadataQuickTimeMetadataKeyCreationDate$AVMetadataQuickTimeMetadataKeyCredits$AVMetadataQuickTimeMetadataKeyDescription$AVMetadataQuickTimeMetadataKeyDirectionFacing$AVMetadataQuickTimeMetadataKeyDirectionMotion$AVMetadataQuickTimeMetadataKeyDirector$AVMetadataQuickTimeMetadataKeyDisplayName$AVMetadataQuickTimeMetadataKeyEncodedBy$AVMetadataQuickTimeMetadataKeyFullFrameRatePlaybackIntent$AVMetadataQuickTimeMetadataKeyGenre$AVMetadataQuickTimeMetadataKeyInformation$AVMetadataQuickTimeMetadataKeyIsMontage$AVMetadataQuickTimeMetadataKeyKeywords$AVMetadataQuickTimeMetadataKeyLocationBody$AVMetadataQuickTimeMetadataKeyLocationDate$AVMetadataQuickTimeMetadataKeyLocationISO6709$AVMetadataQuickTimeMetadataKeyLocationName$AVMetadataQuickTimeMetadataKeyLocationNote$AVMetadataQuickTimeMetadataKeyLocationRole$AVMetadataQuickTimeMetadataKeyMake$AVMetadataQuickTimeMetadataKeyModel$AVMetadataQuickTimeMetadataKeyOriginalArtist$AVMetadataQuickTimeMetadataKeyPerformer$AVMetadataQuickTimeMetadataKeyPhonogramRights$AVMetadataQuickTimeMetadataKeyProducer$AVMetadataQuickTimeMetadataKeyPublisher$AVMetadataQuickTimeMetadataKeyRatingUser$AVMetadataQuickTimeMetadataKeySoftware$AVMetadataQuickTimeMetadataKeyTitle$AVMetadataQuickTimeMetadataKeyYear$AVMetadataQuickTimeMetadataKeyiXML$AVMetadataQuickTimeUserDataKeyAccessibilityDescription$AVMetadataQuickTimeUserDataKeyAlbum$AVMetadataQuickTimeUserDataKeyArranger$AVMetadataQuickTimeUserDataKeyArtist$AVMetadataQuickTimeUserDataKeyAuthor$AVMetadataQuickTimeUserDataKeyChapter$AVMetadataQuickTimeUserDataKeyComment$AVMetadataQuickTimeUserDataKeyComposer$AVMetadataQuickTimeUserDataKeyCopyright$AVMetadataQuickTimeUserDataKeyCreationDate$AVMetadataQuickTimeUserDataKeyCredits$AVMetadataQuickTimeUserDataKeyDescription$AVMetadataQuickTimeUserDataKeyDirector$AVMetadataQuickTimeUserDataKeyDisclaimer$AVMetadataQuickTimeUserDataKeyEncodedBy$AVMetadataQuickTimeUserDataKeyFullName$AVMetadataQuickTimeUserDataKeyGenre$AVMetadataQuickTimeUserDataKeyHostComputer$AVMetadataQuickTimeUserDataKeyInformation$AVMetadataQuickTimeUserDataKeyKeywords$AVMetadataQuickTimeUserDataKeyLocationISO6709$AVMetadataQuickTimeUserDataKeyMake$AVMetadataQuickTimeUserDataKeyModel$AVMetadataQuickTimeUserDataKeyOriginalArtist$AVMetadataQuickTimeUserDataKeyOriginalFormat$AVMetadataQuickTimeUserDataKeyOriginalSource$AVMetadataQuickTimeUserDataKeyPerformers$AVMetadataQuickTimeUserDataKeyPhonogramRights$AVMetadataQuickTimeUserDataKeyProducer$AVMetadataQuickTimeUserDataKeyProduct$AVMetadataQuickTimeUserDataKeyPublisher$AVMetadataQuickTimeUserDataKeySoftware$AVMetadataQuickTimeUserDataKeySpecialPlaybackRequirements$AVMetadataQuickTimeUserDataKeyTaggedCharacteristic$AVMetadataQuickTimeUserDataKeyTrack$AVMetadataQuickTimeUserDataKeyTrackName$AVMetadataQuickTimeUserDataKeyURLLink$AVMetadataQuickTimeUserDataKeyWarning$AVMetadataQuickTimeUserDataKeyWriter$AVMetadataiTunesMetadataKeyAccountKind$AVMetadataiTunesMetadataKeyAcknowledgement$AVMetadataiTunesMetadataKeyAlbum$AVMetadataiTunesMetadataKeyAlbumArtist$AVMetadataiTunesMetadataKeyAppleID$AVMetadataiTunesMetadataKeyArranger$AVMetadataiTunesMetadataKeyArtDirector$AVMetadataiTunesMetadataKeyArtist$AVMetadataiTunesMetadataKeyArtistID$AVMetadataiTunesMetadataKeyAuthor$AVMetadataiTunesMetadataKeyBeatsPerMin$AVMetadataiTunesMetadataKeyComposer$AVMetadataiTunesMetadataKeyConductor$AVMetadataiTunesMetadataKeyContentRating$AVMetadataiTunesMetadataKeyCopyright$AVMetadataiTunesMetadataKeyCoverArt$AVMetadataiTunesMetadataKeyCredits$AVMetadataiTunesMetadataKeyDescription$AVMetadataiTunesMetadataKeyDirector$AVMetadataiTunesMetadataKeyDiscCompilation$AVMetadataiTunesMetadataKeyDiscNumber$AVMetadataiTunesMetadataKeyEQ$AVMetadataiTunesMetadataKeyEncodedBy$AVMetadataiTunesMetadataKeyEncodingTool$AVMetadataiTunesMetadataKeyExecProducer$AVMetadataiTunesMetadataKeyGenreID$AVMetadataiTunesMetadataKeyGrouping$AVMetadataiTunesMetadataKeyLinerNotes$AVMetadataiTunesMetadataKeyLyrics$AVMetadataiTunesMetadataKeyOnlineExtras$AVMetadataiTunesMetadataKeyOriginalArtist$AVMetadataiTunesMetadataKeyPerformer$AVMetadataiTunesMetadataKeyPhonogramRights$AVMetadataiTunesMetadataKeyPlaylistID$AVMetadataiTunesMetadataKeyPredefinedGenre$AVMetadataiTunesMetadataKeyProducer$AVMetadataiTunesMetadataKeyPublisher$AVMetadataiTunesMetadataKeyRecordCompany$AVMetadataiTunesMetadataKeyReleaseDate$AVMetadataiTunesMetadataKeySoloist$AVMetadataiTunesMetadataKeySongID$AVMetadataiTunesMetadataKeySongName$AVMetadataiTunesMetadataKeySoundEngineer$AVMetadataiTunesMetadataKeyThanks$AVMetadataiTunesMetadataKeyTrackNumber$AVMetadataiTunesMetadataKeyTrackSubTitle$AVMetadataiTunesMetadataKeyUserComment$AVMetadataiTunesMetadataKeyUserGenre$AVMovieReferenceRestrictionsKey$AVMovieShouldSupportAliasDataReferencesKey$AVNumberOfChannelsKey$AVOutputSettingsPreset1280x720$AVOutputSettingsPreset1920x1080$AVOutputSettingsPreset3840x2160$AVOutputSettingsPreset640x480$AVOutputSettingsPreset960x540$AVOutputSettingsPresetHEVC1920x1080$AVOutputSettingsPresetHEVC1920x1080WithAlpha$AVOutputSettingsPresetHEVC3840x2160$AVOutputSettingsPresetHEVC3840x2160WithAlpha$AVOutputSettingsPresetHEVC7680x4320$AVOutputSettingsPresetMVHEVC1440x1440$AVOutputSettingsPresetMVHEVC960x960$AVPlaybackCoordinatorOtherParticipantsDidChangeNotification$AVPlaybackCoordinatorSuspensionReasonsDidChangeNotification$AVPlayerAvailableHDRModesDidChangeNotification$AVPlayerEligibleForHDRPlaybackDidChangeNotification$AVPlayerIntegratedTimelineSnapshotsOutOfSyncNotification$AVPlayerIntegratedTimelineSnapshotsOutOfSyncReasonCurrentSegmentChanged$AVPlayerIntegratedTimelineSnapshotsOutOfSyncReasonKey$AVPlayerIntegratedTimelineSnapshotsOutOfSyncReasonLoadedTimeRangesChanged$AVPlayerIntegratedTimelineSnapshotsOutOfSyncReasonSegmentsChanged$AVPlayerInterstitialEventJoinCue$AVPlayerInterstitialEventLeaveCue$AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeErrorKey$AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey$AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification$AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeStatusKey$AVPlayerInterstitialEventMonitorCurrentEventDidChangeNotification$AVPlayerInterstitialEventMonitorEventsDidChangeNotification$AVPlayerInterstitialEventNoCue$AVPlayerInterstitialEventObserverCurrentEventDidChangeNotification$AVPlayerItemDidPlayToEndTimeNotification$AVPlayerItemFailedToPlayToEndTimeErrorKey$AVPlayerItemFailedToPlayToEndTimeNotification$AVPlayerItemLegibleOutputTextStylingResolutionDefault$AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly$AVPlayerItemMediaSelectionDidChangeNotification$AVPlayerItemNewAccessLogEntryNotification$AVPlayerItemNewErrorLogEntryNotification$AVPlayerItemPlaybackStalledNotification$AVPlayerItemRecommendedTimeOffsetFromLiveDidChangeNotification$AVPlayerItemTimeJumpedNotification$AVPlayerItemTimeJumpedOriginatingParticipantKey$AVPlayerItemTrackVideoFieldModeDeinterlaceFields$AVPlayerRateDidChangeNotification$AVPlayerRateDidChangeOriginatingParticipantKey$AVPlayerRateDidChangeReasonAppBackgrounded$AVPlayerRateDidChangeReasonAudioSessionInterrupted$AVPlayerRateDidChangeReasonKey$AVPlayerRateDidChangeReasonSetRateCalled$AVPlayerRateDidChangeReasonSetRateFailed$AVPlayerWaitingDuringInterstitialEventReason$AVPlayerWaitingForCoordinatedPlaybackReason$AVPlayerWaitingToMinimizeStallsReason$AVPlayerWaitingWhileEvaluatingBufferingRateReason$AVPlayerWaitingWithNoItemToPlayReason$AVRouteDetectorMultipleRoutesDetectedDidChangeNotification$AVSampleBufferAudioRendererFlushTimeKey$AVSampleBufferAudioRendererOutputConfigurationDidChangeNotification$AVSampleBufferAudioRendererWasFlushedAutomaticallyNotification$AVSampleBufferDisplayLayerFailedToDecodeNotification$AVSampleBufferDisplayLayerFailedToDecodeNotificationErrorKey$AVSampleBufferDisplayLayerOutputObscuredDueToInsufficientExternalProtectionDidChangeNotification$AVSampleBufferDisplayLayerReadyForDisplayDidChangeNotification$AVSampleBufferDisplayLayerRequiresFlushToResumeDecodingDidChangeNotification$AVSampleBufferRenderSynchronizerRateDidChangeNotification$AVSampleBufferVideoRendererDidFailToDecodeNotification$AVSampleBufferVideoRendererDidFailToDecodeNotificationErrorKey$AVSampleBufferVideoRendererRequiresFlushToResumeDecodingDidChangeNotification$AVSampleRateConverterAlgorithmKey$AVSampleRateConverterAlgorithm_Mastering$AVSampleRateConverterAlgorithm_MinimumPhase$AVSampleRateConverterAlgorithm_Normal$AVSampleRateConverterAudioQualityKey$AVSampleRateKey$AVSemanticSegmentationMatteTypeGlasses$AVSemanticSegmentationMatteTypeHair$AVSemanticSegmentationMatteTypeSkin$AVSemanticSegmentationMatteTypeTeeth$AVSpatialCaptureDiscomfortReasonNotEnoughLight$AVSpatialCaptureDiscomfortReasonSubjectTooClose$AVSpeechSynthesisAvailableVoicesDidChangeNotification$AVSpeechSynthesisIPANotationAttribute$AVSpeechSynthesisVoiceIdentifierAlex$AVSpeechUtteranceDefaultSpeechRate@f$AVSpeechUtteranceMaximumSpeechRate@f$AVSpeechUtteranceMinimumSpeechRate@f$AVStreamingKeyDeliveryContentKeyType$AVStreamingKeyDeliveryPersistentContentKeyType$AVTrackAssociationTypeAudioFallback$AVTrackAssociationTypeChapterList$AVTrackAssociationTypeForcedSubtitlesOnly$AVTrackAssociationTypeMetadataReferent$AVTrackAssociationTypeSelectionFollower$AVTrackAssociationTypeTimecode$AVURLAssetAllowsCellularAccessKey$AVURLAssetAllowsConstrainedNetworkAccessKey$AVURLAssetAllowsExpensiveNetworkAccessKey$AVURLAssetHTTPCookiesKey$AVURLAssetHTTPUserAgentKey$AVURLAssetOverrideMIMETypeKey$AVURLAssetPreferPreciseDurationAndTimingKey$AVURLAssetPrimarySessionIdentifierKey$AVURLAssetReferenceRestrictionsKey$AVURLAssetShouldSupportAliasDataReferencesKey$AVURLAssetURLRequestAttributionKey$AVVideoAllowFrameReorderingKey$AVVideoAllowWideColorKey$AVVideoApertureModeCleanAperture$AVVideoApertureModeEncodedPixels$AVVideoApertureModeProductionAperture$AVVideoAppleProRAWBitDepthKey$AVVideoAverageBitRateKey$AVVideoAverageNonDroppableFrameRateKey$AVVideoCleanApertureHeightKey$AVVideoCleanApertureHorizontalOffsetKey$AVVideoCleanApertureKey$AVVideoCleanApertureVerticalOffsetKey$AVVideoCleanApertureWidthKey$AVVideoCodecAppleProRes422$AVVideoCodecAppleProRes4444$AVVideoCodecH264$AVVideoCodecHEVC$AVVideoCodecJPEG$AVVideoCodecKey$AVVideoCodecTypeAppleProRes422$AVVideoCodecTypeAppleProRes422HQ$AVVideoCodecTypeAppleProRes422LT$AVVideoCodecTypeAppleProRes422Proxy$AVVideoCodecTypeAppleProRes4444$AVVideoCodecTypeAppleProRes4444XQ$AVVideoCodecTypeH264$AVVideoCodecTypeHEVC$AVVideoCodecTypeHEVCWithAlpha$AVVideoCodecTypeJPEG$AVVideoCodecTypeJPEGXL$AVVideoColorPrimariesKey$AVVideoColorPrimaries_EBU_3213$AVVideoColorPrimaries_ITU_R_2020$AVVideoColorPrimaries_ITU_R_709_2$AVVideoColorPrimaries_P3_D65$AVVideoColorPrimaries_SMPTE_C$AVVideoColorPropertiesKey$AVVideoCompositionPerFrameHDRDisplayMetadataPolicyGenerate$AVVideoCompositionPerFrameHDRDisplayMetadataPolicyPropagate$AVVideoCompressionPropertiesKey$AVVideoDecompressionPropertiesKey$AVVideoEncoderSpecificationKey$AVVideoExpectedSourceFrameRateKey$AVVideoH264EntropyModeCABAC$AVVideoH264EntropyModeCAVLC$AVVideoH264EntropyModeKey$AVVideoHeightKey$AVVideoMaxKeyFrameIntervalDurationKey$AVVideoMaxKeyFrameIntervalKey$AVVideoPixelAspectRatioHorizontalSpacingKey$AVVideoPixelAspectRatioKey$AVVideoPixelAspectRatioVerticalSpacingKey$AVVideoProfileLevelH264Baseline30$AVVideoProfileLevelH264Baseline31$AVVideoProfileLevelH264Baseline41$AVVideoProfileLevelH264BaselineAutoLevel$AVVideoProfileLevelH264High40$AVVideoProfileLevelH264High41$AVVideoProfileLevelH264HighAutoLevel$AVVideoProfileLevelH264Main30$AVVideoProfileLevelH264Main31$AVVideoProfileLevelH264Main32$AVVideoProfileLevelH264Main41$AVVideoProfileLevelH264MainAutoLevel$AVVideoProfileLevelKey$AVVideoQualityKey$AVVideoRangeHLG$AVVideoRangePQ$AVVideoRangeSDR$AVVideoScalingModeFit$AVVideoScalingModeKey$AVVideoScalingModeResize$AVVideoScalingModeResizeAspect$AVVideoScalingModeResizeAspectFill$AVVideoTransferFunctionKey$AVVideoTransferFunction_IEC_sRGB$AVVideoTransferFunction_ITU_R_2100_HLG$AVVideoTransferFunction_ITU_R_709_2$AVVideoTransferFunction_Linear$AVVideoTransferFunction_SMPTE_240M_1995$AVVideoTransferFunction_SMPTE_ST_2084_PQ$AVVideoWidthKey$AVVideoYCbCrMatrixKey$AVVideoYCbCrMatrix_ITU_R_2020$AVVideoYCbCrMatrix_ITU_R_601_4$AVVideoYCbCrMatrix_ITU_R_709_2$AVVideoYCbCrMatrix_SMPTE_240M_1995$"""
|
|
141
|
-
enums = """$AVAUDIOENGINE_HAVE_AUAUDIOUNIT@1$AVAUDIOENGINE_HAVE_MUSICPLAYER@1$AVAUDIOFORMAT_HAVE_CMFORMATDESCRIPTION@1$AVAUDIOIONODE_HAVE_AUDIOUNIT@1$AVAUDIONODE_HAVE_AUAUDIOUNIT@1$AVAUDIOUNITCOMPONENT_HAVE_AUDIOCOMPONENT@1$AVAUDIOUNIT_HAVE_AUDIOUNIT@1$AVAssetExportSessionStatusCancelled@5$AVAssetExportSessionStatusCompleted@3$AVAssetExportSessionStatusExporting@2$AVAssetExportSessionStatusFailed@4$AVAssetExportSessionStatusUnknown@0$AVAssetExportSessionStatusWaiting@1$AVAssetImageGeneratorCancelled@2$AVAssetImageGeneratorFailed@1$AVAssetImageGeneratorSucceeded@0$AVAssetReaderStatusCancelled@4$AVAssetReaderStatusCompleted@2$AVAssetReaderStatusFailed@3$AVAssetReaderStatusReading@1$AVAssetReaderStatusUnknown@0$AVAssetReferenceRestrictionDefaultPolicy@2$AVAssetReferenceRestrictionForbidAll@65535$AVAssetReferenceRestrictionForbidCrossSiteReference@4$AVAssetReferenceRestrictionForbidLocalReferenceToLocal@8$AVAssetReferenceRestrictionForbidLocalReferenceToRemote@2$AVAssetReferenceRestrictionForbidNone@0$AVAssetReferenceRestrictionForbidRemoteReferenceToLocal@1$AVAssetSegmentTypeInitialization@1$AVAssetSegmentTypeSeparable@2$AVAssetTrackGroupOutputHandlingDefaultPolicy@0$AVAssetTrackGroupOutputHandlingNone@0$AVAssetTrackGroupOutputHandlingPreserveAlternateTracks@1$AVAssetWriterStatusCancelled@4$AVAssetWriterStatusCompleted@2$AVAssetWriterStatusFailed@3$AVAssetWriterStatusUnknown@0$AVAssetWriterStatusWriting@1$AVAudio3DMixingPointSourceInHeadModeBypass@1$AVAudio3DMixingPointSourceInHeadModeMono@0$AVAudio3DMixingRenderingAlgorithmAuto@7$AVAudio3DMixingRenderingAlgorithmEqualPowerPanning@0$AVAudio3DMixingRenderingAlgorithmHRTF@2$AVAudio3DMixingRenderingAlgorithmHRTFHQ@6$AVAudio3DMixingRenderingAlgorithmSoundField@3$AVAudio3DMixingRenderingAlgorithmSphericalHead@1$AVAudio3DMixingRenderingAlgorithmStereoPassThrough@5$AVAudio3DMixingSourceModeAmbienceBed@3$AVAudio3DMixingSourceModeBypass@1$AVAudio3DMixingSourceModePointSource@2$AVAudio3DMixingSourceModeSpatializeIfMono@0$AVAudioApplicationMicrophoneInjectionPermissionDenied@1684369017$AVAudioApplicationMicrophoneInjectionPermissionGranted@1735552628$AVAudioApplicationMicrophoneInjectionPermissionServiceDisabled@1936876659$AVAudioApplicationMicrophoneInjectionPermissionUndetermined@1970168948$AVAudioApplicationRecordPermissionDenied@1684369017$AVAudioApplicationRecordPermissionGranted@1735552628$AVAudioApplicationRecordPermissionUndetermined@1970168948$AVAudioConverterInputStatus_EndOfStream@2$AVAudioConverterInputStatus_HaveData@0$AVAudioConverterInputStatus_NoDataNow@1$AVAudioConverterOutputStatus_EndOfStream@2$AVAudioConverterOutputStatus_Error@3$AVAudioConverterOutputStatus_HaveData@0$AVAudioConverterOutputStatus_InputRanDry@1$AVAudioConverterPrimeMethod_None@2$AVAudioConverterPrimeMethod_Normal@1$AVAudioConverterPrimeMethod_Pre@0$AVAudioEngineManualRenderingErrorInitialized@-80801$AVAudioEngineManualRenderingErrorInvalidMode@-80800$AVAudioEngineManualRenderingErrorNotRunning@-80802$AVAudioEngineManualRenderingModeOffline@0$AVAudioEngineManualRenderingModeRealtime@1$AVAudioEngineManualRenderingStatusCannotDoInCurrentContext@2$AVAudioEngineManualRenderingStatusError@-1$AVAudioEngineManualRenderingStatusInsufficientDataFromInputNode@1$AVAudioEngineManualRenderingStatusSuccess@0$AVAudioEnvironmentDistanceAttenuationModelExponential@1$AVAudioEnvironmentDistanceAttenuationModelInverse@2$AVAudioEnvironmentDistanceAttenuationModelLinear@3$AVAudioEnvironmentOutputTypeAuto@0$AVAudioEnvironmentOutputTypeBuiltInSpeakers@2$AVAudioEnvironmentOutputTypeExternalSpeakers@3$AVAudioEnvironmentOutputTypeHeadphones@1$AVAudioOtherFormat@0$AVAudioPCMFormatFloat32@1$AVAudioPCMFormatFloat64@2$AVAudioPCMFormatInt16@3$AVAudioPCMFormatInt32@4$AVAudioPlayerNodeBufferInterrupts@2$AVAudioPlayerNodeBufferInterruptsAtLoop@4$AVAudioPlayerNodeBufferLoops@1$AVAudioPlayerNodeCompletionDataConsumed@0$AVAudioPlayerNodeCompletionDataPlayedBack@2$AVAudioPlayerNodeCompletionDataRendered@1$AVAudioQualityHigh@96$AVAudioQualityLow@32$AVAudioQualityMax@127$AVAudioQualityMedium@64$AVAudioQualityMin@0$AVAudioRoutingArbitrationCategoryPlayAndRecord@1$AVAudioRoutingArbitrationCategoryPlayAndRecordVoice@2$AVAudioRoutingArbitrationCategoryPlayback@0$AVAudioSessionActivationOptionNone@0$AVAudioSessionCategoryOptionAllowAirPlay@64$AVAudioSessionCategoryOptionAllowBluetooth@4$AVAudioSessionCategoryOptionAllowBluetoothA2DP@32$AVAudioSessionCategoryOptionDefaultToSpeaker@8$AVAudioSessionCategoryOptionDuckOthers@2$AVAudioSessionCategoryOptionInterruptSpokenAudioAndMixWithOthers@17$AVAudioSessionCategoryOptionMixWithOthers@1$AVAudioSessionCategoryOptionOverrideMutedMicrophoneInterruption@128$AVAudioSessionIOTypeAggregated@1$AVAudioSessionIOTypeNotSpecified@0$AVAudioSessionInterruptionFlags_ShouldResume@1$AVAudioSessionInterruptionOptionShouldResume@1$AVAudioSessionInterruptionReasonAppWasSuspended@1$AVAudioSessionInterruptionReasonBuiltInMicMuted@2$AVAudioSessionInterruptionReasonDefault@0$AVAudioSessionInterruptionReasonDeviceUnauthenticated@5$AVAudioSessionInterruptionReasonRouteDisconnected@4$AVAudioSessionInterruptionTypeBegan@1$AVAudioSessionInterruptionTypeEnded@0$AVAudioSessionMicrophoneInjectionModeNone@0$AVAudioSessionMicrophoneInjectionModeSpokenAudio@1$AVAudioSessionPortOverrideNone@0$AVAudioSessionPortOverrideSpeaker@1936747378$AVAudioSessionPromptStyleNone@1852796517$AVAudioSessionPromptStyleNormal@1852992876$AVAudioSessionPromptStyleShort@1936224884$AVAudioSessionRecordPermissionDenied@1684369017$AVAudioSessionRecordPermissionGranted@1735552628$AVAudioSessionRecordPermissionUndetermined@1970168948$AVAudioSessionRenderingModeDolbyAtmos@5$AVAudioSessionRenderingModeDolbyAudio@4$AVAudioSessionRenderingModeMonoStereo@1$AVAudioSessionRenderingModeNotApplicable@0$AVAudioSessionRenderingModeSpatialAudio@3$AVAudioSessionRenderingModeSurround@2$AVAudioSessionRouteChangeReasonCategoryChange@3$AVAudioSessionRouteChangeReasonNewDeviceAvailable@1$AVAudioSessionRouteChangeReasonNoSuitableRouteForCategory@7$AVAudioSessionRouteChangeReasonOldDeviceUnavailable@2$AVAudioSessionRouteChangeReasonOverride@4$AVAudioSessionRouteChangeReasonRouteConfigurationChange@8$AVAudioSessionRouteChangeReasonUnknown@0$AVAudioSessionRouteChangeReasonWakeFromSleep@6$AVAudioSessionRouteSharingPolicyDefault@0$AVAudioSessionRouteSharingPolicyIndependent@2$AVAudioSessionRouteSharingPolicyLongForm@1$AVAudioSessionRouteSharingPolicyLongFormAudio@1$AVAudioSessionRouteSharingPolicyLongFormVideo@3$AVAudioSessionSetActiveFlags_NotifyOthersOnDeactivation@1$AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation@1$AVAudioSessionSilenceSecondaryAudioHintTypeBegin@1$AVAudioSessionSilenceSecondaryAudioHintTypeEnd@0$AVAudioSpatializationFormatMonoAndStereo@3$AVAudioSpatializationFormatMonoStereoAndMultichannel@7$AVAudioSpatializationFormatMultichannel@4$AVAudioSpatializationFormatNone@0$AVAudioStereoOrientationLandscapeLeft@4$AVAudioStereoOrientationLandscapeRight@3$AVAudioStereoOrientationNone@0$AVAudioStereoOrientationPortrait@1$AVAudioStereoOrientationPortraitUpsideDown@2$AVAudioUnitDistortionPresetDrumsBitBrush@0$AVAudioUnitDistortionPresetDrumsBufferBeats@1$AVAudioUnitDistortionPresetDrumsLoFi@2$AVAudioUnitDistortionPresetMultiBrokenSpeaker@3$AVAudioUnitDistortionPresetMultiCellphoneConcert@4$AVAudioUnitDistortionPresetMultiDecimated1@5$AVAudioUnitDistortionPresetMultiDecimated2@6$AVAudioUnitDistortionPresetMultiDecimated3@7$AVAudioUnitDistortionPresetMultiDecimated4@8$AVAudioUnitDistortionPresetMultiDistortedCubed@10$AVAudioUnitDistortionPresetMultiDistortedFunk@9$AVAudioUnitDistortionPresetMultiDistortedSquared@11$AVAudioUnitDistortionPresetMultiEcho1@12$AVAudioUnitDistortionPresetMultiEcho2@13$AVAudioUnitDistortionPresetMultiEchoTight1@14$AVAudioUnitDistortionPresetMultiEchoTight2@15$AVAudioUnitDistortionPresetMultiEverythingIsBroken@16$AVAudioUnitDistortionPresetSpeechAlienChatter@17$AVAudioUnitDistortionPresetSpeechCosmicInterference@18$AVAudioUnitDistortionPresetSpeechGoldenPi@19$AVAudioUnitDistortionPresetSpeechRadioTower@20$AVAudioUnitDistortionPresetSpeechWaves@21$AVAudioUnitEQFilterTypeBandPass@5$AVAudioUnitEQFilterTypeBandStop@6$AVAudioUnitEQFilterTypeHighPass@2$AVAudioUnitEQFilterTypeHighShelf@8$AVAudioUnitEQFilterTypeLowPass@1$AVAudioUnitEQFilterTypeLowShelf@7$AVAudioUnitEQFilterTypeParametric@0$AVAudioUnitEQFilterTypeResonantHighPass@4$AVAudioUnitEQFilterTypeResonantHighShelf@10$AVAudioUnitEQFilterTypeResonantLowPass@3$AVAudioUnitEQFilterTypeResonantLowShelf@9$AVAudioUnitReverbPresetCathedral@8$AVAudioUnitReverbPresetLargeChamber@7$AVAudioUnitReverbPresetLargeHall@4$AVAudioUnitReverbPresetLargeHall2@12$AVAudioUnitReverbPresetLargeRoom@2$AVAudioUnitReverbPresetLargeRoom2@9$AVAudioUnitReverbPresetMediumChamber@6$AVAudioUnitReverbPresetMediumHall@3$AVAudioUnitReverbPresetMediumHall2@10$AVAudioUnitReverbPresetMediumHall3@11$AVAudioUnitReverbPresetMediumRoom@1$AVAudioUnitReverbPresetPlate@5$AVAudioUnitReverbPresetSmallRoom@0$AVAudioVoiceProcessingOtherAudioDuckingLevelDefault@0$AVAudioVoiceProcessingOtherAudioDuckingLevelMax@30$AVAudioVoiceProcessingOtherAudioDuckingLevelMid@20$AVAudioVoiceProcessingOtherAudioDuckingLevelMin@10$AVAudioVoiceProcessingSpeechActivityEnded@1$AVAudioVoiceProcessingSpeechActivityStarted@0$AVAuthorizationStatusAuthorized@3$AVAuthorizationStatusDenied@2$AVAuthorizationStatusNotDetermined@0$AVAuthorizationStatusRestricted@1$AVCaptionAnimationCharacterReveal@1$AVCaptionAnimationNone@0$AVCaptionConversionValidatorStatusCompleted@2$AVCaptionConversionValidatorStatusStopped@3$AVCaptionConversionValidatorStatusUnknown@0$AVCaptionConversionValidatorStatusValidating@1$AVCaptionDecorationLineThrough@2$AVCaptionDecorationNone@0$AVCaptionDecorationOverline@4$AVCaptionDecorationUnderline@1$AVCaptionFontStyleItalic@2$AVCaptionFontStyleNormal@1$AVCaptionFontStyleUnknown@0$AVCaptionFontWeightBold@2$AVCaptionFontWeightNormal@1$AVCaptionFontWeightUnknown@0$AVCaptionRegionDisplayAlignmentAfter@2$AVCaptionRegionDisplayAlignmentBefore@0$AVCaptionRegionDisplayAlignmentCenter@1$AVCaptionRegionScrollNone@0$AVCaptionRegionScrollRollUp@1$AVCaptionRegionWritingModeLeftToRightAndTopToBottom@0$AVCaptionRegionWritingModeTopToBottomAndRightToLeft@2$AVCaptionRubyAlignmentCenter@1$AVCaptionRubyAlignmentDistributeSpaceAround@3$AVCaptionRubyAlignmentDistributeSpaceBetween@2$AVCaptionRubyAlignmentStart@0$AVCaptionRubyPositionAfter@1$AVCaptionRubyPositionBefore@0$AVCaptionTextAlignmentCenter@2$AVCaptionTextAlignmentEnd@1$AVCaptionTextAlignmentLeft@3$AVCaptionTextAlignmentRight@4$AVCaptionTextAlignmentStart@0$AVCaptionTextCombineAll@-1$AVCaptionTextCombineFourDigits@4$AVCaptionTextCombineNone@0$AVCaptionTextCombineOneDigit@1$AVCaptionTextCombineThreeDigits@3$AVCaptionTextCombineTwoDigits@2$AVCaptionUnitsTypeCells@1$AVCaptionUnitsTypePercent@2$AVCaptionUnitsTypeUnspecified@0$AVCaptureAutoFocusRangeRestrictionFar@2$AVCaptureAutoFocusRangeRestrictionNear@1$AVCaptureAutoFocusRangeRestrictionNone@0$AVCaptureAutoFocusSystemContrastDetection@1$AVCaptureAutoFocusSystemNone@0$AVCaptureAutoFocusSystemPhaseDetection@2$AVCaptureCenterStageControlModeApp@1$AVCaptureCenterStageControlModeCooperative@2$AVCaptureCenterStageControlModeUser@0$AVCaptureColorSpace_AppleLog@3$AVCaptureColorSpace_HLG_BT2020@2$AVCaptureColorSpace_P3_D65@1$AVCaptureColorSpace_sRGB@0$AVCaptureDevicePositionBack@1$AVCaptureDevicePositionFront@2$AVCaptureDevicePositionUnspecified@0$AVCaptureDeviceTransportControlsNotPlayingMode@0$AVCaptureDeviceTransportControlsPlayingMode@1$AVCaptureExposureModeAutoExpose@1$AVCaptureExposureModeContinuousAutoExposure@2$AVCaptureExposureModeCustom@3$AVCaptureExposureModeLocked@0$AVCaptureFlashModeAuto@2$AVCaptureFlashModeOff@0$AVCaptureFlashModeOn@1$AVCaptureFocusModeAutoFocus@1$AVCaptureFocusModeContinuousAutoFocus@2$AVCaptureFocusModeLocked@0$AVCaptureLensStabilizationStatusActive@2$AVCaptureLensStabilizationStatusOff@1$AVCaptureLensStabilizationStatusOutOfRange@3$AVCaptureLensStabilizationStatusUnavailable@4$AVCaptureLensStabilizationStatusUnsupported@0$AVCaptureMicrophoneModeStandard@0$AVCaptureMicrophoneModeVoiceIsolation@2$AVCaptureMicrophoneModeWideSpectrum@1$AVCaptureMultichannelAudioModeFirstOrderAmbisonics@2$AVCaptureMultichannelAudioModeNone@0$AVCaptureMultichannelAudioModeStereo@1$AVCaptureOutputDataDroppedReasonDiscontinuity@3$AVCaptureOutputDataDroppedReasonLateData@1$AVCaptureOutputDataDroppedReasonNone@0$AVCaptureOutputDataDroppedReasonOutOfBuffers@2$AVCapturePhotoOutputCaptureReadinessNotReadyMomentarily@2$AVCapturePhotoOutputCaptureReadinessNotReadyWaitingForCapture@3$AVCapturePhotoOutputCaptureReadinessNotReadyWaitingForProcessing@4$AVCapturePhotoOutputCaptureReadinessReady@1$AVCapturePhotoOutputCaptureReadinessSessionNotRunning@0$AVCapturePhotoQualityPrioritizationBalanced@2$AVCapturePhotoQualityPrioritizationQuality@3$AVCapturePhotoQualityPrioritizationSpeed@1$AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionExposureModeChanged@4$AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionFocusModeChanged@2$AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionNone@0$AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionVideoZoomChanged@1$AVCapturePrimaryConstituentDeviceSwitchingBehaviorAuto@1$AVCapturePrimaryConstituentDeviceSwitchingBehaviorLocked@3$AVCapturePrimaryConstituentDeviceSwitchingBehaviorRestricted@2$AVCapturePrimaryConstituentDeviceSwitchingBehaviorUnsupported@0$AVCaptureSessionInterruptionReasonAudioDeviceInUseByAnotherClient@2$AVCaptureSessionInterruptionReasonVideoDeviceInUseByAnotherClient@3$AVCaptureSessionInterruptionReasonVideoDeviceNotAvailableDueToSystemPressure@5$AVCaptureSessionInterruptionReasonVideoDeviceNotAvailableInBackground@1$AVCaptureSessionInterruptionReasonVideoDeviceNotAvailableWithMultipleForegroundApps@4$AVCaptureSystemPressureFactorCameraTemperature@8$AVCaptureSystemPressureFactorDepthModuleTemperature@4$AVCaptureSystemPressureFactorNone@0$AVCaptureSystemPressureFactorPeakPower@2$AVCaptureSystemPressureFactorSystemTemperature@1$AVCaptureSystemUserInterfaceMicrophoneModes@2$AVCaptureSystemUserInterfaceVideoEffects@1$AVCaptureTorchModeAuto@2$AVCaptureTorchModeOff@0$AVCaptureTorchModeOn@1$AVCaptureVideoOrientationLandscapeLeft@4$AVCaptureVideoOrientationLandscapeRight@3$AVCaptureVideoOrientationPortrait@1$AVCaptureVideoOrientationPortraitUpsideDown@2$AVCaptureVideoStabilizationModeAuto@-1$AVCaptureVideoStabilizationModeCinematic@2$AVCaptureVideoStabilizationModeCinematicExtended@3$AVCaptureVideoStabilizationModeCinematicExtendedEnhanced@5$AVCaptureVideoStabilizationModeOff@0$AVCaptureVideoStabilizationModePreviewOptimized@4$AVCaptureVideoStabilizationModeStandard@1$AVCaptureWhiteBalanceModeAutoWhiteBalance@1$AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance@2$AVCaptureWhiteBalanceModeLocked@0$AVContentAuthorizationBusy@4$AVContentAuthorizationCancelled@2$AVContentAuthorizationCompleted@1$AVContentAuthorizationNotAvailable@5$AVContentAuthorizationNotPossible@6$AVContentAuthorizationTimedOut@3$AVContentAuthorizationUnknown@0$AVContentKeyRequestStatusCancelled@4$AVContentKeyRequestStatusFailed@5$AVContentKeyRequestStatusReceivedResponse@1$AVContentKeyRequestStatusRenewed@2$AVContentKeyRequestStatusRequestingResponse@0$AVContentKeyRequestStatusRetried@3$AVDelegatingPlaybackCoordinatorRateChangeOptionPlayImmediately@1$AVDelegatingPlaybackCoordinatorSeekOptionResumeImmediately@1$AVDepthDataAccuracyAbsolute@1$AVDepthDataAccuracyRelative@0$AVDepthDataQualityHigh@1$AVDepthDataQualityLow@0$AVErrorAirPlayControllerRequiresInternet@-11856$AVErrorAirPlayReceiverRequiresInternet@-11857$AVErrorAirPlayReceiverTemporarilyUnavailable@-11882$AVErrorApplicationIsNotAuthorized@-11836$AVErrorApplicationIsNotAuthorizedToUseDevice@-11852$AVErrorCompositionTrackSegmentsNotContiguous@-11824$AVErrorContentIsNotAuthorized@-11835$AVErrorContentIsProtected@-11831$AVErrorContentIsUnavailable@-11863$AVErrorContentKeyRequestCancelled@-11879$AVErrorContentNotUpdated@-11866$AVErrorCreateContentKeyRequestFailed@-11860$AVErrorDecodeFailed@-11821$AVErrorDecoderNotFound@-11833$AVErrorDecoderTemporarilyUnavailable@-11839$AVErrorDeviceAlreadyUsedByAnotherSession@-11804$AVErrorDeviceInUseByAnotherApplication@-11815$AVErrorDeviceLockedForConfigurationByAnotherProcess@-11817$AVErrorDeviceNotConnected@-11814$AVErrorDeviceWasDisconnected@-11808$AVErrorDiskFull@-11807$AVErrorDisplayWasDisabled@-11845$AVErrorEncodeFailed@-11883$AVErrorEncoderNotFound@-11834$AVErrorEncoderTemporarilyUnavailable@-11840$AVErrorExportFailed@-11820$AVErrorExternalPlaybackNotSupportedForAsset@-11870$AVErrorFailedToLoadMediaData@-11849$AVErrorFailedToLoadSampleData@-11881$AVErrorFailedToParse@-11853$AVErrorFileAlreadyExists@-11823$AVErrorFileFailedToParse@-11829$AVErrorFileFormatNotRecognized@-11828$AVErrorFileTypeDoesNotSupportSampleReferences@-11854$AVErrorFormatUnsupported@-11864$AVErrorIncompatibleAsset@-11848$AVErrorIncorrectlyConfigured@-11875$AVErrorInvalidCompositionTrackSegmentDuration@-11825$AVErrorInvalidCompositionTrackSegmentSourceDuration@-11827$AVErrorInvalidCompositionTrackSegmentSourceStartTime@-11826$AVErrorInvalidOutputURLPathExtension@-11843$AVErrorInvalidSampleCursor@-11880$AVErrorInvalidSourceMedia@-11822$AVErrorInvalidVideoComposition@-11841$AVErrorMalformedDepth@-11865$AVErrorMaximumDurationReached@-11810$AVErrorMaximumFileSizeReached@-11811$AVErrorMaximumNumberOfSamplesForFileFormatReached@-11813$AVErrorMaximumStillImageCaptureRequestsExceeded@-11830$AVErrorMediaChanged@-11809$AVErrorMediaDiscontinuity@-11812$AVErrorMediaExtensionConflict@-11887$AVErrorMediaExtensionDisabled@-11886$AVErrorNoCompatibleAlternatesForExternalDisplay@-11868$AVErrorNoDataCaptured@-11805$AVErrorNoImageAtTime@-11832$AVErrorNoLongerPlayable@-11867$AVErrorNoSourceTrack@-11869$AVErrorOperationCancelled@-11878$AVErrorOperationNotAllowed@-11862$AVErrorOperationNotSupportedForAsset@-11838$AVErrorOperationNotSupportedForPreset@-11871$AVErrorOutOfMemory@-11801$AVErrorRecordingAlreadyInProgress@-11859$AVErrorReferenceForbiddenByReferencePolicy@-11842$AVErrorRosettaNotInstalled@-11877$AVErrorSandboxExtensionDenied@-11884$AVErrorScreenCaptureFailed@-11844$AVErrorSegmentStartedWithNonSyncSample@-11876$AVErrorServerIncorrectlyConfigured@-11850$AVErrorSessionConfigurationChanged@-11806$AVErrorSessionHardwareCostOverage@-11872$AVErrorSessionNotRunning@-11803$AVErrorToneMappingFailed@-11885$AVErrorTorchLevelUnavailable@-11846$AVErrorUndecodableMediaData@-11855$AVErrorUnknown@-11800$AVErrorUnsupportedDeviceActiveFormat@-11873$AVErrorUnsupportedOutputSettings@-11861$AVErrorVideoCompositorFailed@-11858$AVExternalContentProtectionStatusInsufficient@2$AVExternalContentProtectionStatusPending@0$AVExternalContentProtectionStatusSufficient@1$AVKeyValueStatusCancelled@4$AVKeyValueStatusFailed@3$AVKeyValueStatusLoaded@2$AVKeyValueStatusLoading@1$AVKeyValueStatusUnknown@0$AVMIDIControlChangeMessageTypeAllNotesOff@123$AVMIDIControlChangeMessageTypeAllSoundOff@120$AVMIDIControlChangeMessageTypeAttackTime@73$AVMIDIControlChangeMessageTypeBalance@8$AVMIDIControlChangeMessageTypeBankSelect@0$AVMIDIControlChangeMessageTypeBreath@2$AVMIDIControlChangeMessageTypeBrightness@74$AVMIDIControlChangeMessageTypeChorusLevel@93$AVMIDIControlChangeMessageTypeDataEntry@6$AVMIDIControlChangeMessageTypeDecayTime@75$AVMIDIControlChangeMessageTypeExpression@11$AVMIDIControlChangeMessageTypeFilterResonance@71$AVMIDIControlChangeMessageTypeFoot@4$AVMIDIControlChangeMessageTypeHold2Pedal@69$AVMIDIControlChangeMessageTypeLegatoPedal@68$AVMIDIControlChangeMessageTypeModWheel@1$AVMIDIControlChangeMessageTypeMonoModeOff@127$AVMIDIControlChangeMessageTypeMonoModeOn@126$AVMIDIControlChangeMessageTypeOmniModeOff@124$AVMIDIControlChangeMessageTypeOmniModeOn@125$AVMIDIControlChangeMessageTypePan@10$AVMIDIControlChangeMessageTypePortamento@65$AVMIDIControlChangeMessageTypePortamentoTime@5$AVMIDIControlChangeMessageTypeRPN_LSB@100$AVMIDIControlChangeMessageTypeRPN_MSB@101$AVMIDIControlChangeMessageTypeReleaseTime@72$AVMIDIControlChangeMessageTypeResetAllControllers@121$AVMIDIControlChangeMessageTypeReverbLevel@91$AVMIDIControlChangeMessageTypeSoft@67$AVMIDIControlChangeMessageTypeSostenuto@66$AVMIDIControlChangeMessageTypeSustain@64$AVMIDIControlChangeMessageTypeVibratoDelay@78$AVMIDIControlChangeMessageTypeVibratoDepth@77$AVMIDIControlChangeMessageTypeVibratoRate@76$AVMIDIControlChangeMessageTypeVolume@7$AVMIDIMetaEventTypeCopyright@2$AVMIDIMetaEventTypeCuePoint@7$AVMIDIMetaEventTypeEndOfTrack@47$AVMIDIMetaEventTypeInstrument@4$AVMIDIMetaEventTypeKeySignature@89$AVMIDIMetaEventTypeLyric@5$AVMIDIMetaEventTypeMarker@6$AVMIDIMetaEventTypeMidiChannel@32$AVMIDIMetaEventTypeMidiPort@33$AVMIDIMetaEventTypeProprietaryEvent@127$AVMIDIMetaEventTypeSequenceNumber@0$AVMIDIMetaEventTypeSmpteOffset@84$AVMIDIMetaEventTypeTempo@81$AVMIDIMetaEventTypeText@1$AVMIDIMetaEventTypeTimeSignature@88$AVMIDIMetaEventTypeTrackName@3$AVMovieWritingAddMovieHeaderToDestination@0$AVMovieWritingTruncateDestinationToMovieHeaderOnly@1$AVMusicSequenceLoadSMF_ChannelsToTracks@1$AVMusicSequenceLoadSMF_PreserveTracks@0$AVMusicTrackLoopCountForever@-1$AVPlayerActionAtItemEndAdvance@0$AVPlayerActionAtItemEndNone@2$AVPlayerActionAtItemEndPause@1$AVPlayerAudiovisualBackgroundPlaybackPolicyAutomatic@1$AVPlayerAudiovisualBackgroundPlaybackPolicyContinuesIfPossible@3$AVPlayerAudiovisualBackgroundPlaybackPolicyPauses@2$AVPlayerHDRModeDolbyVision@4$AVPlayerHDRModeHDR10@2$AVPlayerHDRModeHLG@1$AVPlayerInterstitialEventAssetListResponseStatusAvailable@0$AVPlayerInterstitialEventAssetListResponseStatusCleared@1$AVPlayerInterstitialEventAssetListResponseStatusUnavailable@2$AVPlayerInterstitialEventRestrictionConstrainsSeekingForwardInPrimaryContent@1$AVPlayerInterstitialEventRestrictionDefaultPolicy@0$AVPlayerInterstitialEventRestrictionNone@0$AVPlayerInterstitialEventRestrictionRequiresPlaybackAtPreferredRateForAdvancement@4$AVPlayerInterstitialEventTimelineOccupancyFill@1$AVPlayerInterstitialEventTimelineOccupancySinglePoint@0$AVPlayerItemSegmentTypeInterstitial@1$AVPlayerItemSegmentTypePrimary@0$AVPlayerItemStatusFailed@2$AVPlayerItemStatusReadyToPlay@1$AVPlayerItemStatusUnknown@0$AVPlayerLooperItemOrderingLoopingItemsFollowExistingItems@1$AVPlayerLooperItemOrderingLoopingItemsPrecedeExistingItems@0$AVPlayerLooperStatusCancelled@3$AVPlayerLooperStatusFailed@2$AVPlayerLooperStatusReady@1$AVPlayerLooperStatusUnknown@0$AVPlayerStatusFailed@2$AVPlayerStatusReadyToPlay@1$AVPlayerStatusUnknown@0$AVPlayerTimeControlStatusPaused@0$AVPlayerTimeControlStatusPlaying@2$AVPlayerTimeControlStatusWaitingToPlayAtSpecifiedRate@1$AVQueuedSampleBufferRenderingStatusFailed@2$AVQueuedSampleBufferRenderingStatusRendering@1$AVQueuedSampleBufferRenderingStatusUnknown@0$AVSampleBufferRequestDirectionForward@1$AVSampleBufferRequestDirectionNone@0$AVSampleBufferRequestDirectionReverse@-1$AVSampleBufferRequestModeImmediate@0$AVSampleBufferRequestModeOpportunistic@2$AVSampleBufferRequestModeScheduled@1$AVSpeechBoundaryImmediate@0$AVSpeechBoundaryWord@1$AVSpeechSynthesisMarkerMarkBookmark@4$AVSpeechSynthesisMarkerMarkParagraph@3$AVSpeechSynthesisMarkerMarkPhoneme@0$AVSpeechSynthesisMarkerMarkSentence@2$AVSpeechSynthesisMarkerMarkWord@1$AVSpeechSynthesisPersonalVoiceAuthorizationStatusAuthorized@3$AVSpeechSynthesisPersonalVoiceAuthorizationStatusDenied@1$AVSpeechSynthesisPersonalVoiceAuthorizationStatusNotDetermined@0$AVSpeechSynthesisPersonalVoiceAuthorizationStatusUnsupported@2$AVSpeechSynthesisVoiceGenderFemale@2$AVSpeechSynthesisVoiceGenderMale@1$AVSpeechSynthesisVoiceGenderUnspecified@0$AVSpeechSynthesisVoiceQualityDefault@1$AVSpeechSynthesisVoiceQualityEnhanced@2$AVSpeechSynthesisVoiceQualityPremium@3$AVSpeechSynthesisVoiceTraitIsNoveltyVoice@1$AVSpeechSynthesisVoiceTraitIsPersonalVoice@2$AVSpeechSynthesisVoiceTraitNone@0$AVVariantPreferenceNone@0$AVVariantPreferenceScalabilityToLosslessAudio@1$AVVideoFieldModeBoth@0$AVVideoFieldModeBottomOnly@2$AVVideoFieldModeDeinterlace@3$AVVideoFieldModeTopOnly@1$kCMTagCollectionVideoOutputPreset_Monoscopic@0$kCMTagCollectionVideoOutputPreset_Stereoscopic@1$"""
|
|
140
|
+
constants = """$AVAssetChapterMetadataGroupsDidChangeNotification$AVAssetContainsFragmentsDidChangeNotification$AVAssetDownloadTaskMediaSelectionKey$AVAssetDownloadTaskMediaSelectionPrefersMultichannelKey$AVAssetDownloadTaskMinimumRequiredMediaBitrateKey$AVAssetDownloadTaskMinimumRequiredPresentationSizeKey$AVAssetDownloadTaskPrefersHDRKey$AVAssetDownloadTaskPrefersLosslessAudioKey$AVAssetDownloadedAssetEvictionPriorityDefault$AVAssetDownloadedAssetEvictionPriorityImportant$AVAssetDurationDidChangeNotification$AVAssetExportPreset1280x720$AVAssetExportPreset1920x1080$AVAssetExportPreset3840x2160$AVAssetExportPreset640x480$AVAssetExportPreset960x540$AVAssetExportPresetAppleM4A$AVAssetExportPresetAppleM4V1080pHD$AVAssetExportPresetAppleM4V480pSD$AVAssetExportPresetAppleM4V720pHD$AVAssetExportPresetAppleM4VAppleTV$AVAssetExportPresetAppleM4VCellular$AVAssetExportPresetAppleM4VWiFi$AVAssetExportPresetAppleM4ViPod$AVAssetExportPresetAppleProRes422LPCM$AVAssetExportPresetAppleProRes4444LPCM$AVAssetExportPresetHEVC1920x1080$AVAssetExportPresetHEVC1920x1080WithAlpha$AVAssetExportPresetHEVC3840x2160$AVAssetExportPresetHEVC3840x2160WithAlpha$AVAssetExportPresetHEVC7680x4320$AVAssetExportPresetHEVCHighestQuality$AVAssetExportPresetHEVCHighestQualityWithAlpha$AVAssetExportPresetHighestQuality$AVAssetExportPresetLowQuality$AVAssetExportPresetMVHEVC1440x1440$AVAssetExportPresetMVHEVC960x960$AVAssetExportPresetMediumQuality$AVAssetExportPresetPassthrough$AVAssetImageGeneratorApertureModeCleanAperture$AVAssetImageGeneratorApertureModeEncodedPixels$AVAssetImageGeneratorApertureModeProductionAperture$AVAssetImageGeneratorDynamicRangePolicyForceSDR$AVAssetImageGeneratorDynamicRangePolicyMatchSource$AVAssetMediaSelectionGroupsDidChangeNotification$AVAssetPlaybackConfigurationOptionSpatialVideo$AVAssetPlaybackConfigurationOptionStereoMultiviewVideo$AVAssetPlaybackConfigurationOptionStereoVideo$AVAssetResourceLoadingRequestStreamingContentKeyRequestRequiresPersistentKey$AVAssetTrackSegmentsDidChangeNotification$AVAssetTrackTimeRangeDidChangeNotification$AVAssetTrackTrackAssociationsDidChangeNotification$AVAssetWasDefragmentedNotification$AVAssetWriterInputMediaDataLocationBeforeMainMediaDataNotInterleaved$AVAssetWriterInputMediaDataLocationInterleavedWithMainMediaData$AVAudioApplicationInputMuteStateChangeNotification$AVAudioApplicationMuteStateKey$AVAudioBitRateStrategy_Constant$AVAudioBitRateStrategy_LongTermAverage$AVAudioBitRateStrategy_Variable$AVAudioBitRateStrategy_VariableConstrained$AVAudioEngineConfigurationChangeNotification$AVAudioFileTypeKey$AVAudioSequencerInfoDictionaryKeyAlbum$AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds$AVAudioSequencerInfoDictionaryKeyArtist$AVAudioSequencerInfoDictionaryKeyChannelLayout$AVAudioSequencerInfoDictionaryKeyComments$AVAudioSequencerInfoDictionaryKeyComposer$AVAudioSequencerInfoDictionaryKeyCopyright$AVAudioSequencerInfoDictionaryKeyEncodingApplication$AVAudioSequencerInfoDictionaryKeyGenre$AVAudioSequencerInfoDictionaryKeyISRC$AVAudioSequencerInfoDictionaryKeyKeySignature$AVAudioSequencerInfoDictionaryKeyLyricist$AVAudioSequencerInfoDictionaryKeyNominalBitRate$AVAudioSequencerInfoDictionaryKeyRecordedDate$AVAudioSequencerInfoDictionaryKeySourceBitDepth$AVAudioSequencerInfoDictionaryKeySourceEncoder$AVAudioSequencerInfoDictionaryKeySubTitle$AVAudioSequencerInfoDictionaryKeyTempo$AVAudioSequencerInfoDictionaryKeyTimeSignature$AVAudioSequencerInfoDictionaryKeyTitle$AVAudioSequencerInfoDictionaryKeyTrackNumber$AVAudioSequencerInfoDictionaryKeyYear$AVAudioSessionCategoryAmbient$AVAudioSessionCategoryAudioProcessing$AVAudioSessionCategoryMultiRoute$AVAudioSessionCategoryPlayAndRecord$AVAudioSessionCategoryPlayback$AVAudioSessionCategoryRecord$AVAudioSessionCategorySoloAmbient$AVAudioSessionInterruptionNotification$AVAudioSessionInterruptionOptionKey$AVAudioSessionInterruptionTypeKey$AVAudioSessionInterruptionWasSuspendedKey$AVAudioSessionLocationLower$AVAudioSessionLocationUpper$AVAudioSessionMediaServicesWereLostNotification$AVAudioSessionMediaServicesWereResetNotification$AVAudioSessionModeDefault$AVAudioSessionModeGameChat$AVAudioSessionModeMeasurement$AVAudioSessionModeMoviePlayback$AVAudioSessionModeSpokenAudio$AVAudioSessionModeVideoChat$AVAudioSessionModeVideoRecording$AVAudioSessionModeVoiceChat$AVAudioSessionModeVoicePrompt$AVAudioSessionOrientationBack$AVAudioSessionOrientationBottom$AVAudioSessionOrientationFront$AVAudioSessionOrientationLeft$AVAudioSessionOrientationRight$AVAudioSessionOrientationTop$AVAudioSessionPolarPatternCardioid$AVAudioSessionPolarPatternOmnidirectional$AVAudioSessionPolarPatternStereo$AVAudioSessionPolarPatternSubcardioid$AVAudioSessionPortAVB$AVAudioSessionPortAirPlay$AVAudioSessionPortBluetoothA2DP$AVAudioSessionPortBluetoothHFP$AVAudioSessionPortBluetoothLE$AVAudioSessionPortBuiltInMic$AVAudioSessionPortBuiltInReceiver$AVAudioSessionPortBuiltInSpeaker$AVAudioSessionPortCarAudio$AVAudioSessionPortDisplayPort$AVAudioSessionPortFireWire$AVAudioSessionPortHDMI$AVAudioSessionPortHeadphones$AVAudioSessionPortHeadsetMic$AVAudioSessionPortLineIn$AVAudioSessionPortLineOut$AVAudioSessionPortPCI$AVAudioSessionPortThunderbolt$AVAudioSessionPortUSBAudio$AVAudioSessionPortVirtual$AVAudioSessionRouteChangeNotification$AVAudioSessionRouteChangePreviousRouteKey$AVAudioSessionRouteChangeReasonKey$AVAudioSessionSilenceSecondaryAudioHintNotification$AVAudioSessionSilenceSecondaryAudioHintTypeKey$AVAudioTimePitchAlgorithmLowQualityZeroLatency$AVAudioTimePitchAlgorithmSpectral$AVAudioTimePitchAlgorithmTimeDomain$AVAudioTimePitchAlgorithmVarispeed$AVAudioUnitComponentManagerRegistrationsChangedNotification$AVAudioUnitComponentTagsDidChangeNotification$AVAudioUnitManufacturerNameApple$AVAudioUnitTypeEffect$AVAudioUnitTypeFormatConverter$AVAudioUnitTypeGenerator$AVAudioUnitTypeMIDIProcessor$AVAudioUnitTypeMixer$AVAudioUnitTypeMusicDevice$AVAudioUnitTypeMusicEffect$AVAudioUnitTypeOfflineEffect$AVAudioUnitTypeOutput$AVAudioUnitTypePanner$AVCaptionConversionAdjustmentTypeTimeRange$AVCaptionConversionWarningTypeExcessMediaData$AVCaptionMediaSubTypeKey$AVCaptionMediaTypeKey$AVCaptionTimeCodeFrameDurationKey$AVCaptionUseDropFrameTimeCodeKey$AVCaptureDeviceSubjectAreaDidChangeNotification$AVCaptureDeviceTypeBuiltInDualCamera$AVCaptureDeviceTypeBuiltInDualWideCamera$AVCaptureDeviceTypeBuiltInDuoCamera$AVCaptureDeviceTypeBuiltInLiDARDepthCamera$AVCaptureDeviceTypeBuiltInMicrophone$AVCaptureDeviceTypeBuiltInTelephotoCamera$AVCaptureDeviceTypeBuiltInTripleCamera$AVCaptureDeviceTypeBuiltInTrueDepthCamera$AVCaptureDeviceTypeBuiltInUltraWideCamera$AVCaptureDeviceTypeBuiltInWideAngleCamera$AVCaptureDeviceTypeContinuityCamera$AVCaptureDeviceTypeContinuityCamera,$AVCaptureDeviceTypeDeskViewCamera$AVCaptureDeviceTypeExternal$AVCaptureDeviceTypeExternalUnknown$AVCaptureDeviceTypeMicrophone$AVCaptureDeviceWasConnectedNotification$AVCaptureDeviceWasDisconnectedNotification$AVCaptureExposureDurationCurrent@{CMTime=qiIq}$AVCaptureExposureTargetBiasCurrent@f$AVCaptureISOCurrent@f$AVCaptureInputPortFormatDescriptionDidChangeNotification$AVCaptureLensPositionCurrent@f$AVCaptureMaxAvailableTorchLevel@f$AVCaptureReactionType@I$AVCaptureReactionTypeBalloons$AVCaptureReactionTypeConfetti$AVCaptureReactionTypeFireworks$AVCaptureReactionTypeHeart$AVCaptureReactionTypeLasers$AVCaptureReactionTypeRain$AVCaptureReactionTypeThumbsDown$AVCaptureReactionTypeThumbsUp$AVCaptureSessionDidStartRunningNotification$AVCaptureSessionDidStopRunningNotification$AVCaptureSessionErrorKey$AVCaptureSessionInterruptionEndedNotification$AVCaptureSessionInterruptionReasonKey$AVCaptureSessionInterruptionSystemPressureStateKey$AVCaptureSessionPreset1280x720$AVCaptureSessionPreset1920x1080$AVCaptureSessionPreset320x240$AVCaptureSessionPreset352x288$AVCaptureSessionPreset3840x2160$AVCaptureSessionPreset640x480$AVCaptureSessionPreset960x540$AVCaptureSessionPresetHigh$AVCaptureSessionPresetInputPriority$AVCaptureSessionPresetLow$AVCaptureSessionPresetMedium$AVCaptureSessionPresetPhoto$AVCaptureSessionPresetiFrame1280x720$AVCaptureSessionPresetiFrame960x540$AVCaptureSessionRuntimeErrorNotification$AVCaptureSessionWasInterruptedNotification$AVCaptureSystemPressureLevelCritical$AVCaptureSystemPressureLevelFair$AVCaptureSystemPressureLevelNominal$AVCaptureSystemPressureLevelSerious$AVCaptureSystemPressureLevelShutdown$AVCaptureWhiteBalanceGainsCurrent@{AVCaptureWhiteBalanceGains=fff}$AVChannelLayoutKey$AVContentKeyRequestProtocolVersionsKey$AVContentKeyRequestRequiresValidationDataInSecureTokenKey$AVContentKeyRequestRetryReasonReceivedObsoleteContentKey$AVContentKeyRequestRetryReasonReceivedResponseWithExpiredLease$AVContentKeyRequestRetryReasonTimedOut$AVContentKeySessionServerPlaybackContextOptionProtocolVersions$AVContentKeySessionServerPlaybackContextOptionServerChallenge$AVContentKeySystemAuthorizationToken$AVContentKeySystemClearKey$AVContentKeySystemFairPlayStreaming$AVCoordinatedPlaybackSuspensionReasonAudioSessionInterrupted$AVCoordinatedPlaybackSuspensionReasonCoordinatedPlaybackNotPossible$AVCoordinatedPlaybackSuspensionReasonPlayingInterstitial$AVCoordinatedPlaybackSuspensionReasonStallRecovery$AVCoordinatedPlaybackSuspensionReasonUserActionRequired$AVCoordinatedPlaybackSuspensionReasonUserIsChangingCurrentTime$AVCoreAnimationBeginTimeAtZero@d$AVEncoderAudioQualityForVBRKey$AVEncoderAudioQualityKey$AVEncoderBitDepthHintKey$AVEncoderBitRateKey$AVEncoderBitRatePerChannelKey$AVEncoderBitRateStrategyKey$AVErrorDeviceKey$AVErrorDiscontinuityFlagsKey$AVErrorFileSizeKey$AVErrorFileTypeKey$AVErrorMediaSubTypeKey$AVErrorMediaTypeKey$AVErrorPIDKey$AVErrorPersistentTrackIDKey$AVErrorPresentationTimeStampKey$AVErrorRecordingSuccessfullyFinishedKey$AVErrorTimeKey$AVExtendedNoteOnEventDefaultInstrument@I$AVFileType3GPP$AVFileType3GPP2$AVFileTypeAC3$AVFileTypeAHAP$AVFileTypeAIFC$AVFileTypeAIFF$AVFileTypeAMR$AVFileTypeAVCI$AVFileTypeAppleM4A$AVFileTypeAppleM4V$AVFileTypeAppleiTT$AVFileTypeCoreAudioFormat$AVFileTypeDNG$AVFileTypeEnhancedAC3$AVFileTypeHEIC$AVFileTypeHEIF$AVFileTypeJPEG$AVFileTypeMPEG4$AVFileTypeMPEGLayer3$AVFileTypeProfileMPEG4AppleHLS$AVFileTypeProfileMPEG4CMAFCompliant$AVFileTypeQuickTimeMovie$AVFileTypeSCC$AVFileTypeSunAU$AVFileTypeTIFF$AVFileTypeWAVE$AVFormatIDKey$AVFoundationErrorDomain$AVFragmentedMovieContainsMovieFragmentsDidChangeNotification$AVFragmentedMovieDurationDidChangeNotification$AVFragmentedMovieTrackSegmentsDidChangeNotification$AVFragmentedMovieTrackTimeRangeDidChangeNotification$AVFragmentedMovieTrackTotalSampleDataLengthDidChangeNotification$AVFragmentedMovieWasDefragmentedNotification$AVLayerVideoGravityResize$AVLayerVideoGravityResizeAspect$AVLayerVideoGravityResizeAspectFill$AVLinearPCMBitDepthKey$AVLinearPCMIsBigEndianKey$AVLinearPCMIsFloatKey$AVLinearPCMIsNonInterleaved$AVMediaCharacteristicAudible$AVMediaCharacteristicCarriesVideoStereoMetadata$AVMediaCharacteristicContainsAlphaChannel$AVMediaCharacteristicContainsHDRVideo$AVMediaCharacteristicContainsOnlyForcedSubtitles$AVMediaCharacteristicContainsStereoMultiviewVideo$AVMediaCharacteristicDescribesMusicAndSoundForAccessibility$AVMediaCharacteristicDescribesVideoForAccessibility$AVMediaCharacteristicDubbedTranslation$AVMediaCharacteristicEasyToRead$AVMediaCharacteristicEnhancesSpeechIntelligibility$AVMediaCharacteristicFrameBased$AVMediaCharacteristicIndicatesHorizontalFieldOfView$AVMediaCharacteristicIsAuxiliaryContent$AVMediaCharacteristicIsMainProgramContent$AVMediaCharacteristicIsOriginalContent$AVMediaCharacteristicLanguageTranslation$AVMediaCharacteristicLegible$AVMediaCharacteristicTactileMinimal$AVMediaCharacteristicTranscribesSpokenDialogForAccessibility$AVMediaCharacteristicUsesWideGamutColorSpace$AVMediaCharacteristicVisual$AVMediaCharacteristicVoiceOverTranslation$AVMediaTypeAudio$AVMediaTypeAuxiliaryPicture$AVMediaTypeClosedCaption$AVMediaTypeDepthData$AVMediaTypeHaptic$AVMediaTypeMetadata$AVMediaTypeMetadataObject$AVMediaTypeMuxed$AVMediaTypeSubtitle$AVMediaTypeText$AVMediaTypeTimecode$AVMediaTypeVideo$AVMetadata3GPUserDataKeyAlbumAndTrack$AVMetadata3GPUserDataKeyAuthor$AVMetadata3GPUserDataKeyCollection$AVMetadata3GPUserDataKeyCopyright$AVMetadata3GPUserDataKeyDescription$AVMetadata3GPUserDataKeyGenre$AVMetadata3GPUserDataKeyKeywordList$AVMetadata3GPUserDataKeyLocation$AVMetadata3GPUserDataKeyMediaClassification$AVMetadata3GPUserDataKeyMediaRating$AVMetadata3GPUserDataKeyPerformer$AVMetadata3GPUserDataKeyRecordingYear$AVMetadata3GPUserDataKeyThumbnail$AVMetadata3GPUserDataKeyTitle$AVMetadata3GPUserDataKeyUserRating$AVMetadataCommonIdentifierAccessibilityDescription$AVMetadataCommonIdentifierAlbumName$AVMetadataCommonIdentifierArtist$AVMetadataCommonIdentifierArtwork$AVMetadataCommonIdentifierAssetIdentifier$AVMetadataCommonIdentifierAuthor$AVMetadataCommonIdentifierContributor$AVMetadataCommonIdentifierCopyrights$AVMetadataCommonIdentifierCreationDate$AVMetadataCommonIdentifierCreator$AVMetadataCommonIdentifierDescription$AVMetadataCommonIdentifierFormat$AVMetadataCommonIdentifierLanguage$AVMetadataCommonIdentifierLastModifiedDate$AVMetadataCommonIdentifierLocation$AVMetadataCommonIdentifierMake$AVMetadataCommonIdentifierModel$AVMetadataCommonIdentifierPublisher$AVMetadataCommonIdentifierRelation$AVMetadataCommonIdentifierSoftware$AVMetadataCommonIdentifierSource$AVMetadataCommonIdentifierSubject$AVMetadataCommonIdentifierTitle$AVMetadataCommonIdentifierType$AVMetadataCommonKeyAccessibilityDescription$AVMetadataCommonKeyAlbumName$AVMetadataCommonKeyArtist$AVMetadataCommonKeyArtwork$AVMetadataCommonKeyAuthor$AVMetadataCommonKeyContributor$AVMetadataCommonKeyCopyrights$AVMetadataCommonKeyCreationDate$AVMetadataCommonKeyCreator$AVMetadataCommonKeyDescription$AVMetadataCommonKeyFormat$AVMetadataCommonKeyIdentifier$AVMetadataCommonKeyLanguage$AVMetadataCommonKeyLastModifiedDate$AVMetadataCommonKeyLocation$AVMetadataCommonKeyMake$AVMetadataCommonKeyModel$AVMetadataCommonKeyPublisher$AVMetadataCommonKeyRelation$AVMetadataCommonKeySoftware$AVMetadataCommonKeySource$AVMetadataCommonKeySubject$AVMetadataCommonKeyTitle$AVMetadataCommonKeyType$AVMetadataExtraAttributeBaseURIKey$AVMetadataExtraAttributeInfoKey$AVMetadataExtraAttributeValueURIKey$AVMetadataFormatHLSMetadata$AVMetadataFormatID3Metadata$AVMetadataFormatISOUserData$AVMetadataFormatQuickTimeMetadata$AVMetadataFormatQuickTimeUserData$AVMetadataFormatUnknown$AVMetadataFormatiTunesMetadata$AVMetadataID3MetadataKeyAlbumSortOrder$AVMetadataID3MetadataKeyAlbumTitle$AVMetadataID3MetadataKeyAttachedPicture$AVMetadataID3MetadataKeyAudioEncryption$AVMetadataID3MetadataKeyAudioSeekPointIndex$AVMetadataID3MetadataKeyBand$AVMetadataID3MetadataKeyBeatsPerMinute$AVMetadataID3MetadataKeyComments$AVMetadataID3MetadataKeyCommercial$AVMetadataID3MetadataKeyCommercialInformation$AVMetadataID3MetadataKeyCommerical$AVMetadataID3MetadataKeyComposer$AVMetadataID3MetadataKeyConductor$AVMetadataID3MetadataKeyContentGroupDescription$AVMetadataID3MetadataKeyContentType$AVMetadataID3MetadataKeyCopyright$AVMetadataID3MetadataKeyCopyrightInformation$AVMetadataID3MetadataKeyDate$AVMetadataID3MetadataKeyEncodedBy$AVMetadataID3MetadataKeyEncodedWith$AVMetadataID3MetadataKeyEncodingTime$AVMetadataID3MetadataKeyEncryption$AVMetadataID3MetadataKeyEqualization$AVMetadataID3MetadataKeyEqualization2$AVMetadataID3MetadataKeyEventTimingCodes$AVMetadataID3MetadataKeyFileOwner$AVMetadataID3MetadataKeyFileType$AVMetadataID3MetadataKeyGeneralEncapsulatedObject$AVMetadataID3MetadataKeyGroupIdentifier$AVMetadataID3MetadataKeyInitialKey$AVMetadataID3MetadataKeyInternationalStandardRecordingCode$AVMetadataID3MetadataKeyInternetRadioStationName$AVMetadataID3MetadataKeyInternetRadioStationOwner$AVMetadataID3MetadataKeyInvolvedPeopleList_v23$AVMetadataID3MetadataKeyInvolvedPeopleList_v24$AVMetadataID3MetadataKeyLanguage$AVMetadataID3MetadataKeyLeadPerformer$AVMetadataID3MetadataKeyLength$AVMetadataID3MetadataKeyLink$AVMetadataID3MetadataKeyLyricist$AVMetadataID3MetadataKeyMPEGLocationLookupTable$AVMetadataID3MetadataKeyMediaType$AVMetadataID3MetadataKeyModifiedBy$AVMetadataID3MetadataKeyMood$AVMetadataID3MetadataKeyMusicCDIdentifier$AVMetadataID3MetadataKeyMusicianCreditsList$AVMetadataID3MetadataKeyOfficialArtistWebpage$AVMetadataID3MetadataKeyOfficialAudioFileWebpage$AVMetadataID3MetadataKeyOfficialAudioSourceWebpage$AVMetadataID3MetadataKeyOfficialInternetRadioStationHomepage$AVMetadataID3MetadataKeyOfficialPublisherWebpage$AVMetadataID3MetadataKeyOriginalAlbumTitle$AVMetadataID3MetadataKeyOriginalArtist$AVMetadataID3MetadataKeyOriginalFilename$AVMetadataID3MetadataKeyOriginalLyricist$AVMetadataID3MetadataKeyOriginalReleaseTime$AVMetadataID3MetadataKeyOriginalReleaseYear$AVMetadataID3MetadataKeyOwnership$AVMetadataID3MetadataKeyPartOfASet$AVMetadataID3MetadataKeyPayment$AVMetadataID3MetadataKeyPerformerSortOrder$AVMetadataID3MetadataKeyPlayCounter$AVMetadataID3MetadataKeyPlaylistDelay$AVMetadataID3MetadataKeyPopularimeter$AVMetadataID3MetadataKeyPositionSynchronization$AVMetadataID3MetadataKeyPrivate$AVMetadataID3MetadataKeyProducedNotice$AVMetadataID3MetadataKeyPublisher$AVMetadataID3MetadataKeyRecommendedBufferSize$AVMetadataID3MetadataKeyRecordingDates$AVMetadataID3MetadataKeyRecordingTime$AVMetadataID3MetadataKeyRelativeVolumeAdjustment$AVMetadataID3MetadataKeyRelativeVolumeAdjustment2$AVMetadataID3MetadataKeyReleaseTime$AVMetadataID3MetadataKeyReverb$AVMetadataID3MetadataKeySeek$AVMetadataID3MetadataKeySetSubtitle$AVMetadataID3MetadataKeySignature$AVMetadataID3MetadataKeySize$AVMetadataID3MetadataKeySubTitle$AVMetadataID3MetadataKeySynchronizedLyric$AVMetadataID3MetadataKeySynchronizedTempoCodes$AVMetadataID3MetadataKeyTaggingTime$AVMetadataID3MetadataKeyTermsOfUse$AVMetadataID3MetadataKeyTime$AVMetadataID3MetadataKeyTitleDescription$AVMetadataID3MetadataKeyTitleSortOrder$AVMetadataID3MetadataKeyTrackNumber$AVMetadataID3MetadataKeyUniqueFileIdentifier$AVMetadataID3MetadataKeyUnsynchronizedLyric$AVMetadataID3MetadataKeyUserText$AVMetadataID3MetadataKeyUserURL$AVMetadataID3MetadataKeyYear$AVMetadataISOUserDataKeyAccessibilityDescription$AVMetadataISOUserDataKeyCopyright$AVMetadataISOUserDataKeyDate$AVMetadataISOUserDataKeyTaggedCharacteristic$AVMetadataIcyMetadataKeyStreamTitle$AVMetadataIcyMetadataKeyStreamURL$AVMetadataIdentifier3GPUserDataAlbumAndTrack$AVMetadataIdentifier3GPUserDataAuthor$AVMetadataIdentifier3GPUserDataCollection$AVMetadataIdentifier3GPUserDataCopyright$AVMetadataIdentifier3GPUserDataDescription$AVMetadataIdentifier3GPUserDataGenre$AVMetadataIdentifier3GPUserDataKeywordList$AVMetadataIdentifier3GPUserDataLocation$AVMetadataIdentifier3GPUserDataMediaClassification$AVMetadataIdentifier3GPUserDataMediaRating$AVMetadataIdentifier3GPUserDataPerformer$AVMetadataIdentifier3GPUserDataRecordingYear$AVMetadataIdentifier3GPUserDataThumbnail$AVMetadataIdentifier3GPUserDataTitle$AVMetadataIdentifier3GPUserDataUserRating$AVMetadataIdentifierID3MetadataAlbumSortOrder$AVMetadataIdentifierID3MetadataAlbumTitle$AVMetadataIdentifierID3MetadataAttachedPicture$AVMetadataIdentifierID3MetadataAudioEncryption$AVMetadataIdentifierID3MetadataAudioSeekPointIndex$AVMetadataIdentifierID3MetadataBand$AVMetadataIdentifierID3MetadataBeatsPerMinute$AVMetadataIdentifierID3MetadataComments$AVMetadataIdentifierID3MetadataCommercial$AVMetadataIdentifierID3MetadataCommercialInformation$AVMetadataIdentifierID3MetadataCommerical$AVMetadataIdentifierID3MetadataComposer$AVMetadataIdentifierID3MetadataConductor$AVMetadataIdentifierID3MetadataContentGroupDescription$AVMetadataIdentifierID3MetadataContentType$AVMetadataIdentifierID3MetadataCopyright$AVMetadataIdentifierID3MetadataCopyrightInformation$AVMetadataIdentifierID3MetadataDate$AVMetadataIdentifierID3MetadataEncodedBy$AVMetadataIdentifierID3MetadataEncodedWith$AVMetadataIdentifierID3MetadataEncodingTime$AVMetadataIdentifierID3MetadataEncryption$AVMetadataIdentifierID3MetadataEqualization$AVMetadataIdentifierID3MetadataEqualization2$AVMetadataIdentifierID3MetadataEventTimingCodes$AVMetadataIdentifierID3MetadataFileOwner$AVMetadataIdentifierID3MetadataFileType$AVMetadataIdentifierID3MetadataGeneralEncapsulatedObject$AVMetadataIdentifierID3MetadataGroupIdentifier$AVMetadataIdentifierID3MetadataInitialKey$AVMetadataIdentifierID3MetadataInternationalStandardRecordingCode$AVMetadataIdentifierID3MetadataInternetRadioStationName$AVMetadataIdentifierID3MetadataInternetRadioStationOwner$AVMetadataIdentifierID3MetadataInvolvedPeopleList_v23$AVMetadataIdentifierID3MetadataInvolvedPeopleList_v24$AVMetadataIdentifierID3MetadataLanguage$AVMetadataIdentifierID3MetadataLeadPerformer$AVMetadataIdentifierID3MetadataLength$AVMetadataIdentifierID3MetadataLink$AVMetadataIdentifierID3MetadataLyricist$AVMetadataIdentifierID3MetadataMPEGLocationLookupTable$AVMetadataIdentifierID3MetadataMediaType$AVMetadataIdentifierID3MetadataModifiedBy$AVMetadataIdentifierID3MetadataMood$AVMetadataIdentifierID3MetadataMusicCDIdentifier$AVMetadataIdentifierID3MetadataMusicianCreditsList$AVMetadataIdentifierID3MetadataOfficialArtistWebpage$AVMetadataIdentifierID3MetadataOfficialAudioFileWebpage$AVMetadataIdentifierID3MetadataOfficialAudioSourceWebpage$AVMetadataIdentifierID3MetadataOfficialInternetRadioStationHomepage$AVMetadataIdentifierID3MetadataOfficialPublisherWebpage$AVMetadataIdentifierID3MetadataOriginalAlbumTitle$AVMetadataIdentifierID3MetadataOriginalArtist$AVMetadataIdentifierID3MetadataOriginalFilename$AVMetadataIdentifierID3MetadataOriginalLyricist$AVMetadataIdentifierID3MetadataOriginalReleaseTime$AVMetadataIdentifierID3MetadataOriginalReleaseYear$AVMetadataIdentifierID3MetadataOwnership$AVMetadataIdentifierID3MetadataPartOfASet$AVMetadataIdentifierID3MetadataPayment$AVMetadataIdentifierID3MetadataPerformerSortOrder$AVMetadataIdentifierID3MetadataPlayCounter$AVMetadataIdentifierID3MetadataPlaylistDelay$AVMetadataIdentifierID3MetadataPopularimeter$AVMetadataIdentifierID3MetadataPositionSynchronization$AVMetadataIdentifierID3MetadataPrivate$AVMetadataIdentifierID3MetadataProducedNotice$AVMetadataIdentifierID3MetadataPublisher$AVMetadataIdentifierID3MetadataRecommendedBufferSize$AVMetadataIdentifierID3MetadataRecordingDates$AVMetadataIdentifierID3MetadataRecordingTime$AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment$AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment2$AVMetadataIdentifierID3MetadataReleaseTime$AVMetadataIdentifierID3MetadataReverb$AVMetadataIdentifierID3MetadataSeek$AVMetadataIdentifierID3MetadataSetSubtitle$AVMetadataIdentifierID3MetadataSignature$AVMetadataIdentifierID3MetadataSize$AVMetadataIdentifierID3MetadataSubTitle$AVMetadataIdentifierID3MetadataSynchronizedLyric$AVMetadataIdentifierID3MetadataSynchronizedTempoCodes$AVMetadataIdentifierID3MetadataTaggingTime$AVMetadataIdentifierID3MetadataTermsOfUse$AVMetadataIdentifierID3MetadataTime$AVMetadataIdentifierID3MetadataTitleDescription$AVMetadataIdentifierID3MetadataTitleSortOrder$AVMetadataIdentifierID3MetadataTrackNumber$AVMetadataIdentifierID3MetadataUniqueFileIdentifier$AVMetadataIdentifierID3MetadataUnsynchronizedLyric$AVMetadataIdentifierID3MetadataUserText$AVMetadataIdentifierID3MetadataUserURL$AVMetadataIdentifierID3MetadataYear$AVMetadataIdentifierISOUserDataAccessibilityDescription$AVMetadataIdentifierISOUserDataCopyright$AVMetadataIdentifierISOUserDataDate$AVMetadataIdentifierISOUserDataTaggedCharacteristic$AVMetadataIdentifierIcyMetadataStreamTitle$AVMetadataIdentifierIcyMetadataStreamURL$AVMetadataIdentifierQuickTimeMetadataAccessibilityDescription$AVMetadataIdentifierQuickTimeMetadataAlbum$AVMetadataIdentifierQuickTimeMetadataArranger$AVMetadataIdentifierQuickTimeMetadataArtist$AVMetadataIdentifierQuickTimeMetadataArtwork$AVMetadataIdentifierQuickTimeMetadataAuthor$AVMetadataIdentifierQuickTimeMetadataAutoLivePhoto$AVMetadataIdentifierQuickTimeMetadataCameraFrameReadoutTime$AVMetadataIdentifierQuickTimeMetadataCameraIdentifier$AVMetadataIdentifierQuickTimeMetadataCollectionUser$AVMetadataIdentifierQuickTimeMetadataComment$AVMetadataIdentifierQuickTimeMetadataComposer$AVMetadataIdentifierQuickTimeMetadataContentIdentifier$AVMetadataIdentifierQuickTimeMetadataCopyright$AVMetadataIdentifierQuickTimeMetadataCreationDate$AVMetadataIdentifierQuickTimeMetadataCredits$AVMetadataIdentifierQuickTimeMetadataDescription$AVMetadataIdentifierQuickTimeMetadataDetectedCatBody$AVMetadataIdentifierQuickTimeMetadataDetectedDogBody$AVMetadataIdentifierQuickTimeMetadataDetectedFace$AVMetadataIdentifierQuickTimeMetadataDetectedHumanBody$AVMetadataIdentifierQuickTimeMetadataDetectedSalientObject$AVMetadataIdentifierQuickTimeMetadataDirectionFacing$AVMetadataIdentifierQuickTimeMetadataDirectionMotion$AVMetadataIdentifierQuickTimeMetadataDirector$AVMetadataIdentifierQuickTimeMetadataDisplayName$AVMetadataIdentifierQuickTimeMetadataEncodedBy$AVMetadataIdentifierQuickTimeMetadataFullFrameRatePlaybackIntent$AVMetadataIdentifierQuickTimeMetadataGenre$AVMetadataIdentifierQuickTimeMetadataInformation$AVMetadataIdentifierQuickTimeMetadataIsMontage$AVMetadataIdentifierQuickTimeMetadataKeywords$AVMetadataIdentifierQuickTimeMetadataLivePhotoVitalityScore$AVMetadataIdentifierQuickTimeMetadataLivePhotoVitalityScoringVersion$AVMetadataIdentifierQuickTimeMetadataLocationBody$AVMetadataIdentifierQuickTimeMetadataLocationDate$AVMetadataIdentifierQuickTimeMetadataLocationHorizontalAccuracyInMeters$AVMetadataIdentifierQuickTimeMetadataLocationISO6709$AVMetadataIdentifierQuickTimeMetadataLocationName$AVMetadataIdentifierQuickTimeMetadataLocationNote$AVMetadataIdentifierQuickTimeMetadataLocationRole$AVMetadataIdentifierQuickTimeMetadataMake$AVMetadataIdentifierQuickTimeMetadataModel$AVMetadataIdentifierQuickTimeMetadataOriginalArtist$AVMetadataIdentifierQuickTimeMetadataPerformer$AVMetadataIdentifierQuickTimeMetadataPhonogramRights$AVMetadataIdentifierQuickTimeMetadataPreferredAffineTransform$AVMetadataIdentifierQuickTimeMetadataProducer$AVMetadataIdentifierQuickTimeMetadataPublisher$AVMetadataIdentifierQuickTimeMetadataRatingUser$AVMetadataIdentifierQuickTimeMetadataSoftware$AVMetadataIdentifierQuickTimeMetadataSpatialOverCaptureQualityScore$AVMetadataIdentifierQuickTimeMetadataSpatialOverCaptureQualityScoringVersion$AVMetadataIdentifierQuickTimeMetadataTitle$AVMetadataIdentifierQuickTimeMetadataVideoOrientation$AVMetadataIdentifierQuickTimeMetadataYear$AVMetadataIdentifierQuickTimeMetadataiXML$AVMetadataIdentifierQuickTimeUserDataAccessibilityDescription$AVMetadataIdentifierQuickTimeUserDataAlbum$AVMetadataIdentifierQuickTimeUserDataArranger$AVMetadataIdentifierQuickTimeUserDataArtist$AVMetadataIdentifierQuickTimeUserDataAuthor$AVMetadataIdentifierQuickTimeUserDataChapter$AVMetadataIdentifierQuickTimeUserDataComment$AVMetadataIdentifierQuickTimeUserDataComposer$AVMetadataIdentifierQuickTimeUserDataCopyright$AVMetadataIdentifierQuickTimeUserDataCreationDate$AVMetadataIdentifierQuickTimeUserDataCredits$AVMetadataIdentifierQuickTimeUserDataDescription$AVMetadataIdentifierQuickTimeUserDataDirector$AVMetadataIdentifierQuickTimeUserDataDisclaimer$AVMetadataIdentifierQuickTimeUserDataEncodedBy$AVMetadataIdentifierQuickTimeUserDataFullName$AVMetadataIdentifierQuickTimeUserDataGenre$AVMetadataIdentifierQuickTimeUserDataHostComputer$AVMetadataIdentifierQuickTimeUserDataInformation$AVMetadataIdentifierQuickTimeUserDataKeywords$AVMetadataIdentifierQuickTimeUserDataLocationISO6709$AVMetadataIdentifierQuickTimeUserDataMake$AVMetadataIdentifierQuickTimeUserDataModel$AVMetadataIdentifierQuickTimeUserDataOriginalArtist$AVMetadataIdentifierQuickTimeUserDataOriginalFormat$AVMetadataIdentifierQuickTimeUserDataOriginalSource$AVMetadataIdentifierQuickTimeUserDataPerformers$AVMetadataIdentifierQuickTimeUserDataPhonogramRights$AVMetadataIdentifierQuickTimeUserDataProducer$AVMetadataIdentifierQuickTimeUserDataProduct$AVMetadataIdentifierQuickTimeUserDataPublisher$AVMetadataIdentifierQuickTimeUserDataSoftware$AVMetadataIdentifierQuickTimeUserDataSpecialPlaybackRequirements$AVMetadataIdentifierQuickTimeUserDataTaggedCharacteristic$AVMetadataIdentifierQuickTimeUserDataTrack$AVMetadataIdentifierQuickTimeUserDataTrackName$AVMetadataIdentifierQuickTimeUserDataURLLink$AVMetadataIdentifierQuickTimeUserDataWarning$AVMetadataIdentifierQuickTimeUserDataWriter$AVMetadataIdentifieriTunesMetadataAccountKind$AVMetadataIdentifieriTunesMetadataAcknowledgement$AVMetadataIdentifieriTunesMetadataAlbum$AVMetadataIdentifieriTunesMetadataAlbumArtist$AVMetadataIdentifieriTunesMetadataAppleID$AVMetadataIdentifieriTunesMetadataArranger$AVMetadataIdentifieriTunesMetadataArtDirector$AVMetadataIdentifieriTunesMetadataArtist$AVMetadataIdentifieriTunesMetadataArtistID$AVMetadataIdentifieriTunesMetadataAuthor$AVMetadataIdentifieriTunesMetadataBeatsPerMin$AVMetadataIdentifieriTunesMetadataComposer$AVMetadataIdentifieriTunesMetadataConductor$AVMetadataIdentifieriTunesMetadataContentRating$AVMetadataIdentifieriTunesMetadataCopyright$AVMetadataIdentifieriTunesMetadataCoverArt$AVMetadataIdentifieriTunesMetadataCredits$AVMetadataIdentifieriTunesMetadataDescription$AVMetadataIdentifieriTunesMetadataDirector$AVMetadataIdentifieriTunesMetadataDiscCompilation$AVMetadataIdentifieriTunesMetadataDiscNumber$AVMetadataIdentifieriTunesMetadataEQ$AVMetadataIdentifieriTunesMetadataEncodedBy$AVMetadataIdentifieriTunesMetadataEncodingTool$AVMetadataIdentifieriTunesMetadataExecProducer$AVMetadataIdentifieriTunesMetadataGenreID$AVMetadataIdentifieriTunesMetadataGrouping$AVMetadataIdentifieriTunesMetadataLinerNotes$AVMetadataIdentifieriTunesMetadataLyrics$AVMetadataIdentifieriTunesMetadataOnlineExtras$AVMetadataIdentifieriTunesMetadataOriginalArtist$AVMetadataIdentifieriTunesMetadataPerformer$AVMetadataIdentifieriTunesMetadataPhonogramRights$AVMetadataIdentifieriTunesMetadataPlaylistID$AVMetadataIdentifieriTunesMetadataPredefinedGenre$AVMetadataIdentifieriTunesMetadataProducer$AVMetadataIdentifieriTunesMetadataPublisher$AVMetadataIdentifieriTunesMetadataRecordCompany$AVMetadataIdentifieriTunesMetadataReleaseDate$AVMetadataIdentifieriTunesMetadataSoloist$AVMetadataIdentifieriTunesMetadataSongID$AVMetadataIdentifieriTunesMetadataSongName$AVMetadataIdentifieriTunesMetadataSoundEngineer$AVMetadataIdentifieriTunesMetadataThanks$AVMetadataIdentifieriTunesMetadataTrackNumber$AVMetadataIdentifieriTunesMetadataTrackSubTitle$AVMetadataIdentifieriTunesMetadataUserComment$AVMetadataIdentifieriTunesMetadataUserGenre$AVMetadataKeySpaceAudioFile$AVMetadataKeySpaceCommon$AVMetadataKeySpaceHLSDateRange$AVMetadataKeySpaceID3$AVMetadataKeySpaceISOUserData$AVMetadataKeySpaceIcy$AVMetadataKeySpaceQuickTimeMetadata$AVMetadataKeySpaceQuickTimeUserData$AVMetadataKeySpaceiTunes$AVMetadataObjectTypeAztecCode$AVMetadataObjectTypeCatBody$AVMetadataObjectTypeCodabarCode$AVMetadataObjectTypeCode128Code$AVMetadataObjectTypeCode39Code$AVMetadataObjectTypeCode39Mod43Code$AVMetadataObjectTypeCode93Code$AVMetadataObjectTypeDataMatrixCode$AVMetadataObjectTypeDogBody$AVMetadataObjectTypeEAN13Code$AVMetadataObjectTypeEAN8Code$AVMetadataObjectTypeFace$AVMetadataObjectTypeGS1DataBarCode$AVMetadataObjectTypeGS1DataBarExpandedCode$AVMetadataObjectTypeGS1DataBarLimitedCode$AVMetadataObjectTypeHumanBody$AVMetadataObjectTypeHumanFullBody$AVMetadataObjectTypeITF14Code$AVMetadataObjectTypeInterleaved2of5Code$AVMetadataObjectTypeMicroPDF417Code$AVMetadataObjectTypeMicroQRCode$AVMetadataObjectTypePDF417Code$AVMetadataObjectTypeQRCode$AVMetadataObjectTypeSalientObject$AVMetadataObjectTypeUPCECode$AVMetadataQuickTimeMetadataKeyAccessibilityDescription$AVMetadataQuickTimeMetadataKeyAlbum$AVMetadataQuickTimeMetadataKeyArranger$AVMetadataQuickTimeMetadataKeyArtist$AVMetadataQuickTimeMetadataKeyArtwork$AVMetadataQuickTimeMetadataKeyAuthor$AVMetadataQuickTimeMetadataKeyCameraFrameReadoutTime$AVMetadataQuickTimeMetadataKeyCameraIdentifier$AVMetadataQuickTimeMetadataKeyCollectionUser$AVMetadataQuickTimeMetadataKeyComment$AVMetadataQuickTimeMetadataKeyComposer$AVMetadataQuickTimeMetadataKeyContentIdentifier$AVMetadataQuickTimeMetadataKeyCopyright$AVMetadataQuickTimeMetadataKeyCreationDate$AVMetadataQuickTimeMetadataKeyCredits$AVMetadataQuickTimeMetadataKeyDescription$AVMetadataQuickTimeMetadataKeyDirectionFacing$AVMetadataQuickTimeMetadataKeyDirectionMotion$AVMetadataQuickTimeMetadataKeyDirector$AVMetadataQuickTimeMetadataKeyDisplayName$AVMetadataQuickTimeMetadataKeyEncodedBy$AVMetadataQuickTimeMetadataKeyFullFrameRatePlaybackIntent$AVMetadataQuickTimeMetadataKeyGenre$AVMetadataQuickTimeMetadataKeyInformation$AVMetadataQuickTimeMetadataKeyIsMontage$AVMetadataQuickTimeMetadataKeyKeywords$AVMetadataQuickTimeMetadataKeyLocationBody$AVMetadataQuickTimeMetadataKeyLocationDate$AVMetadataQuickTimeMetadataKeyLocationISO6709$AVMetadataQuickTimeMetadataKeyLocationName$AVMetadataQuickTimeMetadataKeyLocationNote$AVMetadataQuickTimeMetadataKeyLocationRole$AVMetadataQuickTimeMetadataKeyMake$AVMetadataQuickTimeMetadataKeyModel$AVMetadataQuickTimeMetadataKeyOriginalArtist$AVMetadataQuickTimeMetadataKeyPerformer$AVMetadataQuickTimeMetadataKeyPhonogramRights$AVMetadataQuickTimeMetadataKeyProducer$AVMetadataQuickTimeMetadataKeyPublisher$AVMetadataQuickTimeMetadataKeyRatingUser$AVMetadataQuickTimeMetadataKeySoftware$AVMetadataQuickTimeMetadataKeyTitle$AVMetadataQuickTimeMetadataKeyYear$AVMetadataQuickTimeMetadataKeyiXML$AVMetadataQuickTimeUserDataKeyAccessibilityDescription$AVMetadataQuickTimeUserDataKeyAlbum$AVMetadataQuickTimeUserDataKeyArranger$AVMetadataQuickTimeUserDataKeyArtist$AVMetadataQuickTimeUserDataKeyAuthor$AVMetadataQuickTimeUserDataKeyChapter$AVMetadataQuickTimeUserDataKeyComment$AVMetadataQuickTimeUserDataKeyComposer$AVMetadataQuickTimeUserDataKeyCopyright$AVMetadataQuickTimeUserDataKeyCreationDate$AVMetadataQuickTimeUserDataKeyCredits$AVMetadataQuickTimeUserDataKeyDescription$AVMetadataQuickTimeUserDataKeyDirector$AVMetadataQuickTimeUserDataKeyDisclaimer$AVMetadataQuickTimeUserDataKeyEncodedBy$AVMetadataQuickTimeUserDataKeyFullName$AVMetadataQuickTimeUserDataKeyGenre$AVMetadataQuickTimeUserDataKeyHostComputer$AVMetadataQuickTimeUserDataKeyInformation$AVMetadataQuickTimeUserDataKeyKeywords$AVMetadataQuickTimeUserDataKeyLocationISO6709$AVMetadataQuickTimeUserDataKeyMake$AVMetadataQuickTimeUserDataKeyModel$AVMetadataQuickTimeUserDataKeyOriginalArtist$AVMetadataQuickTimeUserDataKeyOriginalFormat$AVMetadataQuickTimeUserDataKeyOriginalSource$AVMetadataQuickTimeUserDataKeyPerformers$AVMetadataQuickTimeUserDataKeyPhonogramRights$AVMetadataQuickTimeUserDataKeyProducer$AVMetadataQuickTimeUserDataKeyProduct$AVMetadataQuickTimeUserDataKeyPublisher$AVMetadataQuickTimeUserDataKeySoftware$AVMetadataQuickTimeUserDataKeySpecialPlaybackRequirements$AVMetadataQuickTimeUserDataKeyTaggedCharacteristic$AVMetadataQuickTimeUserDataKeyTrack$AVMetadataQuickTimeUserDataKeyTrackName$AVMetadataQuickTimeUserDataKeyURLLink$AVMetadataQuickTimeUserDataKeyWarning$AVMetadataQuickTimeUserDataKeyWriter$AVMetadataiTunesMetadataKeyAccountKind$AVMetadataiTunesMetadataKeyAcknowledgement$AVMetadataiTunesMetadataKeyAlbum$AVMetadataiTunesMetadataKeyAlbumArtist$AVMetadataiTunesMetadataKeyAppleID$AVMetadataiTunesMetadataKeyArranger$AVMetadataiTunesMetadataKeyArtDirector$AVMetadataiTunesMetadataKeyArtist$AVMetadataiTunesMetadataKeyArtistID$AVMetadataiTunesMetadataKeyAuthor$AVMetadataiTunesMetadataKeyBeatsPerMin$AVMetadataiTunesMetadataKeyComposer$AVMetadataiTunesMetadataKeyConductor$AVMetadataiTunesMetadataKeyContentRating$AVMetadataiTunesMetadataKeyCopyright$AVMetadataiTunesMetadataKeyCoverArt$AVMetadataiTunesMetadataKeyCredits$AVMetadataiTunesMetadataKeyDescription$AVMetadataiTunesMetadataKeyDirector$AVMetadataiTunesMetadataKeyDiscCompilation$AVMetadataiTunesMetadataKeyDiscNumber$AVMetadataiTunesMetadataKeyEQ$AVMetadataiTunesMetadataKeyEncodedBy$AVMetadataiTunesMetadataKeyEncodingTool$AVMetadataiTunesMetadataKeyExecProducer$AVMetadataiTunesMetadataKeyGenreID$AVMetadataiTunesMetadataKeyGrouping$AVMetadataiTunesMetadataKeyLinerNotes$AVMetadataiTunesMetadataKeyLyrics$AVMetadataiTunesMetadataKeyOnlineExtras$AVMetadataiTunesMetadataKeyOriginalArtist$AVMetadataiTunesMetadataKeyPerformer$AVMetadataiTunesMetadataKeyPhonogramRights$AVMetadataiTunesMetadataKeyPlaylistID$AVMetadataiTunesMetadataKeyPredefinedGenre$AVMetadataiTunesMetadataKeyProducer$AVMetadataiTunesMetadataKeyPublisher$AVMetadataiTunesMetadataKeyRecordCompany$AVMetadataiTunesMetadataKeyReleaseDate$AVMetadataiTunesMetadataKeySoloist$AVMetadataiTunesMetadataKeySongID$AVMetadataiTunesMetadataKeySongName$AVMetadataiTunesMetadataKeySoundEngineer$AVMetadataiTunesMetadataKeyThanks$AVMetadataiTunesMetadataKeyTrackNumber$AVMetadataiTunesMetadataKeyTrackSubTitle$AVMetadataiTunesMetadataKeyUserComment$AVMetadataiTunesMetadataKeyUserGenre$AVMovieReferenceRestrictionsKey$AVMovieShouldSupportAliasDataReferencesKey$AVNumberOfChannelsKey$AVOutputSettingsPreset1280x720$AVOutputSettingsPreset1920x1080$AVOutputSettingsPreset3840x2160$AVOutputSettingsPreset640x480$AVOutputSettingsPreset960x540$AVOutputSettingsPresetHEVC1920x1080$AVOutputSettingsPresetHEVC1920x1080WithAlpha$AVOutputSettingsPresetHEVC3840x2160$AVOutputSettingsPresetHEVC3840x2160WithAlpha$AVOutputSettingsPresetHEVC7680x4320$AVOutputSettingsPresetMVHEVC1440x1440$AVOutputSettingsPresetMVHEVC960x960$AVPlaybackCoordinatorOtherParticipantsDidChangeNotification$AVPlaybackCoordinatorSuspensionReasonsDidChangeNotification$AVPlayerAvailableHDRModesDidChangeNotification$AVPlayerEligibleForHDRPlaybackDidChangeNotification$AVPlayerIntegratedTimelineSnapshotsOutOfSyncNotification$AVPlayerIntegratedTimelineSnapshotsOutOfSyncReasonCurrentSegmentChanged$AVPlayerIntegratedTimelineSnapshotsOutOfSyncReasonKey$AVPlayerIntegratedTimelineSnapshotsOutOfSyncReasonLoadedTimeRangesChanged$AVPlayerIntegratedTimelineSnapshotsOutOfSyncReasonSegmentsChanged$AVPlayerInterstitialEventJoinCue$AVPlayerInterstitialEventLeaveCue$AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeErrorKey$AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey$AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification$AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeStatusKey$AVPlayerInterstitialEventMonitorCurrentEventDidChangeNotification$AVPlayerInterstitialEventMonitorEventsDidChangeNotification$AVPlayerInterstitialEventNoCue$AVPlayerInterstitialEventObserverCurrentEventDidChangeNotification$AVPlayerItemDidPlayToEndTimeNotification$AVPlayerItemFailedToPlayToEndTimeErrorKey$AVPlayerItemFailedToPlayToEndTimeNotification$AVPlayerItemLegibleOutputTextStylingResolutionDefault$AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly$AVPlayerItemMediaSelectionDidChangeNotification$AVPlayerItemNewAccessLogEntryNotification$AVPlayerItemNewErrorLogEntryNotification$AVPlayerItemPlaybackStalledNotification$AVPlayerItemRecommendedTimeOffsetFromLiveDidChangeNotification$AVPlayerItemTimeJumpedNotification$AVPlayerItemTimeJumpedOriginatingParticipantKey$AVPlayerItemTrackVideoFieldModeDeinterlaceFields$AVPlayerRateDidChangeNotification$AVPlayerRateDidChangeOriginatingParticipantKey$AVPlayerRateDidChangeReasonAppBackgrounded$AVPlayerRateDidChangeReasonAudioSessionInterrupted$AVPlayerRateDidChangeReasonKey$AVPlayerRateDidChangeReasonSetRateCalled$AVPlayerRateDidChangeReasonSetRateFailed$AVPlayerWaitingDuringInterstitialEventReason$AVPlayerWaitingForCoordinatedPlaybackReason$AVPlayerWaitingToMinimizeStallsReason$AVPlayerWaitingWhileEvaluatingBufferingRateReason$AVPlayerWaitingWithNoItemToPlayReason$AVRouteDetectorMultipleRoutesDetectedDidChangeNotification$AVSampleBufferAudioRendererFlushTimeKey$AVSampleBufferAudioRendererOutputConfigurationDidChangeNotification$AVSampleBufferAudioRendererWasFlushedAutomaticallyNotification$AVSampleBufferDisplayLayerFailedToDecodeNotification$AVSampleBufferDisplayLayerFailedToDecodeNotificationErrorKey$AVSampleBufferDisplayLayerOutputObscuredDueToInsufficientExternalProtectionDidChangeNotification$AVSampleBufferDisplayLayerReadyForDisplayDidChangeNotification$AVSampleBufferDisplayLayerRequiresFlushToResumeDecodingDidChangeNotification$AVSampleBufferRenderSynchronizerRateDidChangeNotification$AVSampleBufferVideoRendererDidFailToDecodeNotification$AVSampleBufferVideoRendererDidFailToDecodeNotificationErrorKey$AVSampleBufferVideoRendererRequiresFlushToResumeDecodingDidChangeNotification$AVSampleRateConverterAlgorithmKey$AVSampleRateConverterAlgorithm_Mastering$AVSampleRateConverterAlgorithm_MinimumPhase$AVSampleRateConverterAlgorithm_Normal$AVSampleRateConverterAudioQualityKey$AVSampleRateKey$AVSemanticSegmentationMatteTypeGlasses$AVSemanticSegmentationMatteTypeHair$AVSemanticSegmentationMatteTypeSkin$AVSemanticSegmentationMatteTypeTeeth$AVSpatialCaptureDiscomfortReasonNotEnoughLight$AVSpatialCaptureDiscomfortReasonSubjectTooClose$AVSpeechSynthesisAvailableVoicesDidChangeNotification$AVSpeechSynthesisIPANotationAttribute$AVSpeechSynthesisVoiceIdentifierAlex$AVSpeechUtteranceDefaultSpeechRate@f$AVSpeechUtteranceMaximumSpeechRate@f$AVSpeechUtteranceMinimumSpeechRate@f$AVStreamingKeyDeliveryContentKeyType$AVStreamingKeyDeliveryPersistentContentKeyType$AVTrackAssociationTypeAudioFallback$AVTrackAssociationTypeChapterList$AVTrackAssociationTypeForcedSubtitlesOnly$AVTrackAssociationTypeMetadataReferent$AVTrackAssociationTypeSelectionFollower$AVTrackAssociationTypeTimecode$AVURLAssetAllowsCellularAccessKey$AVURLAssetAllowsConstrainedNetworkAccessKey$AVURLAssetAllowsExpensiveNetworkAccessKey$AVURLAssetHTTPCookiesKey$AVURLAssetHTTPUserAgentKey$AVURLAssetOverrideMIMETypeKey$AVURLAssetPreferPreciseDurationAndTimingKey$AVURLAssetPrimarySessionIdentifierKey$AVURLAssetReferenceRestrictionsKey$AVURLAssetShouldSupportAliasDataReferencesKey$AVURLAssetURLRequestAttributionKey$AVVideoAllowFrameReorderingKey$AVVideoAllowWideColorKey$AVVideoApertureModeCleanAperture$AVVideoApertureModeEncodedPixels$AVVideoApertureModeProductionAperture$AVVideoAppleProRAWBitDepthKey$AVVideoAverageBitRateKey$AVVideoAverageNonDroppableFrameRateKey$AVVideoCleanApertureHeightKey$AVVideoCleanApertureHorizontalOffsetKey$AVVideoCleanApertureKey$AVVideoCleanApertureVerticalOffsetKey$AVVideoCleanApertureWidthKey$AVVideoCodecAppleProRes422$AVVideoCodecAppleProRes4444$AVVideoCodecH264$AVVideoCodecHEVC$AVVideoCodecJPEG$AVVideoCodecKey$AVVideoCodecTypeAppleProRes422$AVVideoCodecTypeAppleProRes422HQ$AVVideoCodecTypeAppleProRes422LT$AVVideoCodecTypeAppleProRes422Proxy$AVVideoCodecTypeAppleProRes4444$AVVideoCodecTypeAppleProRes4444XQ$AVVideoCodecTypeH264$AVVideoCodecTypeHEVC$AVVideoCodecTypeHEVCWithAlpha$AVVideoCodecTypeJPEG$AVVideoCodecTypeJPEGXL$AVVideoColorPrimariesKey$AVVideoColorPrimaries_EBU_3213$AVVideoColorPrimaries_ITU_R_2020$AVVideoColorPrimaries_ITU_R_709_2$AVVideoColorPrimaries_P3_D65$AVVideoColorPrimaries_SMPTE_C$AVVideoColorPropertiesKey$AVVideoCompositionPerFrameHDRDisplayMetadataPolicyGenerate$AVVideoCompositionPerFrameHDRDisplayMetadataPolicyPropagate$AVVideoCompressionPropertiesKey$AVVideoDecompressionPropertiesKey$AVVideoEncoderSpecificationKey$AVVideoExpectedSourceFrameRateKey$AVVideoH264EntropyModeCABAC$AVVideoH264EntropyModeCAVLC$AVVideoH264EntropyModeKey$AVVideoHeightKey$AVVideoMaxKeyFrameIntervalDurationKey$AVVideoMaxKeyFrameIntervalKey$AVVideoPixelAspectRatioHorizontalSpacingKey$AVVideoPixelAspectRatioKey$AVVideoPixelAspectRatioVerticalSpacingKey$AVVideoProfileLevelH264Baseline30$AVVideoProfileLevelH264Baseline31$AVVideoProfileLevelH264Baseline41$AVVideoProfileLevelH264BaselineAutoLevel$AVVideoProfileLevelH264High40$AVVideoProfileLevelH264High41$AVVideoProfileLevelH264HighAutoLevel$AVVideoProfileLevelH264Main30$AVVideoProfileLevelH264Main31$AVVideoProfileLevelH264Main32$AVVideoProfileLevelH264Main41$AVVideoProfileLevelH264MainAutoLevel$AVVideoProfileLevelKey$AVVideoQualityKey$AVVideoRangeHLG$AVVideoRangePQ$AVVideoRangeSDR$AVVideoScalingModeFit$AVVideoScalingModeKey$AVVideoScalingModeResize$AVVideoScalingModeResizeAspect$AVVideoScalingModeResizeAspectFill$AVVideoTransferFunctionKey$AVVideoTransferFunction_IEC_sRGB$AVVideoTransferFunction_ITU_R_2100_HLG$AVVideoTransferFunction_ITU_R_709_2$AVVideoTransferFunction_Linear$AVVideoTransferFunction_SMPTE_240M_1995$AVVideoTransferFunction_SMPTE_ST_2084_PQ$AVVideoWidthKey$AVVideoYCbCrMatrixKey$AVVideoYCbCrMatrix_ITU_R_2020$AVVideoYCbCrMatrix_ITU_R_601_4$AVVideoYCbCrMatrix_ITU_R_709_2$AVVideoYCbCrMatrix_SMPTE_240M_1995$"""
|
|
141
|
+
enums = """$AVAUDIOENGINE_HAVE_AUAUDIOUNIT@1$AVAUDIOENGINE_HAVE_MUSICPLAYER@1$AVAUDIOFORMAT_HAVE_CMFORMATDESCRIPTION@1$AVAUDIOIONODE_HAVE_AUDIOUNIT@1$AVAUDIONODE_HAVE_AUAUDIOUNIT@1$AVAUDIOUNITCOMPONENT_HAVE_AUDIOCOMPONENT@1$AVAUDIOUNIT_HAVE_AUDIOUNIT@1$AVAssetExportSessionStatusCancelled@5$AVAssetExportSessionStatusCompleted@3$AVAssetExportSessionStatusExporting@2$AVAssetExportSessionStatusFailed@4$AVAssetExportSessionStatusUnknown@0$AVAssetExportSessionStatusWaiting@1$AVAssetImageGeneratorCancelled@2$AVAssetImageGeneratorFailed@1$AVAssetImageGeneratorSucceeded@0$AVAssetReaderStatusCancelled@4$AVAssetReaderStatusCompleted@2$AVAssetReaderStatusFailed@3$AVAssetReaderStatusReading@1$AVAssetReaderStatusUnknown@0$AVAssetReferenceRestrictionDefaultPolicy@2$AVAssetReferenceRestrictionForbidAll@65535$AVAssetReferenceRestrictionForbidCrossSiteReference@4$AVAssetReferenceRestrictionForbidLocalReferenceToLocal@8$AVAssetReferenceRestrictionForbidLocalReferenceToRemote@2$AVAssetReferenceRestrictionForbidNone@0$AVAssetReferenceRestrictionForbidRemoteReferenceToLocal@1$AVAssetSegmentTypeInitialization@1$AVAssetSegmentTypeSeparable@2$AVAssetTrackGroupOutputHandlingDefaultPolicy@0$AVAssetTrackGroupOutputHandlingNone@0$AVAssetTrackGroupOutputHandlingPreserveAlternateTracks@1$AVAssetWriterStatusCancelled@4$AVAssetWriterStatusCompleted@2$AVAssetWriterStatusFailed@3$AVAssetWriterStatusUnknown@0$AVAssetWriterStatusWriting@1$AVAudio3DMixingPointSourceInHeadModeBypass@1$AVAudio3DMixingPointSourceInHeadModeMono@0$AVAudio3DMixingRenderingAlgorithmAuto@7$AVAudio3DMixingRenderingAlgorithmEqualPowerPanning@0$AVAudio3DMixingRenderingAlgorithmHRTF@2$AVAudio3DMixingRenderingAlgorithmHRTFHQ@6$AVAudio3DMixingRenderingAlgorithmSoundField@3$AVAudio3DMixingRenderingAlgorithmSphericalHead@1$AVAudio3DMixingRenderingAlgorithmStereoPassThrough@5$AVAudio3DMixingSourceModeAmbienceBed@3$AVAudio3DMixingSourceModeBypass@1$AVAudio3DMixingSourceModePointSource@2$AVAudio3DMixingSourceModeSpatializeIfMono@0$AVAudioApplicationMicrophoneInjectionPermissionDenied@1684369017$AVAudioApplicationMicrophoneInjectionPermissionGranted@1735552628$AVAudioApplicationMicrophoneInjectionPermissionServiceDisabled@1936876659$AVAudioApplicationMicrophoneInjectionPermissionUndetermined@1970168948$AVAudioApplicationRecordPermissionDenied@1684369017$AVAudioApplicationRecordPermissionGranted@1735552628$AVAudioApplicationRecordPermissionUndetermined@1970168948$AVAudioConverterInputStatus_EndOfStream@2$AVAudioConverterInputStatus_HaveData@0$AVAudioConverterInputStatus_NoDataNow@1$AVAudioConverterOutputStatus_EndOfStream@2$AVAudioConverterOutputStatus_Error@3$AVAudioConverterOutputStatus_HaveData@0$AVAudioConverterOutputStatus_InputRanDry@1$AVAudioConverterPrimeMethod_None@2$AVAudioConverterPrimeMethod_Normal@1$AVAudioConverterPrimeMethod_Pre@0$AVAudioEngineManualRenderingErrorInitialized@-80801$AVAudioEngineManualRenderingErrorInvalidMode@-80800$AVAudioEngineManualRenderingErrorNotRunning@-80802$AVAudioEngineManualRenderingModeOffline@0$AVAudioEngineManualRenderingModeRealtime@1$AVAudioEngineManualRenderingStatusCannotDoInCurrentContext@2$AVAudioEngineManualRenderingStatusError@-1$AVAudioEngineManualRenderingStatusInsufficientDataFromInputNode@1$AVAudioEngineManualRenderingStatusSuccess@0$AVAudioEnvironmentDistanceAttenuationModelExponential@1$AVAudioEnvironmentDistanceAttenuationModelInverse@2$AVAudioEnvironmentDistanceAttenuationModelLinear@3$AVAudioEnvironmentOutputTypeAuto@0$AVAudioEnvironmentOutputTypeBuiltInSpeakers@2$AVAudioEnvironmentOutputTypeExternalSpeakers@3$AVAudioEnvironmentOutputTypeHeadphones@1$AVAudioOtherFormat@0$AVAudioPCMFormatFloat32@1$AVAudioPCMFormatFloat64@2$AVAudioPCMFormatInt16@3$AVAudioPCMFormatInt32@4$AVAudioPlayerNodeBufferInterrupts@2$AVAudioPlayerNodeBufferInterruptsAtLoop@4$AVAudioPlayerNodeBufferLoops@1$AVAudioPlayerNodeCompletionDataConsumed@0$AVAudioPlayerNodeCompletionDataPlayedBack@2$AVAudioPlayerNodeCompletionDataRendered@1$AVAudioQualityHigh@96$AVAudioQualityLow@32$AVAudioQualityMax@127$AVAudioQualityMedium@64$AVAudioQualityMin@0$AVAudioRoutingArbitrationCategoryPlayAndRecord@1$AVAudioRoutingArbitrationCategoryPlayAndRecordVoice@2$AVAudioRoutingArbitrationCategoryPlayback@0$AVAudioSessionActivationOptionNone@0$AVAudioSessionCategoryOptionAllowAirPlay@64$AVAudioSessionCategoryOptionAllowBluetooth@4$AVAudioSessionCategoryOptionAllowBluetoothA2DP@32$AVAudioSessionCategoryOptionDefaultToSpeaker@8$AVAudioSessionCategoryOptionDuckOthers@2$AVAudioSessionCategoryOptionInterruptSpokenAudioAndMixWithOthers@17$AVAudioSessionCategoryOptionMixWithOthers@1$AVAudioSessionIOTypeAggregated@1$AVAudioSessionIOTypeNotSpecified@0$AVAudioSessionInterruptionFlags_ShouldResume@1$AVAudioSessionInterruptionOptionShouldResume@1$AVAudioSessionInterruptionReasonAppWasSuspended@1$AVAudioSessionInterruptionReasonBuiltInMicMuted@2$AVAudioSessionInterruptionReasonDefault@0$AVAudioSessionInterruptionReasonDeviceUnauthenticated@5$AVAudioSessionInterruptionTypeBegan@1$AVAudioSessionInterruptionTypeEnded@0$AVAudioSessionMicrophoneInjectionModeNone@0$AVAudioSessionMicrophoneInjectionModeSpokenAudio@1$AVAudioSessionPortOverrideNone@0$AVAudioSessionPortOverrideSpeaker@1936747378$AVAudioSessionPromptStyleNone@1852796517$AVAudioSessionPromptStyleNormal@1852992876$AVAudioSessionPromptStyleShort@1936224884$AVAudioSessionRecordPermissionDenied@1684369017$AVAudioSessionRecordPermissionGranted@1735552628$AVAudioSessionRecordPermissionUndetermined@1970168948$AVAudioSessionRenderingModeDolbyAtmos@5$AVAudioSessionRenderingModeDolbyAudio@4$AVAudioSessionRenderingModeMonoStereo@1$AVAudioSessionRenderingModeNotApplicable@0$AVAudioSessionRenderingModeSpatialAudio@3$AVAudioSessionRenderingModeSurround@2$AVAudioSessionRouteChangeReasonCategoryChange@3$AVAudioSessionRouteChangeReasonNewDeviceAvailable@1$AVAudioSessionRouteChangeReasonNoSuitableRouteForCategory@7$AVAudioSessionRouteChangeReasonOldDeviceUnavailable@2$AVAudioSessionRouteChangeReasonOverride@4$AVAudioSessionRouteChangeReasonRouteConfigurationChange@8$AVAudioSessionRouteChangeReasonUnknown@0$AVAudioSessionRouteChangeReasonWakeFromSleep@6$AVAudioSessionRouteSharingPolicyDefault@0$AVAudioSessionRouteSharingPolicyIndependent@2$AVAudioSessionRouteSharingPolicyLongForm@1$AVAudioSessionRouteSharingPolicyLongFormAudio@1$AVAudioSessionRouteSharingPolicyLongFormVideo@3$AVAudioSessionSetActiveFlags_NotifyOthersOnDeactivation@1$AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation@1$AVAudioSessionSilenceSecondaryAudioHintTypeBegin@1$AVAudioSessionSilenceSecondaryAudioHintTypeEnd@0$AVAudioSpatializationFormatMonoAndStereo@3$AVAudioSpatializationFormatMonoStereoAndMultichannel@7$AVAudioSpatializationFormatMultichannel@4$AVAudioSpatializationFormatNone@0$AVAudioStereoOrientationLandscapeLeft@4$AVAudioStereoOrientationLandscapeRight@3$AVAudioStereoOrientationNone@0$AVAudioStereoOrientationPortrait@1$AVAudioStereoOrientationPortraitUpsideDown@2$AVAudioUnitDistortionPresetDrumsBitBrush@0$AVAudioUnitDistortionPresetDrumsBufferBeats@1$AVAudioUnitDistortionPresetDrumsLoFi@2$AVAudioUnitDistortionPresetMultiBrokenSpeaker@3$AVAudioUnitDistortionPresetMultiCellphoneConcert@4$AVAudioUnitDistortionPresetMultiDecimated1@5$AVAudioUnitDistortionPresetMultiDecimated2@6$AVAudioUnitDistortionPresetMultiDecimated3@7$AVAudioUnitDistortionPresetMultiDecimated4@8$AVAudioUnitDistortionPresetMultiDistortedCubed@10$AVAudioUnitDistortionPresetMultiDistortedFunk@9$AVAudioUnitDistortionPresetMultiDistortedSquared@11$AVAudioUnitDistortionPresetMultiEcho1@12$AVAudioUnitDistortionPresetMultiEcho2@13$AVAudioUnitDistortionPresetMultiEchoTight1@14$AVAudioUnitDistortionPresetMultiEchoTight2@15$AVAudioUnitDistortionPresetMultiEverythingIsBroken@16$AVAudioUnitDistortionPresetSpeechAlienChatter@17$AVAudioUnitDistortionPresetSpeechCosmicInterference@18$AVAudioUnitDistortionPresetSpeechGoldenPi@19$AVAudioUnitDistortionPresetSpeechRadioTower@20$AVAudioUnitDistortionPresetSpeechWaves@21$AVAudioUnitEQFilterTypeBandPass@5$AVAudioUnitEQFilterTypeBandStop@6$AVAudioUnitEQFilterTypeHighPass@2$AVAudioUnitEQFilterTypeHighShelf@8$AVAudioUnitEQFilterTypeLowPass@1$AVAudioUnitEQFilterTypeLowShelf@7$AVAudioUnitEQFilterTypeParametric@0$AVAudioUnitEQFilterTypeResonantHighPass@4$AVAudioUnitEQFilterTypeResonantHighShelf@10$AVAudioUnitEQFilterTypeResonantLowPass@3$AVAudioUnitEQFilterTypeResonantLowShelf@9$AVAudioUnitReverbPresetCathedral@8$AVAudioUnitReverbPresetLargeChamber@7$AVAudioUnitReverbPresetLargeHall@4$AVAudioUnitReverbPresetLargeHall2@12$AVAudioUnitReverbPresetLargeRoom@2$AVAudioUnitReverbPresetLargeRoom2@9$AVAudioUnitReverbPresetMediumChamber@6$AVAudioUnitReverbPresetMediumHall@3$AVAudioUnitReverbPresetMediumHall2@10$AVAudioUnitReverbPresetMediumHall3@11$AVAudioUnitReverbPresetMediumRoom@1$AVAudioUnitReverbPresetPlate@5$AVAudioUnitReverbPresetSmallRoom@0$AVAudioVoiceProcessingOtherAudioDuckingLevelDefault@0$AVAudioVoiceProcessingOtherAudioDuckingLevelMax@30$AVAudioVoiceProcessingOtherAudioDuckingLevelMid@20$AVAudioVoiceProcessingOtherAudioDuckingLevelMin@10$AVAudioVoiceProcessingSpeechActivityEnded@1$AVAudioVoiceProcessingSpeechActivityStarted@0$AVAuthorizationStatusAuthorized@3$AVAuthorizationStatusDenied@2$AVAuthorizationStatusNotDetermined@0$AVAuthorizationStatusRestricted@1$AVCaptionAnimationCharacterReveal@1$AVCaptionAnimationNone@0$AVCaptionConversionValidatorStatusCompleted@2$AVCaptionConversionValidatorStatusStopped@3$AVCaptionConversionValidatorStatusUnknown@0$AVCaptionConversionValidatorStatusValidating@1$AVCaptionDecorationLineThrough@2$AVCaptionDecorationNone@0$AVCaptionDecorationOverline@4$AVCaptionDecorationUnderline@1$AVCaptionFontStyleItalic@2$AVCaptionFontStyleNormal@1$AVCaptionFontStyleUnknown@0$AVCaptionFontWeightBold@2$AVCaptionFontWeightNormal@1$AVCaptionFontWeightUnknown@0$AVCaptionRegionDisplayAlignmentAfter@2$AVCaptionRegionDisplayAlignmentBefore@0$AVCaptionRegionDisplayAlignmentCenter@1$AVCaptionRegionScrollNone@0$AVCaptionRegionScrollRollUp@1$AVCaptionRegionWritingModeLeftToRightAndTopToBottom@0$AVCaptionRegionWritingModeTopToBottomAndRightToLeft@2$AVCaptionRubyAlignmentCenter@1$AVCaptionRubyAlignmentDistributeSpaceAround@3$AVCaptionRubyAlignmentDistributeSpaceBetween@2$AVCaptionRubyAlignmentStart@0$AVCaptionRubyPositionAfter@1$AVCaptionRubyPositionBefore@0$AVCaptionTextAlignmentCenter@2$AVCaptionTextAlignmentEnd@1$AVCaptionTextAlignmentLeft@3$AVCaptionTextAlignmentRight@4$AVCaptionTextAlignmentStart@0$AVCaptionTextCombineAll@-1$AVCaptionTextCombineFourDigits@4$AVCaptionTextCombineNone@0$AVCaptionTextCombineOneDigit@1$AVCaptionTextCombineThreeDigits@3$AVCaptionTextCombineTwoDigits@2$AVCaptionUnitsTypeCells@1$AVCaptionUnitsTypePercent@2$AVCaptionUnitsTypeUnspecified@0$AVCaptureAutoFocusRangeRestrictionFar@2$AVCaptureAutoFocusRangeRestrictionNear@1$AVCaptureAutoFocusRangeRestrictionNone@0$AVCaptureAutoFocusSystemContrastDetection@1$AVCaptureAutoFocusSystemNone@0$AVCaptureAutoFocusSystemPhaseDetection@2$AVCaptureCenterStageControlModeApp@1$AVCaptureCenterStageControlModeCooperative@2$AVCaptureCenterStageControlModeUser@0$AVCaptureColorSpace_AppleLog@3$AVCaptureColorSpace_HLG_BT2020@2$AVCaptureColorSpace_P3_D65@1$AVCaptureColorSpace_sRGB@0$AVCaptureDevicePositionBack@1$AVCaptureDevicePositionFront@2$AVCaptureDevicePositionUnspecified@0$AVCaptureDeviceTransportControlsNotPlayingMode@0$AVCaptureDeviceTransportControlsPlayingMode@1$AVCaptureExposureModeAutoExpose@1$AVCaptureExposureModeContinuousAutoExposure@2$AVCaptureExposureModeCustom@3$AVCaptureExposureModeLocked@0$AVCaptureFlashModeAuto@2$AVCaptureFlashModeOff@0$AVCaptureFlashModeOn@1$AVCaptureFocusModeAutoFocus@1$AVCaptureFocusModeContinuousAutoFocus@2$AVCaptureFocusModeLocked@0$AVCaptureLensStabilizationStatusActive@2$AVCaptureLensStabilizationStatusOff@1$AVCaptureLensStabilizationStatusOutOfRange@3$AVCaptureLensStabilizationStatusUnavailable@4$AVCaptureLensStabilizationStatusUnsupported@0$AVCaptureMicrophoneModeStandard@0$AVCaptureMicrophoneModeVoiceIsolation@2$AVCaptureMicrophoneModeWideSpectrum@1$AVCaptureMultichannelAudioModeFirstOrderAmbisonics@2$AVCaptureMultichannelAudioModeNone@0$AVCaptureMultichannelAudioModeStereo@1$AVCaptureOutputDataDroppedReasonDiscontinuity@3$AVCaptureOutputDataDroppedReasonLateData@1$AVCaptureOutputDataDroppedReasonNone@0$AVCaptureOutputDataDroppedReasonOutOfBuffers@2$AVCapturePhotoOutputCaptureReadinessNotReadyMomentarily@2$AVCapturePhotoOutputCaptureReadinessNotReadyWaitingForCapture@3$AVCapturePhotoOutputCaptureReadinessNotReadyWaitingForProcessing@4$AVCapturePhotoOutputCaptureReadinessReady@1$AVCapturePhotoOutputCaptureReadinessSessionNotRunning@0$AVCapturePhotoQualityPrioritizationBalanced@2$AVCapturePhotoQualityPrioritizationQuality@3$AVCapturePhotoQualityPrioritizationSpeed@1$AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionExposureModeChanged@4$AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionFocusModeChanged@2$AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionNone@0$AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionVideoZoomChanged@1$AVCapturePrimaryConstituentDeviceSwitchingBehaviorAuto@1$AVCapturePrimaryConstituentDeviceSwitchingBehaviorLocked@3$AVCapturePrimaryConstituentDeviceSwitchingBehaviorRestricted@2$AVCapturePrimaryConstituentDeviceSwitchingBehaviorUnsupported@0$AVCaptureSessionInterruptionReasonAudioDeviceInUseByAnotherClient@2$AVCaptureSessionInterruptionReasonVideoDeviceInUseByAnotherClient@3$AVCaptureSessionInterruptionReasonVideoDeviceNotAvailableDueToSystemPressure@5$AVCaptureSessionInterruptionReasonVideoDeviceNotAvailableInBackground@1$AVCaptureSessionInterruptionReasonVideoDeviceNotAvailableWithMultipleForegroundApps@4$AVCaptureSystemPressureFactorCameraTemperature@8$AVCaptureSystemPressureFactorDepthModuleTemperature@4$AVCaptureSystemPressureFactorNone@0$AVCaptureSystemPressureFactorPeakPower@2$AVCaptureSystemPressureFactorSystemTemperature@1$AVCaptureSystemUserInterfaceMicrophoneModes@2$AVCaptureSystemUserInterfaceVideoEffects@1$AVCaptureTorchModeAuto@2$AVCaptureTorchModeOff@0$AVCaptureTorchModeOn@1$AVCaptureVideoOrientationLandscapeLeft@4$AVCaptureVideoOrientationLandscapeRight@3$AVCaptureVideoOrientationPortrait@1$AVCaptureVideoOrientationPortraitUpsideDown@2$AVCaptureVideoStabilizationModeAuto@-1$AVCaptureVideoStabilizationModeCinematic@2$AVCaptureVideoStabilizationModeCinematicExtended@3$AVCaptureVideoStabilizationModeCinematicExtendedEnhanced@5$AVCaptureVideoStabilizationModeOff@0$AVCaptureVideoStabilizationModePreviewOptimized@4$AVCaptureVideoStabilizationModeStandard@1$AVCaptureWhiteBalanceModeAutoWhiteBalance@1$AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance@2$AVCaptureWhiteBalanceModeLocked@0$AVContentAuthorizationBusy@4$AVContentAuthorizationCancelled@2$AVContentAuthorizationCompleted@1$AVContentAuthorizationNotAvailable@5$AVContentAuthorizationNotPossible@6$AVContentAuthorizationTimedOut@3$AVContentAuthorizationUnknown@0$AVContentKeyRequestStatusCancelled@4$AVContentKeyRequestStatusFailed@5$AVContentKeyRequestStatusReceivedResponse@1$AVContentKeyRequestStatusRenewed@2$AVContentKeyRequestStatusRequestingResponse@0$AVContentKeyRequestStatusRetried@3$AVDelegatingPlaybackCoordinatorRateChangeOptionPlayImmediately@1$AVDelegatingPlaybackCoordinatorSeekOptionResumeImmediately@1$AVDepthDataAccuracyAbsolute@1$AVDepthDataAccuracyRelative@0$AVDepthDataQualityHigh@1$AVDepthDataQualityLow@0$AVErrorAirPlayControllerRequiresInternet@-11856$AVErrorAirPlayReceiverRequiresInternet@-11857$AVErrorAirPlayReceiverTemporarilyUnavailable@-11882$AVErrorApplicationIsNotAuthorized@-11836$AVErrorApplicationIsNotAuthorizedToUseDevice@-11852$AVErrorCompositionTrackSegmentsNotContiguous@-11824$AVErrorContentIsNotAuthorized@-11835$AVErrorContentIsProtected@-11831$AVErrorContentIsUnavailable@-11863$AVErrorContentKeyRequestCancelled@-11879$AVErrorContentNotUpdated@-11866$AVErrorCreateContentKeyRequestFailed@-11860$AVErrorDecodeFailed@-11821$AVErrorDecoderNotFound@-11833$AVErrorDecoderTemporarilyUnavailable@-11839$AVErrorDeviceAlreadyUsedByAnotherSession@-11804$AVErrorDeviceInUseByAnotherApplication@-11815$AVErrorDeviceLockedForConfigurationByAnotherProcess@-11817$AVErrorDeviceNotConnected@-11814$AVErrorDeviceWasDisconnected@-11808$AVErrorDiskFull@-11807$AVErrorDisplayWasDisabled@-11845$AVErrorEncodeFailed@-11883$AVErrorEncoderNotFound@-11834$AVErrorEncoderTemporarilyUnavailable@-11840$AVErrorExportFailed@-11820$AVErrorExternalPlaybackNotSupportedForAsset@-11870$AVErrorFailedToLoadMediaData@-11849$AVErrorFailedToLoadSampleData@-11881$AVErrorFailedToParse@-11853$AVErrorFileAlreadyExists@-11823$AVErrorFileFailedToParse@-11829$AVErrorFileFormatNotRecognized@-11828$AVErrorFileTypeDoesNotSupportSampleReferences@-11854$AVErrorFormatUnsupported@-11864$AVErrorIncompatibleAsset@-11848$AVErrorIncorrectlyConfigured@-11875$AVErrorInvalidCompositionTrackSegmentDuration@-11825$AVErrorInvalidCompositionTrackSegmentSourceDuration@-11827$AVErrorInvalidCompositionTrackSegmentSourceStartTime@-11826$AVErrorInvalidOutputURLPathExtension@-11843$AVErrorInvalidSampleCursor@-11880$AVErrorInvalidSourceMedia@-11822$AVErrorInvalidVideoComposition@-11841$AVErrorMalformedDepth@-11865$AVErrorMaximumDurationReached@-11810$AVErrorMaximumFileSizeReached@-11811$AVErrorMaximumNumberOfSamplesForFileFormatReached@-11813$AVErrorMaximumStillImageCaptureRequestsExceeded@-11830$AVErrorMediaChanged@-11809$AVErrorMediaDiscontinuity@-11812$AVErrorMediaExtensionConflict@-11887$AVErrorMediaExtensionDisabled@-11886$AVErrorNoCompatibleAlternatesForExternalDisplay@-11868$AVErrorNoDataCaptured@-11805$AVErrorNoImageAtTime@-11832$AVErrorNoLongerPlayable@-11867$AVErrorNoSourceTrack@-11869$AVErrorOperationCancelled@-11878$AVErrorOperationNotAllowed@-11862$AVErrorOperationNotSupportedForAsset@-11838$AVErrorOperationNotSupportedForPreset@-11871$AVErrorOutOfMemory@-11801$AVErrorRecordingAlreadyInProgress@-11859$AVErrorReferenceForbiddenByReferencePolicy@-11842$AVErrorRosettaNotInstalled@-11877$AVErrorSandboxExtensionDenied@-11884$AVErrorScreenCaptureFailed@-11844$AVErrorSegmentStartedWithNonSyncSample@-11876$AVErrorServerIncorrectlyConfigured@-11850$AVErrorSessionConfigurationChanged@-11806$AVErrorSessionHardwareCostOverage@-11872$AVErrorSessionNotRunning@-11803$AVErrorToneMappingFailed@-11885$AVErrorTorchLevelUnavailable@-11846$AVErrorUndecodableMediaData@-11855$AVErrorUnknown@-11800$AVErrorUnsupportedDeviceActiveFormat@-11873$AVErrorUnsupportedOutputSettings@-11861$AVErrorVideoCompositorFailed@-11858$AVExternalContentProtectionStatusInsufficient@2$AVExternalContentProtectionStatusPending@0$AVExternalContentProtectionStatusSufficient@1$AVKeyValueStatusCancelled@4$AVKeyValueStatusFailed@3$AVKeyValueStatusLoaded@2$AVKeyValueStatusLoading@1$AVKeyValueStatusUnknown@0$AVMIDIControlChangeMessageTypeAllNotesOff@123$AVMIDIControlChangeMessageTypeAllSoundOff@120$AVMIDIControlChangeMessageTypeAttackTime@73$AVMIDIControlChangeMessageTypeBalance@8$AVMIDIControlChangeMessageTypeBankSelect@0$AVMIDIControlChangeMessageTypeBreath@2$AVMIDIControlChangeMessageTypeBrightness@74$AVMIDIControlChangeMessageTypeChorusLevel@93$AVMIDIControlChangeMessageTypeDataEntry@6$AVMIDIControlChangeMessageTypeDecayTime@75$AVMIDIControlChangeMessageTypeExpression@11$AVMIDIControlChangeMessageTypeFilterResonance@71$AVMIDIControlChangeMessageTypeFoot@4$AVMIDIControlChangeMessageTypeHold2Pedal@69$AVMIDIControlChangeMessageTypeLegatoPedal@68$AVMIDIControlChangeMessageTypeModWheel@1$AVMIDIControlChangeMessageTypeMonoModeOff@127$AVMIDIControlChangeMessageTypeMonoModeOn@126$AVMIDIControlChangeMessageTypeOmniModeOff@124$AVMIDIControlChangeMessageTypeOmniModeOn@125$AVMIDIControlChangeMessageTypePan@10$AVMIDIControlChangeMessageTypePortamento@65$AVMIDIControlChangeMessageTypePortamentoTime@5$AVMIDIControlChangeMessageTypeRPN_LSB@100$AVMIDIControlChangeMessageTypeRPN_MSB@101$AVMIDIControlChangeMessageTypeReleaseTime@72$AVMIDIControlChangeMessageTypeResetAllControllers@121$AVMIDIControlChangeMessageTypeReverbLevel@91$AVMIDIControlChangeMessageTypeSoft@67$AVMIDIControlChangeMessageTypeSostenuto@66$AVMIDIControlChangeMessageTypeSustain@64$AVMIDIControlChangeMessageTypeVibratoDelay@78$AVMIDIControlChangeMessageTypeVibratoDepth@77$AVMIDIControlChangeMessageTypeVibratoRate@76$AVMIDIControlChangeMessageTypeVolume@7$AVMIDIMetaEventTypeCopyright@2$AVMIDIMetaEventTypeCuePoint@7$AVMIDIMetaEventTypeEndOfTrack@47$AVMIDIMetaEventTypeInstrument@4$AVMIDIMetaEventTypeKeySignature@89$AVMIDIMetaEventTypeLyric@5$AVMIDIMetaEventTypeMarker@6$AVMIDIMetaEventTypeMidiChannel@32$AVMIDIMetaEventTypeMidiPort@33$AVMIDIMetaEventTypeProprietaryEvent@127$AVMIDIMetaEventTypeSequenceNumber@0$AVMIDIMetaEventTypeSmpteOffset@84$AVMIDIMetaEventTypeTempo@81$AVMIDIMetaEventTypeText@1$AVMIDIMetaEventTypeTimeSignature@88$AVMIDIMetaEventTypeTrackName@3$AVMovieWritingAddMovieHeaderToDestination@0$AVMovieWritingTruncateDestinationToMovieHeaderOnly@1$AVMusicSequenceLoadSMF_ChannelsToTracks@1$AVMusicSequenceLoadSMF_PreserveTracks@0$AVMusicTrackLoopCountForever@-1$AVPlayerActionAtItemEndAdvance@0$AVPlayerActionAtItemEndNone@2$AVPlayerActionAtItemEndPause@1$AVPlayerAudiovisualBackgroundPlaybackPolicyAutomatic@1$AVPlayerAudiovisualBackgroundPlaybackPolicyContinuesIfPossible@3$AVPlayerAudiovisualBackgroundPlaybackPolicyPauses@2$AVPlayerHDRModeDolbyVision@4$AVPlayerHDRModeHDR10@2$AVPlayerHDRModeHLG@1$AVPlayerInterstitialEventAssetListResponseStatusAvailable@0$AVPlayerInterstitialEventAssetListResponseStatusCleared@1$AVPlayerInterstitialEventAssetListResponseStatusUnavailable@2$AVPlayerInterstitialEventRestrictionConstrainsSeekingForwardInPrimaryContent@1$AVPlayerInterstitialEventRestrictionDefaultPolicy@0$AVPlayerInterstitialEventRestrictionNone@0$AVPlayerInterstitialEventRestrictionRequiresPlaybackAtPreferredRateForAdvancement@4$AVPlayerInterstitialEventTimelineOccupancyFill@1$AVPlayerInterstitialEventTimelineOccupancySinglePoint@0$AVPlayerItemSegmentTypeInterstitial@1$AVPlayerItemSegmentTypePrimary@0$AVPlayerItemStatusFailed@2$AVPlayerItemStatusReadyToPlay@1$AVPlayerItemStatusUnknown@0$AVPlayerLooperItemOrderingLoopingItemsFollowExistingItems@1$AVPlayerLooperItemOrderingLoopingItemsPrecedeExistingItems@0$AVPlayerLooperStatusCancelled@3$AVPlayerLooperStatusFailed@2$AVPlayerLooperStatusReady@1$AVPlayerLooperStatusUnknown@0$AVPlayerStatusFailed@2$AVPlayerStatusReadyToPlay@1$AVPlayerStatusUnknown@0$AVPlayerTimeControlStatusPaused@0$AVPlayerTimeControlStatusPlaying@2$AVPlayerTimeControlStatusWaitingToPlayAtSpecifiedRate@1$AVQueuedSampleBufferRenderingStatusFailed@2$AVQueuedSampleBufferRenderingStatusRendering@1$AVQueuedSampleBufferRenderingStatusUnknown@0$AVSampleBufferRequestDirectionForward@1$AVSampleBufferRequestDirectionNone@0$AVSampleBufferRequestDirectionReverse@-1$AVSampleBufferRequestModeImmediate@0$AVSampleBufferRequestModeOpportunistic@2$AVSampleBufferRequestModeScheduled@1$AVSpeechBoundaryImmediate@0$AVSpeechBoundaryWord@1$AVSpeechSynthesisMarkerMarkBookmark@4$AVSpeechSynthesisMarkerMarkParagraph@3$AVSpeechSynthesisMarkerMarkPhoneme@0$AVSpeechSynthesisMarkerMarkSentence@2$AVSpeechSynthesisMarkerMarkWord@1$AVSpeechSynthesisPersonalVoiceAuthorizationStatusAuthorized@3$AVSpeechSynthesisPersonalVoiceAuthorizationStatusDenied@1$AVSpeechSynthesisPersonalVoiceAuthorizationStatusNotDetermined@0$AVSpeechSynthesisPersonalVoiceAuthorizationStatusUnsupported@2$AVSpeechSynthesisVoiceGenderFemale@2$AVSpeechSynthesisVoiceGenderMale@1$AVSpeechSynthesisVoiceGenderUnspecified@0$AVSpeechSynthesisVoiceQualityDefault@1$AVSpeechSynthesisVoiceQualityEnhanced@2$AVSpeechSynthesisVoiceQualityPremium@3$AVSpeechSynthesisVoiceTraitIsNoveltyVoice@1$AVSpeechSynthesisVoiceTraitIsPersonalVoice@2$AVSpeechSynthesisVoiceTraitNone@0$AVVariantPreferenceNone@0$AVVariantPreferenceScalabilityToLosslessAudio@1$AVVideoFieldModeBoth@0$AVVideoFieldModeBottomOnly@2$AVVideoFieldModeDeinterlace@3$AVVideoFieldModeTopOnly@1$kCMTagCollectionVideoOutputPreset_Monoscopic@0$kCMTagCollectionVideoOutputPreset_Stereoscopic@1$"""
|
|
142
142
|
misc.update(
|
|
143
143
|
{
|
|
144
144
|
"AVPlayerAudiovisualBackgroundPlaybackPolicy": NewType(
|
|
@@ -202,7 +202,6 @@ misc.update(
|
|
|
202
202
|
"AVCaptureSessionInterruptionReason": NewType(
|
|
203
203
|
"AVCaptureSessionInterruptionReason", int
|
|
204
204
|
),
|
|
205
|
-
"AVAudioUnitDistortionPreset": NewType("AVAudioUnitDistortionPreset", int),
|
|
206
205
|
"AVPlayerInterstitialEventAssetListResponseStatus": NewType(
|
|
207
206
|
"AVPlayerInterstitialEventAssetListResponseStatus", int
|
|
208
207
|
),
|
|
@@ -1266,16 +1265,31 @@ try:
|
|
|
1266
1265
|
b"isImmersive",
|
|
1267
1266
|
{"retval": {"type": b"Z"}},
|
|
1268
1267
|
)
|
|
1268
|
+
r(
|
|
1269
|
+
b"AVAssetVariantQualifier",
|
|
1270
|
+
b"predicateForBinauralAudio:",
|
|
1271
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
1272
|
+
)
|
|
1269
1273
|
r(
|
|
1270
1274
|
b"AVAssetVariantQualifier",
|
|
1271
1275
|
b"predicateForBinauralAudio:mediaSelectionOption:",
|
|
1272
1276
|
{"arguments": {2: {"type": b"Z"}}},
|
|
1273
1277
|
)
|
|
1278
|
+
r(
|
|
1279
|
+
b"AVAssetVariantQualifier",
|
|
1280
|
+
b"predicateForDownmixAudio:",
|
|
1281
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
1282
|
+
)
|
|
1274
1283
|
r(
|
|
1275
1284
|
b"AVAssetVariantQualifier",
|
|
1276
1285
|
b"predicateForDownmixAudio:mediaSelectionOption:",
|
|
1277
1286
|
{"arguments": {2: {"type": b"Z"}}},
|
|
1278
1287
|
)
|
|
1288
|
+
r(
|
|
1289
|
+
b"AVAssetVariantQualifier",
|
|
1290
|
+
b"predicateForImmersiveAudio:",
|
|
1291
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
1292
|
+
)
|
|
1279
1293
|
r(
|
|
1280
1294
|
b"AVAssetVariantQualifier",
|
|
1281
1295
|
b"predicateForImmersiveAudio:mediaSelectionOption:",
|
|
@@ -1507,11 +1521,6 @@ try:
|
|
|
1507
1521
|
},
|
|
1508
1522
|
},
|
|
1509
1523
|
)
|
|
1510
|
-
r(
|
|
1511
|
-
b"AVAudioApplication",
|
|
1512
|
-
b"setInputMuted:error:",
|
|
1513
|
-
{"retval": {"type": b"Z"}, "arguments": {2: {"type": b"Z"}}},
|
|
1514
|
-
)
|
|
1515
1524
|
r(b"AVAudioBuffer", b"data", {"retval": {"c_array_of_variable_length": True}})
|
|
1516
1525
|
r(
|
|
1517
1526
|
b"AVAudioBuffer",
|
|
@@ -1701,7 +1710,6 @@ try:
|
|
|
1701
1710
|
b"initForWriting:settings:error:",
|
|
1702
1711
|
{"arguments": {4: {"type_modifier": b"o"}}},
|
|
1703
1712
|
)
|
|
1704
|
-
r(b"AVAudioFile", b"isOpen", {"retval": {"type": b"Z"}})
|
|
1705
1713
|
r(
|
|
1706
1714
|
b"AVAudioFile",
|
|
1707
1715
|
b"readIntoBuffer:error:",
|
|
@@ -1804,26 +1812,6 @@ try:
|
|
|
1804
1812
|
b"setVoiceProcessingInputMuted:",
|
|
1805
1813
|
{"arguments": {2: {"type": b"Z"}}},
|
|
1806
1814
|
)
|
|
1807
|
-
r(
|
|
1808
|
-
b"AVAudioInputNode",
|
|
1809
|
-
b"setVoiceProcessingOtherAudioDuckingConfiguration:",
|
|
1810
|
-
{
|
|
1811
|
-
"arguments": {
|
|
1812
|
-
2: {
|
|
1813
|
-
"type": b"{AVAudioVoiceProcessingOtherAudioDuckingConfiguration=Zq}"
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
)
|
|
1818
|
-
r(
|
|
1819
|
-
b"AVAudioInputNode",
|
|
1820
|
-
b"voiceProcessingOtherAudioDuckingConfiguration",
|
|
1821
|
-
{
|
|
1822
|
-
"retval": {
|
|
1823
|
-
"type": b"{AVAudioVoiceProcessingOtherAudioDuckingConfiguration=Zq}"
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
|
-
)
|
|
1827
1815
|
r(
|
|
1828
1816
|
b"AVAudioMixInputParameters",
|
|
1829
1817
|
b"getVolumeRampForTime:startVolume:endVolume:timeRange:",
|
|
@@ -2145,16 +2133,6 @@ try:
|
|
|
2145
2133
|
r(b"AVAudioSession", b"isInputGainSettable", {"retval": {"type": b"Z"}})
|
|
2146
2134
|
r(b"AVAudioSession", b"isOtherAudioPlaying", {"retval": {"type": b"Z"}})
|
|
2147
2135
|
r(b"AVAudioSession", b"overrideOutputAudioPort:error:", {"retval": {"type": b"Z"}})
|
|
2148
|
-
r(
|
|
2149
|
-
b"AVAudioSession",
|
|
2150
|
-
b"prefersInterruptionOnRouteDisconnect",
|
|
2151
|
-
{"retval": {"type": b"Z"}},
|
|
2152
|
-
)
|
|
2153
|
-
r(
|
|
2154
|
-
b"AVAudioSession",
|
|
2155
|
-
b"prefersNoInterruptionsFromSystemAlerts",
|
|
2156
|
-
{"retval": {"type": b"Z"}},
|
|
2157
|
-
)
|
|
2158
2136
|
r(
|
|
2159
2137
|
b"AVAudioSession",
|
|
2160
2138
|
b"requestRecordPermission:",
|
|
@@ -2242,22 +2220,6 @@ try:
|
|
|
2242
2220
|
{"retval": {"type": b"Z"}},
|
|
2243
2221
|
)
|
|
2244
2222
|
r(b"AVAudioSession", b"setPreferredSampleRate:error:", {"retval": {"type": b"Z"}})
|
|
2245
|
-
r(
|
|
2246
|
-
b"AVAudioSession",
|
|
2247
|
-
b"setPrefersInterruptionOnRouteDisconnect:error:",
|
|
2248
|
-
{"retval": {"type": b"Z"}, "arguments": {2: {"type": b"Z"}}},
|
|
2249
|
-
)
|
|
2250
|
-
r(
|
|
2251
|
-
b"AVAudioSession",
|
|
2252
|
-
b"setPrefersNoInterruptionsFromSystemAlerts:error:",
|
|
2253
|
-
{"retval": {"type": b"Z"}, "arguments": {2: {"type": b"Z"}}},
|
|
2254
|
-
)
|
|
2255
|
-
r(
|
|
2256
|
-
b"AVAudioSession",
|
|
2257
|
-
b"setSupportsMultichannelContent:error:",
|
|
2258
|
-
{"retval": {"type": b"Z"}, "arguments": {2: {"type": b"Z"}}},
|
|
2259
|
-
)
|
|
2260
|
-
r(b"AVAudioSession", b"supportsMultichannelContent", {"retval": {"type": b"Z"}})
|
|
2261
2223
|
r(
|
|
2262
2224
|
b"AVAudioSessionDataSourceDescription",
|
|
2263
2225
|
b"setPreferredPolarPattern:error:",
|
|
@@ -2268,11 +2230,6 @@ try:
|
|
|
2268
2230
|
b"hasHardwareVoiceCallProcessing",
|
|
2269
2231
|
{"retval": {"type": b"Z"}},
|
|
2270
2232
|
)
|
|
2271
|
-
r(
|
|
2272
|
-
b"AVAudioSessionPortDescription",
|
|
2273
|
-
b"isSpatialAudioEnabled",
|
|
2274
|
-
{"retval": {"type": b"Z"}},
|
|
2275
|
-
)
|
|
2276
2233
|
r(
|
|
2277
2234
|
b"AVAudioSessionPortDescription",
|
|
2278
2235
|
b"setPreferredDataSource:error:",
|
|
@@ -2306,16 +2263,8 @@ try:
|
|
|
2306
2263
|
"arguments": {
|
|
2307
2264
|
3: {
|
|
2308
2265
|
"callable": {
|
|
2309
|
-
"retval": {"type": b"
|
|
2310
|
-
"arguments": {
|
|
2311
|
-
0: {"type": b"^v"},
|
|
2312
|
-
1: {"type": b"^Z"},
|
|
2313
|
-
2: {
|
|
2314
|
-
"type": b"^{AudioTimeStamp=dQdQ{SMPTETime=ssIIIssss}II}"
|
|
2315
|
-
},
|
|
2316
|
-
3: {"type": b"I"},
|
|
2317
|
-
4: {"type": b"^{AudioBufferList=I[1{AudioBuffer=II^v}]}"},
|
|
2318
|
-
},
|
|
2266
|
+
"retval": {"type": b"@?"},
|
|
2267
|
+
"arguments": {0: {"type": b"^v"}},
|
|
2319
2268
|
}
|
|
2320
2269
|
}
|
|
2321
2270
|
}
|
|
@@ -6307,7 +6256,7 @@ try:
|
|
|
6307
6256
|
)
|
|
6308
6257
|
r(b"AVMovie", b"canContainMovieFragments", {"retval": {"type": b"Z"}})
|
|
6309
6258
|
r(b"AVMovie", b"containsMovieFragments", {"retval": {"type": "Z"}})
|
|
6310
|
-
r(b"AVMovie", b"isCompatibleWithFileType:", {"retval": {"type":
|
|
6259
|
+
r(b"AVMovie", b"isCompatibleWithFileType:", {"retval": {"type": "Z"}})
|
|
6311
6260
|
r(
|
|
6312
6261
|
b"AVMovie",
|
|
6313
6262
|
b"loadTrackWithTrackID:completionHandler:",
|
|
@@ -9355,15 +9304,6 @@ try:
|
|
|
9355
9304
|
"arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
|
|
9356
9305
|
},
|
|
9357
9306
|
)
|
|
9358
|
-
r(
|
|
9359
|
-
b"NSObject",
|
|
9360
|
-
b"speechSynthesizer:willSpeakMarker:utterance:",
|
|
9361
|
-
{
|
|
9362
|
-
"required": False,
|
|
9363
|
-
"retval": {"type": b"v"},
|
|
9364
|
-
"arguments": {2: {"type": b"@"}, 3: {"type": b"@"}, 4: {"type": b"@"}},
|
|
9365
|
-
},
|
|
9366
|
-
)
|
|
9367
9307
|
r(
|
|
9368
9308
|
b"NSObject",
|
|
9369
9309
|
b"speechSynthesizer:willSpeakRangeOfSpeechString:utterance:",
|
|
@@ -9827,9 +9767,6 @@ try:
|
|
|
9827
9767
|
finally:
|
|
9828
9768
|
objc._updatingMetadata(False)
|
|
9829
9769
|
|
|
9830
|
-
objc.registerNewKeywordsFromSelector(
|
|
9831
|
-
"AVAUPresetEvent", b"initWithScope:element:dictionary:"
|
|
9832
|
-
)
|
|
9833
9770
|
objc.registerNewKeywordsFromSelector(
|
|
9834
9771
|
"AVAssetExportSession", b"initWithAsset:presetName:"
|
|
9835
9772
|
)
|
|
@@ -9916,9 +9853,6 @@ objc.registerNewKeywordsFromSelector("AVAudioFormat", b"initWithStreamDescriptio
|
|
|
9916
9853
|
objc.registerNewKeywordsFromSelector(
|
|
9917
9854
|
"AVAudioFormat", b"initWithStreamDescription:channelLayout:"
|
|
9918
9855
|
)
|
|
9919
|
-
objc.registerNewKeywordsFromSelector(
|
|
9920
|
-
"AVAudioPCMBuffer", b"initWithPCMFormat:bufferListNoCopy:deallocator:"
|
|
9921
|
-
)
|
|
9922
9856
|
objc.registerNewKeywordsFromSelector(
|
|
9923
9857
|
"AVAudioPCMBuffer", b"initWithPCMFormat:frameCapacity:"
|
|
9924
9858
|
)
|
|
@@ -10038,56 +9972,27 @@ objc.registerNewKeywordsFromSelector(
|
|
|
10038
9972
|
objc.registerNewKeywordsFromSelector(
|
|
10039
9973
|
"AVDelegatingPlaybackCoordinator", b"initWithPlaybackControlDelegate:"
|
|
10040
9974
|
)
|
|
10041
|
-
objc.registerNewKeywordsFromSelector(
|
|
10042
|
-
"AVExtendedNoteOnEvent", b"initWithMIDINote:velocity:groupID:duration:"
|
|
10043
|
-
)
|
|
10044
|
-
objc.registerNewKeywordsFromSelector(
|
|
10045
|
-
"AVExtendedNoteOnEvent", b"initWithMIDINote:velocity:instrumentID:groupID:duration:"
|
|
10046
|
-
)
|
|
10047
|
-
objc.registerNewKeywordsFromSelector("AVExtendedTempoEvent", b"initWithTempo:")
|
|
10048
9975
|
objc.registerNewKeywordsFromSelector(
|
|
10049
9976
|
"AVFragmentedAssetMinder", b"initWithAsset:mindingInterval:"
|
|
10050
9977
|
)
|
|
10051
9978
|
objc.registerNewKeywordsFromSelector(
|
|
10052
9979
|
"AVFragmentedMovieMinder", b"initWithMovie:mindingInterval:"
|
|
10053
9980
|
)
|
|
10054
|
-
objc.registerNewKeywordsFromSelector(
|
|
10055
|
-
"AVMIDIChannelPressureEvent", b"initWithChannel:pressure:"
|
|
10056
|
-
)
|
|
10057
|
-
objc.registerNewKeywordsFromSelector(
|
|
10058
|
-
"AVMIDIControlChangeEvent", b"initWithChannel:messageType:value:"
|
|
10059
|
-
)
|
|
10060
|
-
objc.registerNewKeywordsFromSelector("AVMIDIMetaEvent", b"initWithType:data:")
|
|
10061
|
-
objc.registerNewKeywordsFromSelector(
|
|
10062
|
-
"AVMIDINoteEvent", b"initWithChannel:key:velocity:duration:"
|
|
10063
|
-
)
|
|
10064
|
-
objc.registerNewKeywordsFromSelector("AVMIDIPitchBendEvent", b"initWithChannel:value:")
|
|
10065
9981
|
objc.registerNewKeywordsFromSelector(
|
|
10066
9982
|
"AVMIDIPlayer", b"initWithContentsOfURL:soundBankURL:error:"
|
|
10067
9983
|
)
|
|
10068
9984
|
objc.registerNewKeywordsFromSelector(
|
|
10069
9985
|
"AVMIDIPlayer", b"initWithData:soundBankURL:error:"
|
|
10070
9986
|
)
|
|
10071
|
-
objc.registerNewKeywordsFromSelector(
|
|
10072
|
-
"AVMIDIPolyPressureEvent", b"initWithChannel:key:pressure:"
|
|
10073
|
-
)
|
|
10074
|
-
objc.registerNewKeywordsFromSelector(
|
|
10075
|
-
"AVMIDIProgramChangeEvent", b"initWithChannel:programNumber:"
|
|
10076
|
-
)
|
|
10077
|
-
objc.registerNewKeywordsFromSelector("AVMIDISysexEvent", b"initWithData:")
|
|
10078
9987
|
objc.registerNewKeywordsFromSelector("AVMediaDataStorage", b"initWithURL:options:")
|
|
10079
9988
|
objc.registerNewKeywordsFromSelector("AVMovie", b"initWithData:options:")
|
|
10080
9989
|
objc.registerNewKeywordsFromSelector("AVMovie", b"initWithURL:options:")
|
|
10081
|
-
objc.registerNewKeywordsFromSelector("AVMusicUserEvent", b"initWithData:")
|
|
10082
9990
|
objc.registerNewKeywordsFromSelector("AVMutableCaptionRegion", b"initWithIdentifier:")
|
|
10083
9991
|
objc.registerNewKeywordsFromSelector("AVMutableMovie", b"initWithData:options:error:")
|
|
10084
9992
|
objc.registerNewKeywordsFromSelector(
|
|
10085
9993
|
"AVMutableMovie", b"initWithSettingsFromMovie:options:error:"
|
|
10086
9994
|
)
|
|
10087
9995
|
objc.registerNewKeywordsFromSelector("AVMutableMovie", b"initWithURL:options:error:")
|
|
10088
|
-
objc.registerNewKeywordsFromSelector(
|
|
10089
|
-
"AVParameterEvent", b"initWithParameterID:scope:element:value:"
|
|
10090
|
-
)
|
|
10091
9996
|
objc.registerNewKeywordsFromSelector("AVPlayer", b"initWithPlayerItem:")
|
|
10092
9997
|
objc.registerNewKeywordsFromSelector("AVPlayer", b"initWithURL:")
|
|
10093
9998
|
objc.registerNewKeywordsFromSelector(
|
|
@@ -10139,35 +10044,7 @@ objc.registerNewKeywordsFromSelector(
|
|
|
10139
10044
|
"AVSampleBufferGenerator", b"initWithAsset:timebase:"
|
|
10140
10045
|
)
|
|
10141
10046
|
objc.registerNewKeywordsFromSelector("AVSampleBufferRequest", b"initWithStartCursor:")
|
|
10142
|
-
objc.registerNewKeywordsFromSelector(
|
|
10143
|
-
"AVSpeechSynthesisMarker", b"initWithBookmarkName:atByteSampleOffset:"
|
|
10144
|
-
)
|
|
10145
|
-
objc.registerNewKeywordsFromSelector(
|
|
10146
|
-
"AVSpeechSynthesisMarker", b"initWithMarkerType:forTextRange:atByteSampleOffset:"
|
|
10147
|
-
)
|
|
10148
|
-
objc.registerNewKeywordsFromSelector(
|
|
10149
|
-
"AVSpeechSynthesisMarker", b"initWithParagraphRange:atByteSampleOffset:"
|
|
10150
|
-
)
|
|
10151
|
-
objc.registerNewKeywordsFromSelector(
|
|
10152
|
-
"AVSpeechSynthesisMarker", b"initWithPhonemeString:atByteSampleOffset:"
|
|
10153
|
-
)
|
|
10154
|
-
objc.registerNewKeywordsFromSelector(
|
|
10155
|
-
"AVSpeechSynthesisMarker", b"initWithSentenceRange:atByteSampleOffset:"
|
|
10156
|
-
)
|
|
10157
|
-
objc.registerNewKeywordsFromSelector(
|
|
10158
|
-
"AVSpeechSynthesisMarker", b"initWithWordRange:atByteSampleOffset:"
|
|
10159
|
-
)
|
|
10160
|
-
objc.registerNewKeywordsFromSelector(
|
|
10161
|
-
"AVSpeechSynthesisProviderRequest", b"initWithSSMLRepresentation:voice:"
|
|
10162
|
-
)
|
|
10163
|
-
objc.registerNewKeywordsFromSelector(
|
|
10164
|
-
"AVSpeechSynthesisProviderVoice",
|
|
10165
|
-
b"initWithName:identifier:primaryLanguages:supportedLanguages:",
|
|
10166
|
-
)
|
|
10167
10047
|
objc.registerNewKeywordsFromSelector("AVSpeechUtterance", b"initWithAttributedString:")
|
|
10168
|
-
objc.registerNewKeywordsFromSelector(
|
|
10169
|
-
"AVSpeechUtterance", b"initWithSSMLRepresentation:"
|
|
10170
|
-
)
|
|
10171
10048
|
objc.registerNewKeywordsFromSelector("AVSpeechUtterance", b"initWithString:")
|
|
10172
10049
|
objc.registerNewKeywordsFromSelector(
|
|
10173
10050
|
"AVTextStyleRule", b"initWithTextMarkupAttributes:"
|