objcjs-types 0.1.0 → 0.2.0
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.
- package/README.md +4 -3
- package/dist/AVFAudio/AVAudioApplication.d.ts +2 -2
- package/dist/AVFAudio/AVAudioChannelLayout.d.ts +6 -3
- package/dist/AVFAudio/AVAudioCompressedBuffer.d.ts +1 -1
- package/dist/AVFAudio/AVAudioConverter.d.ts +2 -2
- package/dist/AVFAudio/AVAudioEngine.d.ts +10 -10
- package/dist/AVFAudio/AVAudioEnvironmentNode.d.ts +3 -0
- package/dist/AVFAudio/AVAudioFile.d.ts +7 -7
- package/dist/AVFAudio/AVAudioFormat.d.ts +3 -0
- package/dist/AVFAudio/AVAudioIONode.d.ts +2 -2
- package/dist/AVFAudio/AVAudioInputNode.d.ts +5 -2
- package/dist/AVFAudio/AVAudioMixerNode.d.ts +3 -0
- package/dist/AVFAudio/AVAudioMixingDestination.d.ts +3 -0
- package/dist/AVFAudio/AVAudioNode.d.ts +2 -1
- package/dist/AVFAudio/AVAudioPCMBuffer.d.ts +4 -4
- package/dist/AVFAudio/AVAudioPlayer.d.ts +4 -4
- package/dist/AVFAudio/AVAudioPlayerNode.d.ts +12 -8
- package/dist/AVFAudio/AVAudioRecorder.d.ts +2 -2
- package/dist/AVFAudio/AVAudioRoutingArbiter.d.ts +1 -1
- package/dist/AVFAudio/AVAudioSequencer.d.ts +8 -8
- package/dist/AVFAudio/AVAudioSession.d.ts +28 -28
- package/dist/AVFAudio/AVAudioSessionChannelDescription.d.ts +1 -2
- package/dist/AVFAudio/AVAudioSessionDataSourceDescription.d.ts +1 -1
- package/dist/AVFAudio/AVAudioSessionPortDescription.d.ts +1 -1
- package/dist/AVFAudio/AVAudioSinkNode.d.ts +2 -1
- package/dist/AVFAudio/AVAudioSourceNode.d.ts +6 -2
- package/dist/AVFAudio/AVAudioUnit.d.ts +2 -2
- package/dist/AVFAudio/AVAudioUnitGenerator.d.ts +3 -0
- package/dist/AVFAudio/AVAudioUnitMIDIInstrument.d.ts +3 -0
- package/dist/AVFAudio/AVAudioUnitSampler.d.ts +3 -3
- package/dist/AVFAudio/AVMIDIPlayer.d.ts +3 -3
- package/dist/AVFAudio/AVMusicTrack.d.ts +3 -3
- package/dist/AVFAudio/AVSpeechSynthesisMarker.d.ts +3 -0
- package/dist/AVFAudio/AVSpeechSynthesisProviderAudioUnit.d.ts +3 -2
- package/dist/AVFAudio/AVSpeechSynthesisProviderRequest.d.ts +3 -0
- package/dist/AVFAudio/AVSpeechSynthesisProviderVoice.d.ts +3 -0
- package/dist/AVFAudio/AVSpeechSynthesisVoice.d.ts +3 -0
- package/dist/AVFAudio/AVSpeechSynthesizer.d.ts +2 -2
- package/dist/AVFAudio/AVSpeechUtterance.d.ts +3 -0
- package/dist/AVFAudio/index.js +74 -73
- package/dist/AVFoundation/AVAsset.d.ts +16 -13
- package/dist/AVFoundation/AVAssetCache.d.ts +2 -2
- package/dist/AVFoundation/AVAssetDownloadConfiguration.d.ts +1 -1
- package/dist/AVFoundation/AVAssetExportSession.d.ts +5 -5
- package/dist/AVFoundation/AVAssetImageGenerator.d.ts +3 -3
- package/dist/AVFoundation/AVAssetReader.d.ts +2 -2
- package/dist/AVFoundation/AVAssetReaderOutput.d.ts +3 -2
- package/dist/AVFoundation/AVAssetResourceLoader.d.ts +2 -3
- package/dist/AVFoundation/AVAssetResourceLoadingRequest.d.ts +2 -2
- package/dist/AVFoundation/AVAssetSegmentTrackReport.d.ts +3 -3
- package/dist/AVFoundation/AVAssetTrack.d.ts +11 -8
- package/dist/AVFoundation/AVAssetWriter.d.ts +7 -6
- package/dist/AVFoundation/AVAssetWriterInput.d.ts +9 -9
- package/dist/AVFoundation/AVAssetWriterInputPixelBufferAdaptor.d.ts +1 -1
- package/dist/AVFoundation/AVAssetWriterInputTaggedPixelBufferGroupAdaptor.d.ts +1 -1
- package/dist/AVFoundation/AVAsynchronousKeyValueLoading.d.ts +2 -2
- package/dist/AVFoundation/AVAsynchronousVideoCompositionRequest.d.ts +4 -4
- package/dist/AVFoundation/AVAudioMixInputParameters.d.ts +2 -2
- package/dist/AVFoundation/AVCaption.d.ts +10 -7
- package/dist/AVFoundation/AVCaptionConversionValidator.d.ts +1 -1
- package/dist/AVFoundation/AVCaptionFormatConformer.d.ts +1 -1
- package/dist/AVFoundation/AVCaptionRegion.d.ts +0 -4
- package/dist/AVFoundation/AVCaptionRuby.d.ts +3 -0
- package/dist/AVFoundation/AVCaptureAudioDataOutput.d.ts +7 -6
- package/dist/AVFoundation/AVCaptureAudioFileOutput.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureDataOutputSynchronizer.d.ts +2 -3
- package/dist/AVFoundation/AVCaptureDepthDataOutput.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureDeskViewApplication.d.ts +2 -2
- package/dist/AVFoundation/AVCaptureDevice.d.ts +14 -14
- package/dist/AVFoundation/AVCaptureDeviceDiscoverySession.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureDeviceFormat.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureDeviceInput.d.ts +4 -3
- package/dist/AVFoundation/AVCaptureIndexPicker.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureInputPort.d.ts +3 -2
- package/dist/AVFoundation/AVCaptureMetadataInput.d.ts +1 -1
- package/dist/AVFoundation/AVCaptureMetadataOutput.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureOutput.d.ts +2 -1
- package/dist/AVFoundation/AVCapturePhoto.d.ts +1 -1
- package/dist/AVFoundation/AVCapturePhotoBracketSettings.d.ts +3 -3
- package/dist/AVFoundation/AVCapturePhotoCaptureDelegate.d.ts +2 -2
- package/dist/AVFoundation/AVCapturePhotoFileDataRepresentationCustomizer.d.ts +1 -1
- package/dist/AVFoundation/AVCapturePhotoOutput.d.ts +10 -9
- package/dist/AVFoundation/AVCapturePhotoSettings.d.ts +7 -7
- package/dist/AVFoundation/AVCaptureSession.d.ts +6 -6
- package/dist/AVFoundation/AVCaptureSlider.d.ts +2 -1
- package/dist/AVFoundation/AVCaptureSmartFramingMonitor.d.ts +1 -1
- package/dist/AVFoundation/AVCaptureSpatialAudioMetadataSampleGenerator.d.ts +2 -2
- package/dist/AVFoundation/AVCaptureStillImageOutput.d.ts +3 -3
- package/dist/AVFoundation/AVCaptureSynchronizedDataCollection.d.ts +3 -0
- package/dist/AVFoundation/AVCaptureTimecodeGenerator.d.ts +2 -3
- package/dist/AVFoundation/AVCaptureVideoDataOutput.d.ts +10 -9
- package/dist/AVFoundation/AVComposition.d.ts +9 -8
- package/dist/AVFoundation/AVCompositionTrack.d.ts +2 -1
- package/dist/AVFoundation/AVCompositionTrackFormatDescriptionReplacement.d.ts +3 -0
- package/dist/AVFoundation/AVCompositionTrackSegment.d.ts +3 -4
- package/dist/AVFoundation/AVContentKeyRequest.d.ts +5 -5
- package/dist/AVFoundation/AVContentKeySession.d.ts +7 -7
- package/dist/AVFoundation/AVDelegatingPlaybackCoordinator.d.ts +1 -1
- package/dist/AVFoundation/AVDepthData.d.ts +6 -6
- package/dist/AVFoundation/AVExternalStorageDevice.d.ts +1 -1
- package/dist/AVFoundation/AVExternalSyncDevice.d.ts +1 -1
- package/dist/AVFoundation/AVFragmentedAsset.d.ts +10 -6
- package/dist/AVFoundation/AVFragmentedAssetMinder.d.ts +2 -2
- package/dist/AVFoundation/AVFragmentedMovie.d.ts +10 -6
- package/dist/AVFoundation/AVFrameRateRange.d.ts +2 -3
- package/dist/AVFoundation/AVMediaPresentationSetting.d.ts +1 -1
- package/dist/AVFoundation/AVMediaSelectionOption.d.ts +2 -2
- package/dist/AVFoundation/AVMetadataItem.d.ts +10 -10
- package/dist/AVFoundation/AVMetricContentKeyRequestEvent.d.ts +2 -1
- package/dist/AVFoundation/AVMetricEvent.d.ts +3 -0
- package/dist/AVFoundation/AVMetricEventStream.d.ts +1 -1
- package/dist/AVFoundation/AVMetricHLSMediaSegmentRequestEvent.d.ts +2 -1
- package/dist/AVFoundation/AVMetricHLSPlaylistRequestEvent.d.ts +2 -1
- package/dist/AVFoundation/AVMetricMediaRendition.d.ts +3 -0
- package/dist/AVFoundation/AVMovie.d.ts +10 -9
- package/dist/AVFoundation/AVMutableAudioMixInputParameters.d.ts +2 -2
- package/dist/AVFoundation/AVMutableComposition.d.ts +10 -9
- package/dist/AVFoundation/AVMutableCompositionTrack.d.ts +6 -6
- package/dist/AVFoundation/AVMutableMetadataItem.d.ts +4 -4
- package/dist/AVFoundation/AVMutableMovie.d.ts +19 -18
- package/dist/AVFoundation/AVMutableMovieTrack.d.ts +5 -5
- package/dist/AVFoundation/AVMutableVideoComposition.d.ts +7 -7
- package/dist/AVFoundation/AVMutableVideoCompositionLayerInstruction.d.ts +2 -3
- package/dist/AVFoundation/AVOutputSettingsAssistant.d.ts +6 -5
- package/dist/AVFoundation/AVPersistableContentKeyRequest.d.ts +1 -1
- package/dist/AVFoundation/AVPlayer.d.ts +7 -7
- package/dist/AVFoundation/AVPlayerItem.d.ts +7 -5
- package/dist/AVFoundation/AVPlayerItemIntegratedTimeline.d.ts +4 -4
- package/dist/AVFoundation/AVPlayerItemIntegratedTimelineSnapshot.d.ts +1 -1
- package/dist/AVFoundation/AVPlayerItemLegibleOutput.d.ts +3 -3
- package/dist/AVFoundation/AVPlayerItemMetadataCollector.d.ts +3 -3
- package/dist/AVFoundation/AVPlayerItemMetadataOutput.d.ts +3 -3
- package/dist/AVFoundation/AVPlayerItemRenderedLegibleOutput.d.ts +3 -3
- package/dist/AVFoundation/AVPlayerItemVideoOutput.d.ts +4 -3
- package/dist/AVFoundation/AVPlayerLayer.d.ts +1 -1
- package/dist/AVFoundation/AVPlayerPlaybackCoordinator.d.ts +1 -1
- package/dist/AVFoundation/AVPlayerVideoOutput.d.ts +1 -1
- package/dist/AVFoundation/AVPortraitEffectsMatte.d.ts +5 -5
- package/dist/AVFoundation/AVQueuedSampleBufferRendering.d.ts +2 -1
- package/dist/AVFoundation/AVSampleBufferAudioRenderer.d.ts +3 -0
- package/dist/AVFoundation/AVSampleBufferDisplayLayer.d.ts +5 -4
- package/dist/AVFoundation/AVSampleBufferGenerator.d.ts +5 -5
- package/dist/AVFoundation/AVSampleBufferGeneratorBatch.d.ts +1 -1
- package/dist/AVFoundation/AVSampleBufferRenderSynchronizer.d.ts +4 -4
- package/dist/AVFoundation/AVSampleBufferVideoRenderer.d.ts +6 -3
- package/dist/AVFoundation/AVSampleCursor.d.ts +2 -2
- package/dist/AVFoundation/AVSemanticSegmentationMatte.d.ts +5 -5
- package/dist/AVFoundation/AVSpatialVideoConfiguration.d.ts +3 -2
- package/dist/AVFoundation/AVTimedMetadataGroup.d.ts +1 -1
- package/dist/AVFoundation/AVURLAsset.d.ts +5 -1
- package/dist/AVFoundation/AVVideoComposition.d.ts +5 -5
- package/dist/AVFoundation/AVVideoCompositionCoreAnimationTool.d.ts +1 -2
- package/dist/AVFoundation/AVVideoCompositionInstruction.d.ts +4 -1
- package/dist/AVFoundation/AVVideoCompositionLayerInstruction.d.ts +7 -4
- package/dist/AVFoundation/AVVideoCompositionRenderContext.d.ts +1 -1
- package/dist/AVFoundation/index.js +269 -268
- package/dist/AVKit/AVPlayerView.d.ts +1 -1
- package/dist/AVKit/index.js +7 -6
- package/dist/AVRouting/AVCustomDeviceRoute.d.ts +1 -2
- package/dist/AVRouting/index.js +7 -6
- package/dist/Accessibility/AXBrailleMap.d.ts +3 -0
- package/dist/Accessibility/AXBrailleTable.d.ts +3 -0
- package/dist/Accessibility/AXBrailleTranslationResult.d.ts +3 -0
- package/dist/Accessibility/AXChartDescriptor.d.ts +6 -6
- package/dist/Accessibility/AXCustomContent.d.ts +3 -0
- package/dist/Accessibility/AXCustomContentProvider.d.ts +2 -2
- package/dist/Accessibility/AXRequest.d.ts +3 -0
- package/dist/Accessibility/index.js +29 -28
- package/dist/AccessorySetupKit/ASAccessory.d.ts +1 -2
- package/dist/AccessorySetupKit/ASAccessorySession.d.ts +10 -10
- package/dist/AccessorySetupKit/ASDiscoveryDescriptor.d.ts +2 -3
- package/dist/AccessorySetupKit/ASPickerDisplaySettings.d.ts +2 -3
- package/dist/AccessorySetupKit/index.js +12 -11
- package/dist/Accounts/index.js +5 -4
- package/dist/AdServices/AAAttribution.d.ts +1 -1
- package/dist/AdServices/index.js +2 -1
- package/dist/AdSupport/index.js +2 -1
- package/dist/AddressBook/ABGroup.d.ts +2 -2
- package/dist/AddressBook/ABMultiValue.d.ts +4 -1
- package/dist/AddressBook/ABPerson.d.ts +2 -2
- package/dist/AddressBook/ABSearchElement.d.ts +1 -2
- package/dist/AddressBook/index.js +11 -10
- package/dist/AppKit/NSATSTypesetter.d.ts +1 -1
- package/dist/AppKit/NSAccessibility.d.ts +3 -3
- package/dist/AppKit/NSAccessibilityCustomAction.d.ts +9 -4
- package/dist/AppKit/NSAccessibilityCustomRotorItemResult.d.ts +13 -3
- package/dist/AppKit/NSAccessibilityElement.d.ts +2 -2
- package/dist/AppKit/NSAccessibilityElementLoading.d.ts +13 -3
- package/dist/AppKit/NSAccessibilitySlider.d.ts +1 -1
- package/dist/AppKit/NSAccessibilityStepper.d.ts +1 -1
- package/dist/AppKit/NSAccessibilityTable.d.ts +4 -5
- package/dist/AppKit/NSActionCell.d.ts +2 -2
- package/dist/AppKit/NSAdaptiveImageGlyph.d.ts +3 -0
- package/dist/AppKit/NSAlert.d.ts +4 -4
- package/dist/AppKit/NSAlignmentFeedbackFilter.d.ts +3 -2
- package/dist/AppKit/NSAnimatablePropertyContainer.d.ts +2 -1
- package/dist/AppKit/NSAnimation.d.ts +3 -1
- package/dist/AppKit/NSAnimationContext.d.ts +1 -1
- package/dist/AppKit/NSApplication.d.ts +37 -32
- package/dist/AppKit/NSApplicationDelegate.d.ts +1 -1
- package/dist/AppKit/NSArrayController.d.ts +5 -5
- package/dist/AppKit/NSBezierPath.d.ts +7 -4
- package/dist/AppKit/NSBindingSelectionMarker.d.ts +2 -2
- package/dist/AppKit/NSBitmapImageRep.d.ts +8 -8
- package/dist/AppKit/NSBrowser.d.ts +14 -16
- package/dist/AppKit/NSBrowserDelegate.d.ts +8 -8
- package/dist/AppKit/NSButton.d.ts +8 -5
- package/dist/AppKit/NSButtonCell.d.ts +1 -1
- package/dist/AppKit/NSButtonTouchBarItem.d.ts +5 -5
- package/dist/AppKit/NSCandidateListTouchBarItem.d.ts +2 -1
- package/dist/AppKit/NSCell.d.ts +20 -16
- package/dist/AppKit/NSChangeSpelling.d.ts +1 -1
- package/dist/AppKit/NSCollectionLayoutGroup.d.ts +2 -1
- package/dist/AppKit/NSCollectionLayoutSection.d.ts +3 -2
- package/dist/AppKit/NSCollectionView.d.ts +17 -12
- package/dist/AppKit/NSCollectionViewCompositionalLayout.d.ts +3 -2
- package/dist/AppKit/NSCollectionViewDataSource.d.ts +2 -1
- package/dist/AppKit/NSCollectionViewDelegate.d.ts +9 -5
- package/dist/AppKit/NSCollectionViewDiffableDataSource.d.ts +7 -4
- package/dist/AppKit/NSCollectionViewItem.d.ts +3 -0
- package/dist/AppKit/NSCollectionViewLayout.d.ts +16 -12
- package/dist/AppKit/NSCollectionViewLayoutAttributes.d.ts +2 -2
- package/dist/AppKit/NSCollectionViewLayoutInvalidationContext.d.ts +6 -5
- package/dist/AppKit/NSCollectionViewTransitionLayout.d.ts +3 -2
- package/dist/AppKit/NSColor.d.ts +9 -4
- package/dist/AppKit/NSColorList.d.ts +4 -1
- package/dist/AppKit/NSColorPanel.d.ts +1 -1
- package/dist/AppKit/NSColorPicker.d.ts +1 -1
- package/dist/AppKit/NSColorPickerTouchBarItem.d.ts +2 -2
- package/dist/AppKit/NSColorPickingDefault.d.ts +2 -2
- package/dist/AppKit/NSColorSampler.d.ts +1 -1
- package/dist/AppKit/NSColorSpace.d.ts +3 -0
- package/dist/AppKit/NSColorWell.d.ts +1 -1
- package/dist/AppKit/NSComboBox.d.ts +2 -2
- package/dist/AppKit/NSComboBoxCell.d.ts +2 -2
- package/dist/AppKit/NSComboBoxDataSource.d.ts +1 -1
- package/dist/AppKit/NSComboButton.d.ts +3 -3
- package/dist/AppKit/NSControl.d.ts +17 -17
- package/dist/AppKit/NSControlTextEditingDelegate.d.ts +1 -1
- package/dist/AppKit/NSController.d.ts +1 -1
- package/dist/AppKit/NSCursor.d.ts +2 -1
- package/dist/AppKit/NSCustomImageRep.d.ts +1 -1
- package/dist/AppKit/NSDataAsset.d.ts +3 -3
- package/dist/AppKit/NSDatePickerCellDelegate.d.ts +1 -1
- package/dist/AppKit/NSDictionaryControllerKeyValuePair.d.ts +2 -2
- package/dist/AppKit/NSDiffableDataSourceSnapshot.d.ts +1 -1
- package/dist/AppKit/NSDockTile.d.ts +1 -1
- package/dist/AppKit/NSDocument.d.ts +69 -64
- package/dist/AppKit/NSDocumentController.d.ts +30 -26
- package/dist/AppKit/NSDraggingImageComponent.d.ts +2 -2
- package/dist/AppKit/NSDraggingItem.d.ts +3 -3
- package/dist/AppKit/NSDrawer.d.ts +6 -3
- package/dist/AppKit/NSEditor.d.ts +2 -2
- package/dist/AppKit/NSEvent.d.ts +6 -3
- package/dist/AppKit/NSFilePromiseProvider.d.ts +5 -2
- package/dist/AppKit/NSFilePromiseProviderDelegate.d.ts +1 -1
- package/dist/AppKit/NSFilePromiseReceiver.d.ts +4 -1
- package/dist/AppKit/NSFont.d.ts +3 -0
- package/dist/AppKit/NSFontAssetRequest.d.ts +1 -1
- package/dist/AppKit/NSFontCollection.d.ts +6 -3
- package/dist/AppKit/NSFontDescriptor.d.ts +4 -1
- package/dist/AppKit/NSFontManager.d.ts +11 -8
- package/dist/AppKit/NSGestureRecognizer.d.ts +3 -3
- package/dist/AppKit/NSGlyphGenerator.d.ts +1 -1
- package/dist/AppKit/NSGlyphInfo.d.ts +3 -0
- package/dist/AppKit/NSGradient.d.ts +2 -2
- package/dist/AppKit/NSGridCell.d.ts +3 -0
- package/dist/AppKit/NSGridColumn.d.ts +3 -0
- package/dist/AppKit/NSGridRow.d.ts +3 -0
- package/dist/AppKit/NSGridView.d.ts +1 -2
- package/dist/AppKit/NSHelpManager.d.ts +2 -2
- package/dist/AppKit/NSIgnoreMisspelledWords.d.ts +1 -1
- package/dist/AppKit/NSImage.d.ts +7 -1
- package/dist/AppKit/NSImageRep.d.ts +5 -5
- package/dist/AppKit/NSImageSymbolConfiguration.d.ts +3 -0
- package/dist/AppKit/NSImageView.d.ts +3 -0
- package/dist/AppKit/NSInputManager.d.ts +5 -2
- package/dist/AppKit/NSInputServer.d.ts +4 -0
- package/dist/AppKit/NSInputServiceProvider.d.ts +6 -6
- package/dist/AppKit/NSLayoutAnchor.d.ts +3 -0
- package/dist/AppKit/NSLayoutConstraint.d.ts +6 -3
- package/dist/AppKit/NSLayoutGuide.d.ts +3 -0
- package/dist/AppKit/NSLayoutManager.d.ts +29 -29
- package/dist/AppKit/NSLayoutManagerDelegate.d.ts +1 -1
- package/dist/AppKit/NSMatrix.d.ts +9 -7
- package/dist/AppKit/NSMediaLibraryBrowserController.d.ts +1 -1
- package/dist/AppKit/NSMenu.d.ts +12 -6
- package/dist/AppKit/NSMenuDelegate.d.ts +1 -1
- package/dist/AppKit/NSMenuItem.d.ts +8 -4
- package/dist/AppKit/NSMovie.d.ts +1 -1
- package/dist/AppKit/NSNib.d.ts +4 -1
- package/dist/AppKit/NSNibConnector.d.ts +7 -4
- package/dist/AppKit/NSObjectController.d.ts +7 -7
- package/dist/AppKit/NSOpenGLContext.d.ts +14 -11
- package/dist/AppKit/NSOpenGLPixelBuffer.d.ts +8 -8
- package/dist/AppKit/NSOpenGLPixelFormat.d.ts +8 -5
- package/dist/AppKit/NSOpenPanel.d.ts +2 -2
- package/dist/AppKit/NSOpenSavePanelDelegate.d.ts +2 -2
- package/dist/AppKit/NSOutlineView.d.ts +18 -18
- package/dist/AppKit/NSOutlineViewDataSource.d.ts +14 -10
- package/dist/AppKit/NSOutlineViewDelegate.d.ts +1 -1
- package/dist/AppKit/NSPDFInfo.d.ts +3 -0
- package/dist/AppKit/NSPageController.d.ts +6 -3
- package/dist/AppKit/NSPageControllerDelegate.d.ts +5 -4
- package/dist/AppKit/NSPageLayout.d.ts +2 -2
- package/dist/AppKit/NSParagraphStyle.d.ts +3 -0
- package/dist/AppKit/NSPasteboard.d.ts +7 -7
- package/dist/AppKit/NSPasteboardItem.d.ts +8 -4
- package/dist/AppKit/NSPasteboardReading.d.ts +1 -1
- package/dist/AppKit/NSPasteboardWriting.d.ts +1 -1
- package/dist/AppKit/NSPathCell.d.ts +4 -0
- package/dist/AppKit/NSPersistentDocument.d.ts +5 -5
- package/dist/AppKit/NSPickerTouchBarItem.d.ts +4 -4
- package/dist/AppKit/NSPopUpButton.d.ts +3 -3
- package/dist/AppKit/NSPopUpButtonCell.d.ts +5 -2
- package/dist/AppKit/NSPopover.d.ts +4 -1
- package/dist/AppKit/NSPopoverTouchBarItem.d.ts +2 -2
- package/dist/AppKit/NSPredicateEditorRowTemplate.d.ts +3 -0
- package/dist/AppKit/NSPreviewRepresentingActivityItem.d.ts +3 -0
- package/dist/AppKit/NSPrintOperation.d.ts +1 -1
- package/dist/AppKit/NSPrintPanel.d.ts +4 -4
- package/dist/AppKit/NSPrintPanelAccessorizing.d.ts +2 -2
- package/dist/AppKit/NSPrinter.d.ts +3 -0
- package/dist/AppKit/NSProgressIndicator.d.ts +3 -3
- package/dist/AppKit/NSResponder.d.ts +12 -8
- package/dist/AppKit/NSRuleEditor.d.ts +1 -1
- package/dist/AppKit/NSRuleEditorDelegate.d.ts +2 -2
- package/dist/AppKit/NSSavePanel.d.ts +4 -4
- package/dist/AppKit/NSScreen.d.ts +1 -1
- package/dist/AppKit/NSScrollView.d.ts +2 -2
- package/dist/AppKit/NSScrubber.d.ts +2 -2
- package/dist/AppKit/NSSearchField.d.ts +3 -2
- package/dist/AppKit/NSSearchFieldCell.d.ts +2 -2
- package/dist/AppKit/NSSegmentedControl.d.ts +2 -2
- package/dist/AppKit/NSSeguePerforming.d.ts +4 -3
- package/dist/AppKit/NSShadow.d.ts +3 -0
- package/dist/AppKit/NSSharingCollaborationModeRestriction.d.ts +3 -0
- package/dist/AppKit/NSSlider.d.ts +2 -2
- package/dist/AppKit/NSSliderAccessory.d.ts +4 -0
- package/dist/AppKit/NSSliderAccessoryBehavior.d.ts +4 -1
- package/dist/AppKit/NSSliderTouchBarItem.d.ts +2 -2
- package/dist/AppKit/NSSound.d.ts +7 -2
- package/dist/AppKit/NSSpeechSynthesizer.d.ts +2 -2
- package/dist/AppKit/NSSpellChecker.d.ts +6 -6
- package/dist/AppKit/NSSplitView.d.ts +5 -3
- package/dist/AppKit/NSSplitViewController.d.ts +2 -2
- package/dist/AppKit/NSSplitViewItem.d.ts +4 -0
- package/dist/AppKit/NSSplitViewItemAccessoryViewController.d.ts +3 -0
- package/dist/AppKit/NSStandardKeyBindingResponding.d.ts +94 -94
- package/dist/AppKit/NSStatusItem.d.ts +3 -3
- package/dist/AppKit/NSStepperTouchBarItem.d.ts +2 -2
- package/dist/AppKit/NSStoryboard.d.ts +3 -3
- package/dist/AppKit/NSStoryboardSegue.d.ts +4 -3
- package/dist/AppKit/NSTabView.d.ts +7 -6
- package/dist/AppKit/NSTabViewItem.d.ts +6 -3
- package/dist/AppKit/NSTableCellView.d.ts +2 -2
- package/dist/AppKit/NSTableHeaderView.d.ts +3 -0
- package/dist/AppKit/NSTableRowView.d.ts +4 -1
- package/dist/AppKit/NSTableView.d.ts +11 -6
- package/dist/AppKit/NSTableViewDataSource.d.ts +8 -4
- package/dist/AppKit/NSTableViewDiffableDataSource.d.ts +11 -8
- package/dist/AppKit/NSText.d.ts +24 -20
- package/dist/AppKit/NSTextAlternatives.d.ts +3 -0
- package/dist/AppKit/NSTextAttachment.d.ts +6 -1
- package/dist/AppKit/NSTextBlock.d.ts +3 -0
- package/dist/AppKit/NSTextCheckingClient.d.ts +2 -2
- package/dist/AppKit/NSTextCheckingController.d.ts +7 -7
- package/dist/AppKit/NSTextContainer.d.ts +5 -2
- package/dist/AppKit/NSTextContentManager.d.ts +4 -1
- package/dist/AppKit/NSTextContentStorage.d.ts +3 -0
- package/dist/AppKit/NSTextElementProvider.d.ts +1 -1
- package/dist/AppKit/NSTextField.d.ts +5 -1
- package/dist/AppKit/NSTextFinder.d.ts +4 -2
- package/dist/AppKit/NSTextInputClient.d.ts +2 -2
- package/dist/AppKit/NSTextInputContext.d.ts +5 -4
- package/dist/AppKit/NSTextInsertionIndicator.d.ts +2 -2
- package/dist/AppKit/NSTextLayoutManager.d.ts +7 -4
- package/dist/AppKit/NSTextSelectionDataSource.d.ts +1 -1
- package/dist/AppKit/NSTextSelectionNavigation.d.ts +2 -1
- package/dist/AppKit/NSTextStorage.d.ts +2 -1
- package/dist/AppKit/NSTextTab.d.ts +4 -0
- package/dist/AppKit/NSTextView.d.ts +56 -47
- package/dist/AppKit/NSTextViewDelegate.d.ts +1 -1
- package/dist/AppKit/NSTintConfiguration.d.ts +3 -0
- package/dist/AppKit/NSTitlebarAccessoryViewController.d.ts +4 -0
- package/dist/AppKit/NSTokenFieldCellDelegate.d.ts +1 -1
- package/dist/AppKit/NSTokenFieldDelegate.d.ts +2 -2
- package/dist/AppKit/NSToolbar.d.ts +3 -2
- package/dist/AppKit/NSToolbarItem.d.ts +5 -2
- package/dist/AppKit/NSToolbarItemGroup.d.ts +2 -2
- package/dist/AppKit/NSTouch.d.ts +1 -1
- package/dist/AppKit/NSTouchBar.d.ts +4 -3
- package/dist/AppKit/NSTrackingArea.d.ts +5 -2
- package/dist/AppKit/NSTreeController.d.ts +8 -8
- package/dist/AppKit/NSTreeNode.d.ts +3 -3
- package/dist/AppKit/NSTypesetter.d.ts +3 -3
- package/dist/AppKit/NSUserDefaultsController.d.ts +3 -3
- package/dist/AppKit/NSView.d.ts +12 -5
- package/dist/AppKit/NSViewAnimation.d.ts +4 -4
- package/dist/AppKit/NSViewController.d.ts +10 -5
- package/dist/AppKit/NSWindow.d.ts +57 -49
- package/dist/AppKit/NSWindowController.d.ts +13 -9
- package/dist/AppKit/NSWindowDelegate.d.ts +2 -2
- package/dist/AppKit/NSWindowTabGroup.d.ts +2 -1
- package/dist/AppKit/NSWorkspace.d.ts +21 -21
- package/dist/AppKit/NSWorkspaceOpenConfiguration.d.ts +2 -3
- package/dist/AppKit/NSWritingToolsCoordinatorAnimationParameters.d.ts +4 -4
- package/dist/AppKit/NSWritingToolsCoordinatorDelegate.d.ts +3 -3
- package/dist/AppKit/index.js +317 -316
- package/dist/AppTrackingTransparency/index.js +2 -1
- package/dist/AppleScriptKit/index.js +2 -1
- package/dist/AudioToolbox/AUAudioUnit.d.ts +26 -26
- package/dist/AudioToolbox/AUAudioUnitBus.d.ts +4 -4
- package/dist/AudioToolbox/AUAudioUnitBusArray.d.ts +4 -1
- package/dist/AudioToolbox/AUAudioUnitFactory.d.ts +1 -1
- package/dist/AudioToolbox/AUAudioUnitPreset.d.ts +3 -0
- package/dist/AudioToolbox/AUMessageChannel.d.ts +2 -2
- package/dist/AudioToolbox/AUParameter.d.ts +13 -10
- package/dist/AudioToolbox/AUParameterGroup.d.ts +3 -0
- package/dist/AudioToolbox/AUParameterTree.d.ts +4 -4
- package/dist/AudioToolbox/index.js +10 -9
- package/dist/AudioVideoBridging/AVB17221ACMPInterface.d.ts +2 -2
- package/dist/AudioVideoBridging/AVB17221AECPInterface.d.ts +3 -3
- package/dist/AudioVideoBridging/AVB17221EntityDiscovery.d.ts +5 -5
- package/dist/AudioVideoBridging/index.js +18 -17
- package/dist/AuthenticationServices/ASAccountAuthenticationModificationControllerPresentationContextProviding.d.ts +2 -2
- package/dist/AuthenticationServices/ASAccountAuthenticationModificationExtensionContext.d.ts +1 -1
- package/dist/AuthenticationServices/ASAuthorization.d.ts +13 -4
- package/dist/AuthenticationServices/ASAuthorizationAppleIDProvider.d.ts +4 -1
- package/dist/AuthenticationServices/ASAuthorizationControllerPresentationContextProviding.d.ts +2 -2
- package/dist/AuthenticationServices/ASAuthorizationOpenIDRequest.d.ts +2 -3
- package/dist/AuthenticationServices/ASAuthorizationPasswordProvider.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.d.ts +4 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialProvider.d.ts +4 -0
- package/dist/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionAuthorizationRequest.d.ts +2 -2
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginConfiguration.d.ts +14 -13
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionLoginManager.d.ts +8 -8
- package/dist/AuthenticationServices/ASAuthorizationProviderExtensionUserLoginConfiguration.d.ts +4 -4
- package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest.d.ts +3 -3
- package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobRegistrationOutput.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationPublicKeyCredentialParameters.d.ts +5 -3
- package/dist/AuthenticationServices/ASAuthorizationRequest.d.ts +9 -2
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialProvider.d.ts +4 -0
- package/dist/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASAuthorizationSingleSignOnProvider.d.ts +3 -0
- package/dist/AuthenticationServices/ASCredentialIdentityStore.d.ts +7 -7
- package/dist/AuthenticationServices/ASCredentialProviderExtensionContext.d.ts +6 -6
- package/dist/AuthenticationServices/ASCredentialRequest.d.ts +4 -2
- package/dist/AuthenticationServices/ASCredentialServiceIdentifier.d.ts +3 -0
- package/dist/AuthenticationServices/ASGeneratePasswordsRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASGeneratedPassword.d.ts +3 -0
- package/dist/AuthenticationServices/ASOneTimeCodeCredentialIdentity.d.ts +4 -0
- package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionInput.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyCredentialIdentity.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyCredentialRequestParameters.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionInput.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasskeyRegistrationCredentialExtensionOutput.d.ts +3 -0
- package/dist/AuthenticationServices/ASPasswordCredentialIdentity.d.ts +3 -0
- package/dist/AuthenticationServices/ASSavePasswordRequest.d.ts +3 -0
- package/dist/AuthenticationServices/ASSettingsHelper.d.ts +2 -2
- package/dist/AuthenticationServices/ASWebAuthenticationPresentationContextProviding.d.ts +2 -2
- package/dist/AuthenticationServices/ASWebAuthenticationSessionRequest.d.ts +3 -0
- package/dist/AuthenticationServices/index.js +79 -78
- package/dist/AutomaticAssessmentConfiguration/index.js +5 -4
- package/dist/Automator/AMAction.d.ts +11 -11
- package/dist/Automator/AMBundleAction.d.ts +4 -1
- package/dist/Automator/AMWorkflow.d.ts +8 -8
- package/dist/Automator/index.js +9 -8
- package/dist/BackgroundAssets/BAAppExtensionInfo.d.ts +3 -0
- package/dist/BackgroundAssets/BAAssetPackManager.d.ts +9 -9
- package/dist/BackgroundAssets/BAAssetPackManifest.d.ts +2 -2
- package/dist/BackgroundAssets/BADownload.d.ts +5 -2
- package/dist/BackgroundAssets/BADownloadManager.d.ts +7 -7
- package/dist/BackgroundAssets/BADownloadManagerDelegate.d.ts +1 -1
- package/dist/BackgroundAssets/BADownloaderExtension.d.ts +1 -1
- package/dist/BackgroundAssets/BAURLDownload.d.ts +2 -3
- package/dist/BackgroundAssets/index.js +8 -7
- package/dist/BackgroundTasks/BGContinuedProcessingTask.d.ts +3 -0
- package/dist/BackgroundTasks/BGTask.d.ts +2 -2
- package/dist/BackgroundTasks/BGTaskScheduler.d.ts +2 -2
- package/dist/BackgroundTasks/index.js +12 -11
- package/dist/BrowserEngineCore/BEAudioSession.d.ts +1 -1
- package/dist/BrowserEngineCore/index.js +2 -1
- package/dist/BrowserEngineKit/BEAccessibilityTextMarker.d.ts +3 -0
- package/dist/BrowserEngineKit/BEAccessibilityTextMarkerRange.d.ts +3 -0
- package/dist/BrowserEngineKit/BEDownloadMonitor.d.ts +3 -3
- package/dist/BrowserEngineKit/BEExtensionProcess.d.ts +2 -1
- package/dist/BrowserEngineKit/BELayerHierarchy.d.ts +1 -1
- package/dist/BrowserEngineKit/BELayerHierarchyHandle.d.ts +4 -1
- package/dist/BrowserEngineKit/BELayerHierarchyHostingTransactionCoordinator.d.ts +5 -2
- package/dist/BrowserEngineKit/BEMediaEnvironment.d.ts +3 -3
- package/dist/BrowserEngineKit/BENetworkingProcess.d.ts +5 -5
- package/dist/BrowserEngineKit/BEProcessCapability.d.ts +1 -1
- package/dist/BrowserEngineKit/BERenderingProcess.d.ts +5 -5
- package/dist/BrowserEngineKit/BEWebContentFilter.d.ts +2 -2
- package/dist/BrowserEngineKit/BEWebContentProcess.d.ts +5 -5
- package/dist/BrowserEngineKit/index.js +19 -18
- package/dist/BusinessChat/index.js +3 -2
- package/dist/CalendarStore/CalTask.d.ts +2 -2
- package/dist/CalendarStore/index.js +11 -10
- package/dist/CallKit/CXCallController.d.ts +4 -4
- package/dist/CallKit/CXCallDirectoryExtensionContext.d.ts +5 -5
- package/dist/CallKit/CXCallDirectoryManager.d.ts +3 -3
- package/dist/CallKit/CXCallObserver.d.ts +1 -2
- package/dist/CallKit/CXHandle.d.ts +3 -0
- package/dist/CallKit/CXProvider.d.ts +3 -3
- package/dist/CallKit/CXTransaction.d.ts +3 -0
- package/dist/CallKit/index.js +22 -21
- package/dist/Cinematic/CNAssetInfo.d.ts +1 -1
- package/dist/Cinematic/CNAssetSpatialAudioInfo.d.ts +1 -1
- package/dist/Cinematic/CNCompositionInfo.d.ts +1 -1
- package/dist/Cinematic/CNDecision.d.ts +4 -5
- package/dist/Cinematic/CNDetection.d.ts +4 -4
- package/dist/Cinematic/CNDetectionTrack.d.ts +2 -3
- package/dist/Cinematic/CNRenderingSessionAttributes.d.ts +1 -1
- package/dist/Cinematic/CNScript.d.ts +3 -3
- package/dist/Cinematic/CNScriptFrame.d.ts +2 -3
- package/dist/Cinematic/index.js +17 -16
- package/dist/ClassKit/CLSContext.d.ts +1 -1
- package/dist/ClassKit/CLSContextProvider.d.ts +1 -1
- package/dist/ClassKit/CLSDataStore.d.ts +4 -4
- package/dist/ClassKit/CLSObject.d.ts +3 -0
- package/dist/ClassKit/index.js +10 -9
- package/dist/CloudKit/CKAcceptSharesOperation.d.ts +4 -4
- package/dist/CloudKit/CKAllowedSharingOptions.d.ts +3 -0
- package/dist/CloudKit/CKAsset.d.ts +3 -0
- package/dist/CloudKit/CKContainer.d.ts +13 -13
- package/dist/CloudKit/CKDatabase.d.ts +13 -12
- package/dist/CloudKit/CKDatabaseSubscription.d.ts +4 -4
- package/dist/CloudKit/CKDiscoverAllUserIdentitiesOperation.d.ts +4 -4
- package/dist/CloudKit/CKDiscoverUserIdentitiesOperation.d.ts +4 -4
- package/dist/CloudKit/CKFetchDatabaseChangesOperation.d.ts +12 -12
- package/dist/CloudKit/CKFetchRecordChangesOperation.d.ts +6 -6
- package/dist/CloudKit/CKFetchRecordZoneChangesConfiguration.d.ts +3 -0
- package/dist/CloudKit/CKFetchRecordZoneChangesOperation.d.ts +12 -12
- package/dist/CloudKit/CKFetchRecordZoneChangesOptions.d.ts +3 -0
- package/dist/CloudKit/CKFetchRecordZonesOperation.d.ts +4 -4
- package/dist/CloudKit/CKFetchRecordsOperation.d.ts +6 -6
- package/dist/CloudKit/CKFetchShareMetadataOperation.d.ts +4 -4
- package/dist/CloudKit/CKFetchShareParticipantsOperation.d.ts +6 -6
- package/dist/CloudKit/CKFetchSubscriptionsOperation.d.ts +4 -4
- package/dist/CloudKit/CKFetchWebAuthTokenOperation.d.ts +2 -2
- package/dist/CloudKit/CKModifyRecordZonesOperation.d.ts +6 -6
- package/dist/CloudKit/CKModifyRecordsOperation.d.ts +10 -10
- package/dist/CloudKit/CKModifySubscriptionsOperation.d.ts +6 -6
- package/dist/CloudKit/CKNotification.d.ts +1 -1
- package/dist/CloudKit/CKNotificationID.d.ts +3 -0
- package/dist/CloudKit/CKNotificationInfo.d.ts +3 -0
- package/dist/CloudKit/CKOperation.d.ts +4 -3
- package/dist/CloudKit/CKQuery.d.ts +3 -3
- package/dist/CloudKit/CKQueryCursor.d.ts +3 -0
- package/dist/CloudKit/CKQueryOperation.d.ts +6 -6
- package/dist/CloudKit/CKQuerySubscription.d.ts +4 -4
- package/dist/CloudKit/CKRecord.d.ts +13 -11
- package/dist/CloudKit/CKRecordID.d.ts +3 -0
- package/dist/CloudKit/CKRecordKeyValueSetting.d.ts +7 -5
- package/dist/CloudKit/CKRecordZone.d.ts +3 -0
- package/dist/CloudKit/CKRecordZoneID.d.ts +3 -0
- package/dist/CloudKit/CKRecordZoneSubscription.d.ts +4 -4
- package/dist/CloudKit/CKReference.d.ts +4 -0
- package/dist/CloudKit/CKServerChangeToken.d.ts +3 -0
- package/dist/CloudKit/CKShareAccessRequester.d.ts +3 -0
- package/dist/CloudKit/CKShareBlockedIdentity.d.ts +3 -0
- package/dist/CloudKit/CKShareMetadata.d.ts +3 -0
- package/dist/CloudKit/CKShareParticipant.d.ts +3 -0
- package/dist/CloudKit/CKShareRequestAccessOperation.d.ts +4 -4
- package/dist/CloudKit/CKSubscription.d.ts +5 -2
- package/dist/CloudKit/CKSyncEngine.d.ts +5 -5
- package/dist/CloudKit/CKSyncEngineConfiguration.d.ts +3 -3
- package/dist/CloudKit/CKSyncEngineFetchedRecordDeletion.d.ts +2 -2
- package/dist/CloudKit/CKSyncEngineRecordZoneChangeBatch.d.ts +1 -1
- package/dist/CloudKit/CKSyncEngineStateSerialization.d.ts +3 -0
- package/dist/CloudKit/CKSystemSharingUIObserver.d.ts +4 -4
- package/dist/CloudKit/CKUserIdentity.d.ts +3 -0
- package/dist/CloudKit/CKUserIdentityLookupInfo.d.ts +3 -0
- package/dist/CloudKit/index.js +90 -89
- package/dist/Collaboration/CBIdentity.d.ts +3 -0
- package/dist/Collaboration/CBIdentityPicker.d.ts +2 -2
- package/dist/Collaboration/CBUserIdentity.d.ts +1 -1
- package/dist/Collaboration/index.js +6 -5
- package/dist/Contacts/CNChangeHistoryEvent.d.ts +3 -0
- package/dist/Contacts/CNChangeHistoryFetchRequest.d.ts +5 -3
- package/dist/Contacts/CNContact.d.ts +15 -10
- package/dist/Contacts/CNContactFetchRequest.d.ts +7 -4
- package/dist/Contacts/CNContactProperty.d.ts +4 -1
- package/dist/Contacts/CNContactRelation.d.ts +3 -0
- package/dist/Contacts/CNContactStore.d.ts +11 -10
- package/dist/Contacts/CNContactVCardSerialization.d.ts +2 -2
- package/dist/Contacts/CNContainer.d.ts +3 -0
- package/dist/Contacts/CNGroup.d.ts +3 -0
- package/dist/Contacts/CNInstantMessageAddress.d.ts +3 -0
- package/dist/Contacts/CNLabeledValue.d.ts +3 -0
- package/dist/Contacts/CNMutableContact.d.ts +17 -17
- package/dist/Contacts/CNPhoneNumber.d.ts +3 -0
- package/dist/Contacts/CNPostalAddress.d.ts +3 -0
- package/dist/Contacts/CNSocialProfile.d.ts +3 -0
- package/dist/Contacts/index.js +36 -35
- package/dist/ContactsUI/index.js +3 -2
- package/dist/CoreAudio/index.js +2 -1
- package/dist/CoreAudioKit/AUAudioUnitViewConfiguration.d.ts +3 -0
- package/dist/CoreAudioKit/AUGenericView.d.ts +3 -0
- package/dist/CoreAudioKit/AUViewController.d.ts +3 -0
- package/dist/CoreAudioKit/index.js +9 -8
- package/dist/CoreBluetooth/CBCentralManager.d.ts +3 -3
- package/dist/CoreBluetooth/CBDescriptor.d.ts +1 -1
- package/dist/CoreBluetooth/CBL2CAPChannel.d.ts +1 -2
- package/dist/CoreBluetooth/CBMutableDescriptor.d.ts +1 -1
- package/dist/CoreBluetooth/CBPeripheral.d.ts +1 -2
- package/dist/CoreBluetooth/CBPeripheralManager.d.ts +4 -4
- package/dist/CoreBluetooth/CBPeripheralManagerDelegate.d.ts +2 -3
- package/dist/CoreBluetooth/CBUUID.d.ts +2 -1
- package/dist/CoreBluetooth/index.js +17 -16
- package/dist/CoreData/NSAsynchronousFetchRequest.d.ts +2 -2
- package/dist/CoreData/NSAtomicStore.d.ts +2 -2
- package/dist/CoreData/NSAtomicStoreCacheNode.d.ts +2 -2
- package/dist/CoreData/NSAttributeDescription.d.ts +2 -2
- package/dist/CoreData/NSBatchDeleteResult.d.ts +1 -1
- package/dist/CoreData/NSBatchInsertRequest.d.ts +10 -9
- package/dist/CoreData/NSBatchInsertResult.d.ts +1 -1
- package/dist/CoreData/NSBatchUpdateResult.d.ts +1 -1
- package/dist/CoreData/NSCoreDataCoreSpotlightDelegate.d.ts +1 -1
- package/dist/CoreData/NSCustomMigrationStage.d.ts +4 -4
- package/dist/CoreData/NSEntityDescription.d.ts +8 -5
- package/dist/CoreData/NSEntityMigrationPolicy.d.ts +7 -7
- package/dist/CoreData/NSFetchIndexDescription.d.ts +3 -0
- package/dist/CoreData/NSFetchIndexElementDescription.d.ts +3 -0
- package/dist/CoreData/NSFetchRequest.d.ts +4 -1
- package/dist/CoreData/NSFetchedResultsController.d.ts +2 -2
- package/dist/CoreData/NSIncrementalStore.d.ts +5 -5
- package/dist/CoreData/NSIncrementalStoreNode.d.ts +1 -1
- package/dist/CoreData/NSManagedObject.d.ts +11 -9
- package/dist/CoreData/NSManagedObjectContext.d.ts +11 -8
- package/dist/CoreData/NSManagedObjectID.d.ts +3 -0
- package/dist/CoreData/NSManagedObjectModel.d.ts +5 -1
- package/dist/CoreData/NSMappingModel.d.ts +1 -1
- package/dist/CoreData/NSMergePolicy.d.ts +3 -3
- package/dist/CoreData/NSMigrationManager.d.ts +1 -1
- package/dist/CoreData/NSPersistentCloudKitContainer.d.ts +8 -8
- package/dist/CoreData/NSPersistentCloudKitContainerEventResult.d.ts +1 -1
- package/dist/CoreData/NSPersistentContainer.d.ts +1 -1
- package/dist/CoreData/NSPersistentHistoryResult.d.ts +1 -1
- package/dist/CoreData/NSPersistentHistoryToken.d.ts +3 -0
- package/dist/CoreData/NSPersistentStore.d.ts +3 -3
- package/dist/CoreData/NSPersistentStoreCoordinator.d.ts +17 -17
- package/dist/CoreData/NSPropertyDescription.d.ts +3 -0
- package/dist/CoreData/NSQueryGenerationToken.d.ts +3 -0
- package/dist/CoreData/index.js +63 -62
- package/dist/CoreHaptics/CHHapticAdvancedPatternPlayer.d.ts +3 -3
- package/dist/CoreHaptics/CHHapticDeviceCapability.d.ts +2 -2
- package/dist/CoreHaptics/CHHapticEngine.d.ts +11 -11
- package/dist/CoreHaptics/CHHapticEvent.d.ts +2 -3
- package/dist/CoreHaptics/CHHapticPattern.d.ts +5 -5
- package/dist/CoreHaptics/CHHapticPatternPlayer.d.ts +5 -5
- package/dist/CoreHaptics/index.js +8 -7
- package/dist/CoreImage/CIBarcodeDescriptor.d.ts +3 -0
- package/dist/CoreImage/CIColor.d.ts +3 -0
- package/dist/CoreImage/CIContext.d.ts +27 -27
- package/dist/CoreImage/CIFilter.d.ts +4 -1
- package/dist/CoreImage/CIFilterGenerator.d.ts +5 -1
- package/dist/CoreImage/CIImage.d.ts +12 -9
- package/dist/CoreImage/CIImageAccumulator.d.ts +5 -6
- package/dist/CoreImage/CIImageProcessorInput.d.ts +2 -2
- package/dist/CoreImage/CIImageProcessorKernel.d.ts +7 -7
- package/dist/CoreImage/CIImageProcessorOutput.d.ts +2 -2
- package/dist/CoreImage/CIKernel.d.ts +3 -3
- package/dist/CoreImage/CIQRCodeFeature.d.ts +3 -0
- package/dist/CoreImage/CIRAWFilter.d.ts +2 -2
- package/dist/CoreImage/CIRenderDestination.d.ts +2 -2
- package/dist/CoreImage/CIRenderTask.d.ts +1 -1
- package/dist/CoreImage/CIVector.d.ts +3 -0
- package/dist/CoreImage/index.js +31 -30
- package/dist/CoreLocation/CLBackgroundActivitySession.d.ts +1 -1
- package/dist/CoreLocation/CLBeacon.d.ts +3 -0
- package/dist/CoreLocation/CLCondition.d.ts +3 -0
- package/dist/CoreLocation/CLGeocoder.d.ts +9 -9
- package/dist/CoreLocation/CLHeading.d.ts +3 -0
- package/dist/CoreLocation/CLLocationManager.d.ts +4 -4
- package/dist/CoreLocation/CLLocationManagerDelegate.d.ts +1 -1
- package/dist/CoreLocation/CLLocationUpdater.d.ts +2 -2
- package/dist/CoreLocation/CLMonitorConfiguration.d.ts +2 -2
- package/dist/CoreLocation/CLMonitoringEvent.d.ts +3 -0
- package/dist/CoreLocation/CLMonitoringRecord.d.ts +3 -0
- package/dist/CoreLocation/CLPlacemark.d.ts +4 -1
- package/dist/CoreLocation/CLRegion.d.ts +3 -0
- package/dist/CoreLocation/CLServiceSession.d.ts +2 -2
- package/dist/CoreLocation/CLUpdate.d.ts +1 -1
- package/dist/CoreLocation/CLVisit.d.ts +3 -0
- package/dist/CoreLocation/index.js +24 -23
- package/dist/CoreMIDI/MIDI2DeviceInfo.d.ts +3 -4
- package/dist/CoreMIDI/MIDICIDevice.d.ts +1 -1
- package/dist/CoreMIDI/MIDICIDeviceInfo.d.ts +5 -3
- package/dist/CoreMIDI/MIDICIDiscoveredNode.d.ts +4 -2
- package/dist/CoreMIDI/MIDICIProfile.d.ts +3 -0
- package/dist/CoreMIDI/MIDICIProfileResponderDelegate.d.ts +6 -6
- package/dist/CoreMIDI/MIDICIProfileState.d.ts +5 -3
- package/dist/CoreMIDI/MIDICIResponder.d.ts +2 -2
- package/dist/CoreMIDI/MIDICISession.d.ts +9 -9
- package/dist/CoreMIDI/MIDINetworkSession.d.ts +2 -3
- package/dist/CoreMIDI/MIDIUMPCIProfile.d.ts +4 -4
- package/dist/CoreMIDI/MIDIUMPEndpoint.d.ts +2 -2
- package/dist/CoreMIDI/MIDIUMPFunctionBlock.d.ts +1 -1
- package/dist/CoreMIDI/MIDIUMPMutableEndpoint.d.ts +3 -3
- package/dist/CoreMIDI/MIDIUMPMutableFunctionBlock.d.ts +3 -3
- package/dist/CoreMIDI/index.js +20 -19
- package/dist/CoreML/MLArrayBatchProvider.d.ts +7 -3
- package/dist/CoreML/MLBatchProvider.d.ts +2 -2
- package/dist/CoreML/MLCPUComputeDevice.d.ts +3 -0
- package/dist/CoreML/MLComputePlan.d.ts +2 -2
- package/dist/CoreML/MLComputePlanDeviceUsage.d.ts +6 -4
- package/dist/CoreML/MLCustomLayer.d.ts +5 -5
- package/dist/CoreML/MLCustomModel.d.ts +5 -3
- package/dist/CoreML/MLDictionaryConstraint.d.ts +3 -0
- package/dist/CoreML/MLDictionaryFeatureProvider.d.ts +6 -1
- package/dist/CoreML/MLFeatureDescription.d.ts +3 -0
- package/dist/CoreML/MLFeatureValue.d.ts +13 -10
- package/dist/CoreML/MLGPUComputeDevice.d.ts +3 -0
- package/dist/CoreML/MLImageConstraint.d.ts +4 -2
- package/dist/CoreML/MLImageSize.d.ts +3 -0
- package/dist/CoreML/MLImageSizeConstraint.d.ts +3 -0
- package/dist/CoreML/MLKey.d.ts +3 -0
- package/dist/CoreML/MLModel.d.ts +20 -17
- package/dist/CoreML/MLModelAsset.d.ts +6 -6
- package/dist/CoreML/MLModelCollection.d.ts +2 -2
- package/dist/CoreML/MLModelConfiguration.d.ts +3 -0
- package/dist/CoreML/MLModelDescription.d.ts +3 -0
- package/dist/CoreML/MLModelStructure.d.ts +2 -2
- package/dist/CoreML/MLMultiArray.d.ts +6 -3
- package/dist/CoreML/MLMultiArrayConstraint.d.ts +3 -0
- package/dist/CoreML/MLMultiArrayShapeConstraint.d.ts +4 -2
- package/dist/CoreML/MLNeuralEngineComputeDevice.d.ts +3 -0
- package/dist/CoreML/MLNumericConstraint.d.ts +3 -0
- package/dist/CoreML/MLOptimizationHints.d.ts +3 -0
- package/dist/CoreML/MLParameterDescription.d.ts +3 -0
- package/dist/CoreML/MLSequence.d.ts +3 -0
- package/dist/CoreML/MLSequenceConstraint.d.ts +3 -0
- package/dist/CoreML/MLStateConstraint.d.ts +3 -0
- package/dist/CoreML/MLUpdateProgressHandlers.d.ts +1 -1
- package/dist/CoreML/MLUpdateTask.d.ts +4 -4
- package/dist/CoreML/MLWritable.d.ts +1 -1
- package/dist/CoreML/index.js +52 -51
- package/dist/CoreMediaIO/CMIOExtensionDevice.d.ts +2 -2
- package/dist/CoreMediaIO/CMIOExtensionDeviceSource.d.ts +2 -2
- package/dist/CoreMediaIO/CMIOExtensionPropertyAttributes.d.ts +7 -4
- package/dist/CoreMediaIO/CMIOExtensionPropertyState.d.ts +8 -5
- package/dist/CoreMediaIO/CMIOExtensionProvider.d.ts +5 -5
- package/dist/CoreMediaIO/CMIOExtensionProviderSource.d.ts +3 -3
- package/dist/CoreMediaIO/CMIOExtensionScheduledOutput.d.ts +3 -0
- package/dist/CoreMediaIO/CMIOExtensionStream.d.ts +1 -1
- package/dist/CoreMediaIO/CMIOExtensionStreamCustomClockConfiguration.d.ts +3 -0
- package/dist/CoreMediaIO/CMIOExtensionStreamFormat.d.ts +3 -0
- package/dist/CoreMediaIO/CMIOExtensionStreamSource.d.ts +4 -4
- package/dist/CoreMediaIO/index.js +13 -12
- package/dist/CoreMotion/CMAttitude.d.ts +3 -0
- package/dist/CoreMotion/CMBatchedSensorManager.d.ts +2 -2
- package/dist/CoreMotion/CMDyskineticSymptomResult.d.ts +3 -0
- package/dist/CoreMotion/CMLogItem.d.ts +3 -0
- package/dist/CoreMotion/CMOdometerData.d.ts +3 -0
- package/dist/CoreMotion/CMPedometerData.d.ts +3 -0
- package/dist/CoreMotion/CMPedometerEvent.d.ts +3 -0
- package/dist/CoreMotion/CMSensorDataList.d.ts +3 -0
- package/dist/CoreMotion/CMTremorResult.d.ts +3 -0
- package/dist/CoreMotion/CMWaterSubmersionEvent.d.ts +3 -0
- package/dist/CoreMotion/CMWaterSubmersionMeasurement.d.ts +3 -0
- package/dist/CoreMotion/CMWaterTemperature.d.ts +3 -0
- package/dist/CoreMotion/index.js +38 -37
- package/dist/CoreSpotlight/CSCustomAttributeKey.d.ts +3 -0
- package/dist/CoreSpotlight/CSImportExtension.d.ts +4 -1
- package/dist/CoreSpotlight/CSIndexExtensionRequestHandler.d.ts +4 -0
- package/dist/CoreSpotlight/CSPerson.d.ts +3 -0
- package/dist/CoreSpotlight/CSSearchQuery.d.ts +4 -4
- package/dist/CoreSpotlight/CSSearchQueryContext.d.ts +3 -0
- package/dist/CoreSpotlight/CSSearchableIndex.d.ts +10 -9
- package/dist/CoreSpotlight/CSSearchableIndexDelegate.d.ts +2 -2
- package/dist/CoreSpotlight/CSSearchableItem.d.ts +3 -0
- package/dist/CoreSpotlight/CSSearchableItemAttributeSet.d.ts +2 -0
- package/dist/CoreSpotlight/CSSuggestion.d.ts +3 -0
- package/dist/CoreSpotlight/CSUserQuery.d.ts +2 -2
- package/dist/CoreSpotlight/index.js +14 -13
- package/dist/CoreTelephony/CTCellularPlanProperties.d.ts +3 -0
- package/dist/CoreTelephony/CTCellularPlanProvisioning.d.ts +1 -1
- package/dist/CoreTelephony/CTCellularPlanProvisioningRequest.d.ts +3 -0
- package/dist/CoreTelephony/CTCellularPlanStatus.d.ts +2 -2
- package/dist/CoreTelephony/CTTelephonyNetworkInfo.d.ts +2 -2
- package/dist/CoreTelephony/index.js +12 -11
- package/dist/CoreWLAN/CWChannel.d.ts +3 -0
- package/dist/CoreWLAN/CWConfiguration.d.ts +3 -0
- package/dist/CoreWLAN/CWInterface.d.ts +12 -12
- package/dist/CoreWLAN/CWNetwork.d.ts +3 -0
- package/dist/CoreWLAN/CWNetworkProfile.d.ts +3 -0
- package/dist/CoreWLAN/CWWiFiClient.d.ts +3 -3
- package/dist/CoreWLAN/index.js +9 -8
- package/dist/CryptoTokenKit/TKBERTLVRecord.d.ts +3 -4
- package/dist/CryptoTokenKit/TKCompactTLVRecord.d.ts +2 -1
- package/dist/CryptoTokenKit/TKSimpleTLVRecord.d.ts +2 -1
- package/dist/CryptoTokenKit/TKSmartCard.d.ts +9 -9
- package/dist/CryptoTokenKit/TKSmartCardSlotManager.d.ts +2 -2
- package/dist/CryptoTokenKit/TKSmartCardSlotNFCSession.d.ts +1 -1
- package/dist/CryptoTokenKit/TKSmartCardTokenDriverDelegate.d.ts +1 -1
- package/dist/CryptoTokenKit/TKSmartCardTokenRegistrationManager.d.ts +2 -2
- package/dist/CryptoTokenKit/TKSmartCardTokenSession.d.ts +1 -1
- package/dist/CryptoTokenKit/TKSmartCardUserInteraction.d.ts +1 -1
- package/dist/CryptoTokenKit/TKTLVRecord.d.ts +1 -2
- package/dist/CryptoTokenKit/TKToken.d.ts +2 -2
- package/dist/CryptoTokenKit/TKTokenAuthOperation.d.ts +4 -1
- package/dist/CryptoTokenKit/TKTokenConfiguration.d.ts +4 -3
- package/dist/CryptoTokenKit/TKTokenDelegate.d.ts +1 -1
- package/dist/CryptoTokenKit/TKTokenDriverConfiguration.d.ts +4 -4
- package/dist/CryptoTokenKit/TKTokenDriverDelegate.d.ts +1 -1
- package/dist/CryptoTokenKit/TKTokenKeychainContents.d.ts +2 -2
- package/dist/CryptoTokenKit/TKTokenKeychainKey.d.ts +1 -1
- package/dist/CryptoTokenKit/TKTokenSessionDelegate.d.ts +4 -4
- package/dist/CryptoTokenKit/index.js +36 -35
- package/dist/DataDetection/index.js +10 -9
- package/dist/DeviceCheck/DCAppAttestService.d.ts +3 -3
- package/dist/DeviceCheck/DCDevice.d.ts +1 -1
- package/dist/DeviceCheck/index.js +3 -2
- package/dist/DeviceDiscoveryExtension/DDDevice.d.ts +2 -3
- package/dist/DeviceDiscoveryExtension/index.js +4 -3
- package/dist/DiscRecording/DRFSObject.d.ts +3 -3
- package/dist/DiscRecording/DRFileDataProduction.d.ts +2 -3
- package/dist/DiscRecording/index.js +12 -11
- package/dist/DiscRecordingUI/index.js +6 -5
- package/dist/EventKit/EKEventStore.d.ts +10 -10
- package/dist/EventKit/EKParticipant.d.ts +2 -2
- package/dist/EventKit/EKRecurrenceDayOfWeek.d.ts +3 -0
- package/dist/EventKit/EKRecurrenceEnd.d.ts +3 -0
- package/dist/EventKit/EKStructuredLocation.d.ts +2 -2
- package/dist/EventKit/EKVirtualConferenceProvider.d.ts +6 -2
- package/dist/EventKit/EKVirtualConferenceRoomTypeDescriptor.d.ts +2 -3
- package/dist/EventKit/index.js +18 -17
- package/dist/ExceptionHandling/index.js +2 -1
- package/dist/ExecutionPolicy/EPExecutionPolicy.d.ts +1 -1
- package/dist/ExecutionPolicy/index.js +3 -2
- package/dist/ExtensionKit/EXHostViewController.d.ts +1 -1
- package/dist/ExtensionKit/index.js +3 -2
- package/dist/ExternalAccessory/EAAccessoryManager.d.ts +1 -1
- package/dist/ExternalAccessory/EAWiFiUnconfiguredAccessoryBrowser.d.ts +1 -1
- package/dist/ExternalAccessory/index.js +6 -5
- package/dist/FSKit/FSBlockDeviceResource.d.ts +11 -11
- package/dist/FSKit/FSClient.d.ts +1 -1
- package/dist/FSKit/FSDirectoryEntryPacker.d.ts +1 -2
- package/dist/FSKit/FSEntityIdentifier.d.ts +3 -0
- package/dist/FSKit/FSFileName.d.ts +3 -0
- package/dist/FSKit/FSFileSystem.d.ts +3 -0
- package/dist/FSKit/FSFileSystemBase.d.ts +1 -1
- package/dist/FSKit/FSItemAttributes.d.ts +3 -0
- package/dist/FSKit/FSItemGetAttributesRequest.d.ts +3 -0
- package/dist/FSKit/FSManageableResourceMaintenanceOperations.d.ts +2 -2
- package/dist/FSKit/FSProbeResult.d.ts +3 -0
- package/dist/FSKit/FSResource.d.ts +3 -0
- package/dist/FSKit/FSStatFSResult.d.ts +3 -0
- package/dist/FSKit/FSTask.d.ts +2 -2
- package/dist/FSKit/FSUnaryFileSystem.d.ts +3 -0
- package/dist/FSKit/FSUnaryFileSystemOperations.d.ts +3 -3
- package/dist/FSKit/FSVolumeAccessCheckOperations.d.ts +1 -1
- package/dist/FSKit/FSVolumeItemDeactivation.d.ts +1 -1
- package/dist/FSKit/FSVolumeKernelOffloadedIOOperations.d.ts +5 -5
- package/dist/FSKit/FSVolumeOpenCloseOperations.d.ts +2 -2
- package/dist/FSKit/FSVolumeOperations.d.ts +15 -15
- package/dist/FSKit/FSVolumePreallocateOperations.d.ts +1 -1
- package/dist/FSKit/FSVolumeReadWriteOperations.d.ts +2 -2
- package/dist/FSKit/FSVolumeRenameOperations.d.ts +1 -1
- package/dist/FSKit/FSVolumeSupportedCapabilities.d.ts +3 -0
- package/dist/FSKit/FSVolumeXattrOperations.d.ts +3 -3
- package/dist/FSKit/index.js +28 -27
- package/dist/FileProvider/NSFileProviderChangeObserver.d.ts +3 -3
- package/dist/FileProvider/NSFileProviderCustomAction.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderDomainVersion.d.ts +3 -0
- package/dist/FileProvider/NSFileProviderEnumerating.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderEnumerationObserver.d.ts +4 -3
- package/dist/FileProvider/NSFileProviderEnumerator.d.ts +4 -3
- package/dist/FileProvider/NSFileProviderExtension.d.ts +20 -19
- package/dist/FileProvider/NSFileProviderExternalVolumeHandling.d.ts +1 -1
- package/dist/FileProvider/NSFileProviderIncrementalContentFetching.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderItem.d.ts +2 -2
- package/dist/FileProvider/NSFileProviderKnownFolderLocation.d.ts +2 -2
- package/dist/FileProvider/NSFileProviderKnownFolderSupporting.d.ts +1 -1
- package/dist/FileProvider/NSFileProviderManager.d.ts +32 -29
- package/dist/FileProvider/NSFileProviderPartialContentFetching.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderReplicatedExtension.d.ts +7 -5
- package/dist/FileProvider/NSFileProviderSearchEnumerationObserver.d.ts +4 -3
- package/dist/FileProvider/NSFileProviderSearchEnumerator.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderSearchResult.d.ts +1 -1
- package/dist/FileProvider/NSFileProviderServiceSource.d.ts +1 -1
- package/dist/FileProvider/NSFileProviderServicing.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingChildrenEnumeration.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingCollisionResolution.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingContentFetch.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingCreation.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingDeletion.d.ts +3 -2
- package/dist/FileProvider/NSFileProviderTestingIngestion.d.ts +4 -2
- package/dist/FileProvider/NSFileProviderTestingLookup.d.ts +2 -1
- package/dist/FileProvider/NSFileProviderTestingModification.d.ts +4 -2
- package/dist/FileProvider/NSFileProviderThumbnailing.d.ts +1 -1
- package/dist/FileProvider/index.js +10 -9
- package/dist/FileProviderUI/index.js +3 -2
- package/dist/FinderSync/FIFinderSync.d.ts +5 -2
- package/dist/FinderSync/index.js +3 -2
- package/dist/Foundation/NSAffineTransform.d.ts +3 -0
- package/dist/Foundation/NSAppleEventDescriptor.d.ts +31 -28
- package/dist/Foundation/NSAppleEventManager.d.ts +8 -8
- package/dist/Foundation/NSAppleScript.d.ts +4 -4
- package/dist/Foundation/NSArchiver.d.ts +1 -1
- package/dist/Foundation/NSArray.d.ts +19 -20
- package/dist/Foundation/NSAttributedString.d.ts +11 -8
- package/dist/Foundation/NSAttributedStringMarkdownSourcePosition.d.ts +3 -0
- package/dist/Foundation/NSBundle.d.ts +5 -5
- package/dist/Foundation/NSBundleResourceRequest.d.ts +1 -1
- package/dist/Foundation/NSByteCountFormatter.d.ts +1 -1
- package/dist/Foundation/NSCache.d.ts +1 -1
- package/dist/Foundation/NSCachedURLResponse.d.ts +3 -0
- package/dist/Foundation/NSCalendar.d.ts +11 -8
- package/dist/Foundation/NSCalendarDate.d.ts +8 -8
- package/dist/Foundation/NSCharacterSet.d.ts +1 -2
- package/dist/Foundation/NSCoder.d.ts +24 -24
- package/dist/Foundation/NSCondition.d.ts +3 -0
- package/dist/Foundation/NSConditionLock.d.ts +3 -0
- package/dist/Foundation/NSConnection.d.ts +3 -3
- package/dist/Foundation/NSCopying.d.ts +1 -1
- package/dist/Foundation/NSData.d.ts +15 -12
- package/dist/Foundation/NSDataDetector.d.ts +2 -2
- package/dist/Foundation/NSDate.d.ts +5 -5
- package/dist/Foundation/NSDateComponents.d.ts +3 -0
- package/dist/Foundation/NSDateComponentsFormatter.d.ts +2 -2
- package/dist/Foundation/NSDateFormatter.d.ts +1 -1
- package/dist/Foundation/NSDecimalNumber.d.ts +5 -4
- package/dist/Foundation/NSDecimalNumberHandler.d.ts +4 -0
- package/dist/Foundation/NSDictionary.d.ts +20 -20
- package/dist/Foundation/NSDistantObject.d.ts +2 -2
- package/dist/Foundation/NSEnergyFormatter.d.ts +2 -2
- package/dist/Foundation/NSEnumerator.d.ts +4 -1
- package/dist/Foundation/NSError.d.ts +9 -6
- package/dist/Foundation/NSException.d.ts +3 -0
- package/dist/Foundation/NSExpression.d.ts +5 -5
- package/dist/Foundation/NSExtensionContext.d.ts +2 -2
- package/dist/Foundation/NSExtensionItem.d.ts +3 -0
- package/dist/Foundation/NSFastEnumeration.d.ts +1 -1
- package/dist/Foundation/NSFileCoordinator.d.ts +7 -7
- package/dist/Foundation/NSFileHandle.d.ts +16 -16
- package/dist/Foundation/NSFileManager.d.ts +40 -40
- package/dist/Foundation/NSFilePresenter.d.ts +6 -6
- package/dist/Foundation/NSFileProviderService.d.ts +1 -1
- package/dist/Foundation/NSFileVersion.d.ts +5 -5
- package/dist/Foundation/NSFileWrapper.d.ts +4 -4
- package/dist/Foundation/NSFormatter.d.ts +7 -4
- package/dist/Foundation/NSHTTPCookieStorage.d.ts +1 -1
- package/dist/Foundation/NSHashTable.d.ts +9 -5
- package/dist/Foundation/NSIndexPath.d.ts +5 -2
- package/dist/Foundation/NSIndexSet.d.ts +4 -1
- package/dist/Foundation/NSInflectionRule.d.ts +3 -0
- package/dist/Foundation/NSInputStream.d.ts +1 -1
- package/dist/Foundation/NSInvocation.d.ts +2 -2
- package/dist/Foundation/NSInvocationOperation.d.ts +2 -2
- package/dist/Foundation/NSItemProvider.d.ts +12 -12
- package/dist/Foundation/NSItemProviderWriting.d.ts +1 -1
- package/dist/Foundation/NSJSONSerialization.d.ts +4 -4
- package/dist/Foundation/NSKeyedArchiver.d.ts +4 -4
- package/dist/Foundation/NSKeyedArchiverDelegate.d.ts +3 -3
- package/dist/Foundation/NSKeyedUnarchiver.d.ts +16 -16
- package/dist/Foundation/NSKeyedUnarchiverDelegate.d.ts +2 -2
- package/dist/Foundation/NSLengthFormatter.d.ts +2 -2
- package/dist/Foundation/NSLinguisticTagger.d.ts +11 -11
- package/dist/Foundation/NSListFormatter.d.ts +1 -1
- package/dist/Foundation/NSLocale.d.ts +1 -1
- package/dist/Foundation/NSLocalizedNumberFormatRule.d.ts +3 -0
- package/dist/Foundation/NSLock.d.ts +3 -0
- package/dist/Foundation/NSMapTable.d.ts +7 -3
- package/dist/Foundation/NSMassFormatter.d.ts +2 -2
- package/dist/Foundation/NSMeasurement.d.ts +3 -0
- package/dist/Foundation/NSMetadataItem.d.ts +1 -1
- package/dist/Foundation/NSMetadataQuery.d.ts +3 -2
- package/dist/Foundation/NSMetadataQueryAttributeValueTuple.d.ts +1 -1
- package/dist/Foundation/NSMorphology.d.ts +4 -1
- package/dist/Foundation/NSMorphologyCustomPronoun.d.ts +3 -0
- package/dist/Foundation/NSMorphologyPronoun.d.ts +3 -0
- package/dist/Foundation/NSMutableArray.d.ts +3 -3
- package/dist/Foundation/NSMutableCopying.d.ts +1 -1
- package/dist/Foundation/NSMutableData.d.ts +2 -2
- package/dist/Foundation/NSMutableDictionary.d.ts +2 -2
- package/dist/Foundation/NSMutableOrderedSet.d.ts +5 -5
- package/dist/Foundation/NSMutableString.d.ts +1 -1
- package/dist/Foundation/NSNetService.d.ts +1 -1
- package/dist/Foundation/NSNotification.d.ts +4 -4
- package/dist/Foundation/NSNotificationCenter.d.ts +10 -5
- package/dist/Foundation/NSNull.d.ts +3 -0
- package/dist/Foundation/NSNumber.d.ts +1 -1
- package/dist/Foundation/NSNumberFormatter.d.ts +1 -1
- package/dist/Foundation/NSObject.d.ts +45 -45
- package/dist/Foundation/NSOperation.d.ts +2 -2
- package/dist/Foundation/NSOperationQueue.d.ts +2 -2
- package/dist/Foundation/NSOrderedCollectionChange.d.ts +5 -5
- package/dist/Foundation/NSOrderedCollectionDifference.d.ts +7 -4
- package/dist/Foundation/NSOrderedSet.d.ts +13 -14
- package/dist/Foundation/NSOrthography.d.ts +4 -4
- package/dist/Foundation/NSPersonNameComponents.d.ts +3 -0
- package/dist/Foundation/NSPersonNameComponentsFormatter.d.ts +1 -1
- package/dist/Foundation/NSPointerArray.d.ts +5 -1
- package/dist/Foundation/NSPointerFunctions.d.ts +12 -12
- package/dist/Foundation/NSPort.d.ts +3 -0
- package/dist/Foundation/NSPositionalSpecifier.d.ts +1 -1
- package/dist/Foundation/NSPredicate.d.ts +6 -3
- package/dist/Foundation/NSPresentationIntent.d.ts +3 -0
- package/dist/Foundation/NSProcessInfo.d.ts +6 -1
- package/dist/Foundation/NSProgress.d.ts +8 -8
- package/dist/Foundation/NSPropertyListSerialization.d.ts +6 -6
- package/dist/Foundation/NSProxy.d.ts +1 -1
- package/dist/Foundation/NSPurgeableData.d.ts +3 -0
- package/dist/Foundation/NSRecursiveLock.d.ts +3 -0
- package/dist/Foundation/NSRegularExpression.d.ts +6 -3
- package/dist/Foundation/NSRelativeDateTimeFormatter.d.ts +1 -1
- package/dist/Foundation/NSRunLoop.d.ts +2 -2
- package/dist/Foundation/NSScanner.d.ts +17 -17
- package/dist/Foundation/NSScriptClassDescription.d.ts +4 -4
- package/dist/Foundation/NSScriptCoercionHandler.d.ts +1 -1
- package/dist/Foundation/NSScriptCommand.d.ts +6 -6
- package/dist/Foundation/NSScriptCommandDescription.d.ts +5 -5
- package/dist/Foundation/NSScriptExecutionContext.d.ts +6 -6
- package/dist/Foundation/NSScriptObjectSpecifier.d.ts +3 -3
- package/dist/Foundation/NSScriptSuiteRegistry.d.ts +4 -5
- package/dist/Foundation/NSSet.d.ts +9 -10
- package/dist/Foundation/NSSortDescriptor.d.ts +3 -3
- package/dist/Foundation/NSSpecifierTest.d.ts +1 -1
- package/dist/Foundation/NSSpellServerDelegate.d.ts +1 -1
- package/dist/Foundation/NSStream.d.ts +5 -5
- package/dist/Foundation/NSString.d.ts +43 -39
- package/dist/Foundation/NSTask.d.ts +8 -8
- package/dist/Foundation/NSTermOfAddress.d.ts +3 -0
- package/dist/Foundation/NSTextCheckingResult.d.ts +5 -2
- package/dist/Foundation/NSThread.d.ts +2 -2
- package/dist/Foundation/NSTimeZone.d.ts +3 -0
- package/dist/Foundation/NSTimer.d.ts +4 -4
- package/dist/Foundation/NSURL.d.ts +21 -16
- package/dist/Foundation/NSURLAuthenticationChallenge.d.ts +3 -0
- package/dist/Foundation/NSURLCache.d.ts +1 -1
- package/dist/Foundation/NSURLConnection.d.ts +5 -5
- package/dist/Foundation/NSURLCredential.d.ts +3 -0
- package/dist/Foundation/NSURLCredentialStorage.d.ts +3 -3
- package/dist/Foundation/NSURLProtectionSpace.d.ts +3 -0
- package/dist/Foundation/NSURLProtocol.d.ts +1 -1
- package/dist/Foundation/NSURLQueryItem.d.ts +3 -0
- package/dist/Foundation/NSURLResponse.d.ts +3 -0
- package/dist/Foundation/NSURLSession.d.ts +8 -8
- package/dist/Foundation/NSURLSessionDataDelegate.d.ts +1 -1
- package/dist/Foundation/NSURLSessionDelegate.d.ts +1 -1
- package/dist/Foundation/NSURLSessionDownloadTask.d.ts +1 -1
- package/dist/Foundation/NSURLSessionStreamTask.d.ts +2 -2
- package/dist/Foundation/NSURLSessionTaskDelegate.d.ts +5 -5
- package/dist/Foundation/NSURLSessionUploadTask.d.ts +1 -1
- package/dist/Foundation/NSURLSessionWebSocketTask.d.ts +3 -3
- package/dist/Foundation/NSUUID.d.ts +3 -0
- package/dist/Foundation/NSUbiquitousKeyValueStore.d.ts +2 -2
- package/dist/Foundation/NSUnarchiver.d.ts +4 -4
- package/dist/Foundation/NSUndoManager.d.ts +4 -4
- package/dist/Foundation/NSUnit.d.ts +3 -0
- package/dist/Foundation/NSUnitConverterLinear.d.ts +3 -0
- package/dist/Foundation/NSUserActivity.d.ts +3 -3
- package/dist/Foundation/NSUserAppleScriptTask.d.ts +2 -1
- package/dist/Foundation/NSUserAutomatorTask.d.ts +2 -1
- package/dist/Foundation/NSUserDefaults.d.ts +3 -3
- package/dist/Foundation/NSUserScriptTask.d.ts +2 -2
- package/dist/Foundation/NSUserUnixTask.d.ts +2 -1
- package/dist/Foundation/NSValue.d.ts +3 -3
- package/dist/Foundation/NSValueTransformer.d.ts +2 -2
- package/dist/Foundation/NSXMLDTD.d.ts +2 -2
- package/dist/Foundation/NSXMLDocument.d.ts +7 -7
- package/dist/Foundation/NSXMLElement.d.ts +1 -1
- package/dist/Foundation/NSXMLNode.d.ts +6 -6
- package/dist/Foundation/NSXPCCoder.d.ts +8 -3
- package/dist/Foundation/NSXPCConnection.d.ts +6 -6
- package/dist/Foundation/NSXPCInterface.d.ts +1 -1
- package/dist/Foundation/NSXPCListenerEndpoint.d.ts +3 -0
- package/dist/Foundation/index.js +275 -274
- package/dist/GLKit/GLKBaseEffect.d.ts +6 -6
- package/dist/GLKit/GLKEffectPropertyFog.d.ts +10 -10
- package/dist/GLKit/GLKEffectPropertyLight.d.ts +12 -12
- package/dist/GLKit/GLKEffectPropertyMaterial.d.ts +2 -2
- package/dist/GLKit/GLKEffectPropertyTexture.d.ts +4 -5
- package/dist/GLKit/GLKMesh.d.ts +2 -2
- package/dist/GLKit/GLKMeshBuffer.d.ts +1 -2
- package/dist/GLKit/GLKMeshBufferAllocator.d.ts +3 -0
- package/dist/GLKit/GLKSkyboxEffect.d.ts +6 -6
- package/dist/GLKit/GLKSubmesh.d.ts +3 -4
- package/dist/GLKit/GLKTextureInfo.d.ts +7 -8
- package/dist/GLKit/GLKTextureLoader.d.ts +16 -16
- package/dist/GLKit/index.js +16 -15
- package/dist/GameController/GCAxis2DInput.d.ts +4 -3
- package/dist/GameController/GCAxisInput.d.ts +4 -3
- package/dist/GameController/GCColor.d.ts +3 -0
- package/dist/GameController/GCController.d.ts +3 -3
- package/dist/GameController/GCControllerAxisInput.d.ts +2 -2
- package/dist/GameController/GCControllerButtonInput.d.ts +6 -6
- package/dist/GameController/GCControllerDirectionPad.d.ts +2 -2
- package/dist/GameController/GCControllerInputState.d.ts +3 -0
- package/dist/GameController/GCControllerTouchpad.d.ts +6 -6
- package/dist/GameController/GCDevice.d.ts +3 -3
- package/dist/GameController/GCDevicePhysicalInput.d.ts +16 -9
- package/dist/GameController/GCDevicePhysicalInputState.d.ts +14 -10
- package/dist/GameController/GCDevicePhysicalInputStateDiff.d.ts +2 -2
- package/dist/GameController/GCExtendedGamepad.d.ts +2 -2
- package/dist/GameController/GCGamepad.d.ts +2 -2
- package/dist/GameController/GCGearShifterElement.d.ts +3 -0
- package/dist/GameController/GCKeyboard.d.ts +3 -0
- package/dist/GameController/GCKeyboardInput.d.ts +2 -2
- package/dist/GameController/GCLinearInput.d.ts +4 -3
- package/dist/GameController/GCMicroGamepad.d.ts +2 -2
- package/dist/GameController/GCMotion.d.ts +2 -2
- package/dist/GameController/GCMouse.d.ts +3 -0
- package/dist/GameController/GCMouseInput.d.ts +2 -2
- package/dist/GameController/GCPhysicalInputElementCollection.d.ts +5 -2
- package/dist/GameController/GCPhysicalInputProfile.d.ts +8 -4
- package/dist/GameController/GCPhysicalInputSource.d.ts +2 -2
- package/dist/GameController/GCPressedStateInput.d.ts +4 -3
- package/dist/GameController/GCRacingWheel.d.ts +4 -1
- package/dist/GameController/GCRacingWheelInputState.d.ts +3 -0
- package/dist/GameController/GCRelativeInput.d.ts +4 -3
- package/dist/GameController/GCSteeringWheelElement.d.ts +3 -0
- package/dist/GameController/GCStylus.d.ts +6 -2
- package/dist/GameController/GCSwitchPositionInput.d.ts +4 -3
- package/dist/GameController/GCTouchedStateInput.d.ts +4 -3
- package/dist/GameController/index.js +39 -38
- package/dist/GameKit/GKAccessPoint.d.ts +11 -11
- package/dist/GameKit/GKAchievement.d.ts +14 -10
- package/dist/GameKit/GKAchievementDescription.d.ts +6 -2
- package/dist/GameKit/GKChallenge.d.ts +5 -1
- package/dist/GameKit/GKChallengeDefinition.d.ts +3 -3
- package/dist/GameKit/GKChallengesViewController.d.ts +3 -0
- package/dist/GameKit/GKCloudPlayer.d.ts +1 -1
- package/dist/GameKit/GKFriendRequestComposeViewController.d.ts +4 -1
- package/dist/GameKit/GKGameActivity.d.ts +4 -4
- package/dist/GameKit/GKGameActivityDefinition.d.ts +5 -5
- package/dist/GameKit/GKGameCenterViewController.d.ts +4 -1
- package/dist/GameKit/GKGameSession.d.ts +11 -11
- package/dist/GameKit/GKLeaderboard.d.ts +11 -11
- package/dist/GameKit/GKLeaderboardEntry.d.ts +2 -2
- package/dist/GameKit/GKLeaderboardSet.d.ts +8 -4
- package/dist/GameKit/GKLocalPlayer.d.ts +25 -22
- package/dist/GameKit/GKMatch.d.ts +6 -6
- package/dist/GameKit/GKMatchRequest.d.ts +4 -4
- package/dist/GameKit/GKMatchedPlayers.d.ts +1 -1
- package/dist/GameKit/GKMatchmaker.d.ts +13 -13
- package/dist/GameKit/GKMatchmakerViewController.d.ts +5 -2
- package/dist/GameKit/GKNotificationBanner.d.ts +2 -2
- package/dist/GameKit/GKPlayer.d.ts +2 -2
- package/dist/GameKit/GKSavedGame.d.ts +1 -1
- package/dist/GameKit/GKScore.d.ts +11 -7
- package/dist/GameKit/GKTurnBasedExchange.d.ts +2 -2
- package/dist/GameKit/GKTurnBasedMatch.d.ts +20 -20
- package/dist/GameKit/GKTurnBasedMatchmakerViewController.d.ts +3 -0
- package/dist/GameKit/index.js +44 -43
- package/dist/GameSave/index.js +4 -3
- package/dist/GameplayKit/GKAgent.d.ts +3 -1
- package/dist/GameplayKit/GKBehavior.d.ts +3 -0
- package/dist/GameplayKit/GKComponent.d.ts +3 -0
- package/dist/GameplayKit/GKComponentSystem.d.ts +3 -0
- package/dist/GameplayKit/GKDecisionTree.d.ts +12 -3
- package/dist/GameplayKit/GKEntity.d.ts +3 -0
- package/dist/GameplayKit/GKGameModel.d.ts +4 -4
- package/dist/GameplayKit/GKGraph.d.ts +3 -0
- package/dist/GameplayKit/GKGraphNode.d.ts +3 -0
- package/dist/GameplayKit/GKGridGraph.d.ts +1 -1
- package/dist/GameplayKit/GKMinmaxStrategist.d.ts +3 -0
- package/dist/GameplayKit/GKMonteCarloStrategist.d.ts +3 -0
- package/dist/GameplayKit/GKPolygonObstacle.d.ts +3 -0
- package/dist/GameplayKit/GKRandomSource.d.ts +3 -0
- package/dist/GameplayKit/GKSCNNodeComponent.d.ts +3 -0
- package/dist/GameplayKit/GKSKNodeComponent.d.ts +3 -0
- package/dist/GameplayKit/GKScene.d.ts +3 -0
- package/dist/GameplayKit/GKStrategist.d.ts +3 -1
- package/dist/GameplayKit/index.js +59 -58
- package/dist/HealthKit/HKActivityMoveModeObject.d.ts +3 -0
- package/dist/HealthKit/HKActivitySummary.d.ts +3 -0
- package/dist/HealthKit/HKActivitySummaryQuery.d.ts +3 -3
- package/dist/HealthKit/HKAnchoredObjectQuery.d.ts +5 -5
- package/dist/HealthKit/HKAttachment.d.ts +3 -0
- package/dist/HealthKit/HKAttachmentStore.d.ts +5 -5
- package/dist/HealthKit/HKAudiogramSensitivityPoint.d.ts +5 -2
- package/dist/HealthKit/HKAudiogramSensitivityPointClampingRange.d.ts +4 -1
- package/dist/HealthKit/HKAudiogramSensitivityTest.d.ts +4 -1
- package/dist/HealthKit/HKBiologicalSexObject.d.ts +3 -0
- package/dist/HealthKit/HKBloodTypeObject.d.ts +3 -0
- package/dist/HealthKit/HKCDADocumentSample.d.ts +1 -1
- package/dist/HealthKit/HKClinicalCoding.d.ts +3 -0
- package/dist/HealthKit/HKContactsLensSpecification.d.ts +3 -0
- package/dist/HealthKit/HKCorrelationQuery.d.ts +1 -1
- package/dist/HealthKit/HKDeletedObject.d.ts +3 -0
- package/dist/HealthKit/HKDevice.d.ts +3 -0
- package/dist/HealthKit/HKDocumentQuery.d.ts +1 -1
- package/dist/HealthKit/HKElectrocardiogramQuery.d.ts +1 -1
- package/dist/HealthKit/HKFHIRResource.d.ts +3 -0
- package/dist/HealthKit/HKFHIRVersion.d.ts +4 -1
- package/dist/HealthKit/HKFitzpatrickSkinTypeObject.d.ts +3 -0
- package/dist/HealthKit/HKGlassesLensSpecification.d.ts +3 -0
- package/dist/HealthKit/HKHealthConceptIdentifier.d.ts +3 -0
- package/dist/HealthKit/HKHealthStore.d.ts +27 -27
- package/dist/HealthKit/HKHeartbeatSeriesBuilder.d.ts +3 -3
- package/dist/HealthKit/HKHeartbeatSeriesQuery.d.ts +1 -1
- package/dist/HealthKit/HKMedicationConcept.d.ts +4 -2
- package/dist/HealthKit/HKObject.d.ts +3 -0
- package/dist/HealthKit/HKObjectType.d.ts +3 -0
- package/dist/HealthKit/HKObserverQuery.d.ts +2 -2
- package/dist/HealthKit/HKQuantity.d.ts +3 -0
- package/dist/HealthKit/HKQuantitySeriesSampleBuilder.d.ts +4 -4
- package/dist/HealthKit/HKQuantitySeriesSampleQuery.d.ts +2 -2
- package/dist/HealthKit/HKQueryAnchor.d.ts +3 -0
- package/dist/HealthKit/HKQueryDescriptor.d.ts +3 -0
- package/dist/HealthKit/HKSampleQuery.d.ts +3 -3
- package/dist/HealthKit/HKSource.d.ts +3 -0
- package/dist/HealthKit/HKSourceQuery.d.ts +1 -1
- package/dist/HealthKit/HKSourceRevision.d.ts +3 -0
- package/dist/HealthKit/HKStatistics.d.ts +3 -0
- package/dist/HealthKit/HKStatisticsCollectionQuery.d.ts +4 -4
- package/dist/HealthKit/HKStatisticsQuery.d.ts +1 -1
- package/dist/HealthKit/HKUnit.d.ts +3 -0
- package/dist/HealthKit/HKUserAnnotatedMedication.d.ts +3 -0
- package/dist/HealthKit/HKUserAnnotatedMedicationQuery.d.ts +1 -1
- package/dist/HealthKit/HKVerifiableClinicalRecordQuery.d.ts +2 -2
- package/dist/HealthKit/HKVerifiableClinicalRecordSubject.d.ts +3 -0
- package/dist/HealthKit/HKVisionPrism.d.ts +3 -0
- package/dist/HealthKit/HKWheelchairUseObject.d.ts +3 -0
- package/dist/HealthKit/HKWorkoutActivity.d.ts +3 -0
- package/dist/HealthKit/HKWorkoutBuilder.d.ts +9 -9
- package/dist/HealthKit/HKWorkoutConfiguration.d.ts +3 -0
- package/dist/HealthKit/HKWorkoutEffortRelationship.d.ts +3 -0
- package/dist/HealthKit/HKWorkoutEffortRelationshipQuery.d.ts +1 -1
- package/dist/HealthKit/HKWorkoutEvent.d.ts +3 -0
- package/dist/HealthKit/HKWorkoutRouteBuilder.d.ts +3 -3
- package/dist/HealthKit/HKWorkoutRouteQuery.d.ts +2 -2
- package/dist/HealthKit/HKWorkoutSession.d.ts +8 -5
- package/dist/HealthKit/index.js +109 -108
- package/dist/IOSurface/IOSurface.d.ts +8 -5
- package/dist/IOSurface/index.js +2 -1
- package/dist/IOUSBHost/IOUSBHostCIControllerStateMachine.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostCIDeviceStateMachine.d.ts +4 -4
- package/dist/IOUSBHost/IOUSBHostCIEndpointStateMachine.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostCIPortStateMachine.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostControllerInterface.d.ts +8 -8
- package/dist/IOUSBHost/IOUSBHostDevice.d.ts +5 -5
- package/dist/IOUSBHost/IOUSBHostInterface.d.ts +6 -5
- package/dist/IOUSBHost/IOUSBHostObject.d.ts +24 -24
- package/dist/IOUSBHost/IOUSBHostPipe.d.ts +20 -20
- package/dist/IOUSBHost/IOUSBHostStream.d.ts +4 -4
- package/dist/IOUSBHost/index.js +12 -11
- package/dist/IdentityLookup/ILClassificationRequest.d.ts +3 -0
- package/dist/IdentityLookup/ILClassificationResponse.d.ts +3 -0
- package/dist/IdentityLookup/ILCommunication.d.ts +3 -0
- package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryRequest.d.ts +3 -0
- package/dist/IdentityLookup/ILMessageFilterCapabilitiesQueryResponse.d.ts +3 -0
- package/dist/IdentityLookup/ILMessageFilterExtensionContext.d.ts +1 -1
- package/dist/IdentityLookup/ILMessageFilterQueryRequest.d.ts +3 -0
- package/dist/IdentityLookup/ILMessageFilterQueryResponse.d.ts +3 -0
- package/dist/IdentityLookup/ILNetworkResponse.d.ts +3 -0
- package/dist/IdentityLookup/index.js +15 -14
- package/dist/ImageCaptureCore/ICCameraDevice.d.ts +2 -2
- package/dist/ImageCaptureCore/ICCameraFile.d.ts +6 -6
- package/dist/ImageCaptureCore/ICDevice.d.ts +3 -3
- package/dist/ImageCaptureCore/index.js +19 -18
- package/dist/InputMethodKit/IMKCandidates.d.ts +6 -6
- package/dist/InputMethodKit/IMKInputController.d.ts +4 -0
- package/dist/InputMethodKit/index.js +4 -3
- package/dist/InstallerPlugins/index.js +4 -3
- package/dist/InstantMessage/IMAVManager.d.ts +3 -3
- package/dist/InstantMessage/IMService.d.ts +4 -5
- package/dist/InstantMessage/index.js +7 -6
- package/dist/Intents/INAirline.d.ts +3 -0
- package/dist/Intents/INAirport.d.ts +3 -0
- package/dist/Intents/INAirportGate.d.ts +3 -0
- package/dist/Intents/INBalanceAmount.d.ts +3 -0
- package/dist/Intents/INBillDetails.d.ts +3 -0
- package/dist/Intents/INBillPayee.d.ts +3 -0
- package/dist/Intents/INBoatTrip.d.ts +3 -0
- package/dist/Intents/INBusTrip.d.ts +3 -0
- package/dist/Intents/INCallGroup.d.ts +3 -0
- package/dist/Intents/INCallRecord.d.ts +3 -0
- package/dist/Intents/INCallRecordFilter.d.ts +3 -0
- package/dist/Intents/INCar.d.ts +3 -0
- package/dist/Intents/INCarHeadUnit.d.ts +3 -0
- package/dist/Intents/INCurrencyAmount.d.ts +3 -0
- package/dist/Intents/INDateComponentsRange.d.ts +3 -0
- package/dist/Intents/INDefaultCardTemplate.d.ts +3 -0
- package/dist/Intents/INEnergyResolutionResult.d.ts +2 -2
- package/dist/Intents/INExtension.d.ts +3 -0
- package/dist/Intents/INFile.d.ts +3 -0
- package/dist/Intents/INFlight.d.ts +3 -0
- package/dist/Intents/INFocusStatus.d.ts +3 -0
- package/dist/Intents/INFocusStatusCenter.d.ts +1 -1
- package/dist/Intents/INImage.d.ts +3 -0
- package/dist/Intents/INIntent.d.ts +3 -0
- package/dist/Intents/INIntentDonationMetadata.d.ts +3 -0
- package/dist/Intents/INIntentHandlerProviding.d.ts +1 -1
- package/dist/Intents/INIntentResponse.d.ts +3 -0
- package/dist/Intents/INInteraction.d.ts +8 -5
- package/dist/Intents/INLengthResolutionResult.d.ts +2 -2
- package/dist/Intents/INMassResolutionResult.d.ts +2 -2
- package/dist/Intents/INMediaDestination.d.ts +3 -0
- package/dist/Intents/INMediaItem.d.ts +3 -0
- package/dist/Intents/INMediaSearch.d.ts +3 -0
- package/dist/Intents/INMessage.d.ts +3 -0
- package/dist/Intents/INMessageLinkMetadata.d.ts +3 -0
- package/dist/Intents/INMessageReaction.d.ts +3 -0
- package/dist/Intents/INNote.d.ts +3 -0
- package/dist/Intents/INNoteContent.d.ts +3 -0
- package/dist/Intents/INObject.d.ts +3 -0
- package/dist/Intents/INObjectCollection.d.ts +5 -3
- package/dist/Intents/INObjectSection.d.ts +3 -0
- package/dist/Intents/INParameter.d.ts +3 -0
- package/dist/Intents/INPaymentAccount.d.ts +3 -0
- package/dist/Intents/INPaymentAmount.d.ts +3 -0
- package/dist/Intents/INPaymentMethod.d.ts +3 -0
- package/dist/Intents/INPaymentRecord.d.ts +3 -0
- package/dist/Intents/INPerson.d.ts +4 -0
- package/dist/Intents/INPersonHandle.d.ts +3 -0
- package/dist/Intents/INPriceRange.d.ts +3 -0
- package/dist/Intents/INRecurrenceRule.d.ts +3 -0
- package/dist/Intents/INRelevanceProvider.d.ts +3 -0
- package/dist/Intents/INRelevantShortcut.d.ts +3 -0
- package/dist/Intents/INRelevantShortcutStore.d.ts +1 -1
- package/dist/Intents/INRentalCar.d.ts +3 -0
- package/dist/Intents/INReservation.d.ts +3 -0
- package/dist/Intents/INReservationAction.d.ts +3 -0
- package/dist/Intents/INRestaurant.d.ts +3 -0
- package/dist/Intents/INRestaurantGuestDisplayPreferences.d.ts +3 -0
- package/dist/Intents/INRestaurantOffer.d.ts +3 -0
- package/dist/Intents/INRestaurantReservationBooking.d.ts +3 -0
- package/dist/Intents/INRideCompletionStatus.d.ts +3 -0
- package/dist/Intents/INRideFareLineItem.d.ts +3 -0
- package/dist/Intents/INRidePartySizeOption.d.ts +3 -0
- package/dist/Intents/INRideStatus.d.ts +3 -0
- package/dist/Intents/INRideVehicle.d.ts +5 -2
- package/dist/Intents/INSeat.d.ts +3 -0
- package/dist/Intents/INSendMessageIntent.d.ts +3 -0
- package/dist/Intents/INShortcut.d.ts +3 -0
- package/dist/Intents/INSpatialEventTrigger.d.ts +3 -0
- package/dist/Intents/INSpeakable.d.ts +2 -2
- package/dist/Intents/INSpeakableString.d.ts +4 -0
- package/dist/Intents/INSpeedResolutionResult.d.ts +2 -2
- package/dist/Intents/INStartCallIntent.d.ts +3 -0
- package/dist/Intents/INSticker.d.ts +3 -0
- package/dist/Intents/INTask.d.ts +3 -0
- package/dist/Intents/INTaskList.d.ts +3 -0
- package/dist/Intents/INTemperatureResolutionResult.d.ts +2 -2
- package/dist/Intents/INTemporalEventTrigger.d.ts +3 -0
- package/dist/Intents/INTermsAndConditions.d.ts +3 -0
- package/dist/Intents/INTicketedEvent.d.ts +3 -0
- package/dist/Intents/INTrainTrip.d.ts +3 -0
- package/dist/Intents/INUserContext.d.ts +3 -0
- package/dist/Intents/INVocabulary.d.ts +1 -2
- package/dist/Intents/INVoiceShortcut.d.ts +3 -0
- package/dist/Intents/INVoiceShortcutCenter.d.ts +2 -2
- package/dist/Intents/INVolumeResolutionResult.d.ts +2 -2
- package/dist/Intents/index.js +310 -309
- package/dist/IntentsUI/index.js +4 -3
- package/dist/JavaRuntimeSupport/index.js +6 -5
- package/dist/JavaScriptCore/index.js +5 -4
- package/dist/LinkPresentation/LPLinkMetadata.d.ts +3 -0
- package/dist/LinkPresentation/LPMetadataProvider.d.ts +2 -2
- package/dist/LinkPresentation/index.js +4 -3
- package/dist/LocalAuthentication/LAContext.d.ts +3 -3
- package/dist/LocalAuthentication/LAPrivateKey.d.ts +3 -3
- package/dist/LocalAuthentication/LAPublicKey.d.ts +3 -3
- package/dist/LocalAuthentication/LARight.d.ts +2 -2
- package/dist/LocalAuthentication/LARightStore.d.ts +6 -6
- package/dist/LocalAuthentication/LASecret.d.ts +1 -1
- package/dist/LocalAuthentication/index.js +19 -18
- package/dist/LocalAuthenticationEmbeddedUI/index.js +2 -1
- package/dist/MLCompute/MLCDevice.d.ts +3 -3
- package/dist/MLCompute/MLCInferenceGraph.d.ts +4 -4
- package/dist/MLCompute/MLCTrainingGraph.d.ts +7 -7
- package/dist/MLCompute/index.js +57 -56
- package/dist/MailKit/MEAddressAnnotation.d.ts +3 -0
- package/dist/MailKit/MEComposeSession.d.ts +3 -0
- package/dist/MailKit/MEComposeSessionHandler.d.ts +3 -2
- package/dist/MailKit/MEDecodedMessage.d.ts +3 -0
- package/dist/MailKit/MEDecodedMessageBanner.d.ts +3 -0
- package/dist/MailKit/MEEmailAddress.d.ts +3 -0
- package/dist/MailKit/MEEncodedOutgoingMessage.d.ts +3 -0
- package/dist/MailKit/MEExtensionManager.d.ts +2 -2
- package/dist/MailKit/MEMessage.d.ts +5 -2
- package/dist/MailKit/MEMessageAction.d.ts +3 -0
- package/dist/MailKit/MEMessageActionDecision.d.ts +3 -0
- package/dist/MailKit/MEMessageActionHandler.d.ts +1 -1
- package/dist/MailKit/MEMessageEncodingResult.d.ts +3 -0
- package/dist/MailKit/MEMessageSecurityHandler.d.ts +1 -1
- package/dist/MailKit/MEMessageSecurityInformation.d.ts +3 -0
- package/dist/MailKit/MEMessageSigner.d.ts +3 -0
- package/dist/MailKit/MEOutgoingMessageEncodingStatus.d.ts +3 -0
- package/dist/MailKit/index.js +17 -16
- package/dist/MapKit/MKAddressFilter.d.ts +3 -0
- package/dist/MapKit/MKAnnotationView.d.ts +6 -1
- package/dist/MapKit/MKClusterAnnotation.d.ts +3 -3
- package/dist/MapKit/MKDirections.d.ts +3 -2
- package/dist/MapKit/MKGeoJSONDecoder.d.ts +2 -1
- package/dist/MapKit/MKGeoJSONFeature.d.ts +5 -2
- package/dist/MapKit/MKGeocodingRequest.d.ts +1 -1
- package/dist/MapKit/MKLocalSearch.d.ts +2 -1
- package/dist/MapKit/MKLookAroundSceneRequest.d.ts +1 -1
- package/dist/MapKit/MKLookAroundSnapshotter.d.ts +1 -1
- package/dist/MapKit/MKLookAroundViewController.d.ts +3 -3
- package/dist/MapKit/MKMapCamera.d.ts +3 -0
- package/dist/MapKit/MKMapCameraZoomRange.d.ts +3 -0
- package/dist/MapKit/MKMapConfiguration.d.ts +3 -0
- package/dist/MapKit/MKMapItem.d.ts +5 -2
- package/dist/MapKit/MKMapItemAnnotation.d.ts +3 -0
- package/dist/MapKit/MKMapItemIdentifier.d.ts +3 -0
- package/dist/MapKit/MKMapItemRequest.d.ts +2 -2
- package/dist/MapKit/MKMapSnapshotter.d.ts +2 -2
- package/dist/MapKit/MKMapView.d.ts +16 -14
- package/dist/MapKit/MKMapViewDelegate.d.ts +1 -2
- package/dist/MapKit/MKMultiPoint.d.ts +3 -0
- package/dist/MapKit/MKMultiPolygon.d.ts +3 -0
- package/dist/MapKit/MKMultiPolyline.d.ts +3 -0
- package/dist/MapKit/MKOverlayPathRenderer.d.ts +4 -4
- package/dist/MapKit/MKOverlayRenderer.d.ts +10 -3
- package/dist/MapKit/MKPlacemark.d.ts +3 -0
- package/dist/MapKit/MKPointAnnotation.d.ts +3 -0
- package/dist/MapKit/MKPointOfInterestCategory.d.ts +76 -5
- package/dist/MapKit/MKPointOfInterestCategory.js +75 -0
- package/dist/MapKit/MKPointOfInterestFilter.d.ts +3 -0
- package/dist/MapKit/MKPolygon.d.ts +3 -0
- package/dist/MapKit/MKPolyline.d.ts +3 -0
- package/dist/MapKit/MKReverseGeocodingRequest.d.ts +1 -1
- package/dist/MapKit/MKTileOverlay.d.ts +1 -1
- package/dist/MapKit/MKUserLocation.d.ts +1 -1
- package/dist/MapKit/index.d.ts +1 -1
- package/dist/MapKit/index.js +76 -74
- package/dist/Matter/MTRAccessControlClusterReviewFabricRestrictionsResponseParams.d.ts +1 -1
- package/dist/Matter/MTRAccountLoginClusterGetSetupPINResponseParams.d.ts +1 -1
- package/dist/Matter/MTRApplicationLauncherClusterLauncherResponseParams.d.ts +1 -1
- package/dist/Matter/MTRAsyncCallbackQueueWorkItem.d.ts +1 -1
- package/dist/Matter/MTRAsyncCallbackWorkQueue.d.ts +1 -1
- package/dist/Matter/MTRAttributeCacheContainer.d.ts +1 -1
- package/dist/Matter/MTRAttributeReport.d.ts +2 -2
- package/dist/Matter/MTRAttributeRequestPath.d.ts +3 -0
- package/dist/Matter/MTRBaseClusterAccessControl.d.ts +70 -69
- package/dist/Matter/MTRBaseClusterAccountLogin.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterActions.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterActivatedCarbonFilterMonitoring.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterAdministratorCommissioning.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterAirQuality.d.ts +20 -19
- package/dist/Matter/MTRBaseClusterApplicationBasic.d.ts +81 -80
- package/dist/Matter/MTRBaseClusterApplicationLauncher.d.ts +54 -53
- package/dist/Matter/MTRBaseClusterAudioOutput.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterBallastConfiguration.d.ts +117 -116
- package/dist/Matter/MTRBaseClusterBarrierControl.d.ts +93 -92
- package/dist/Matter/MTRBaseClusterBasic.d.ts +77 -76
- package/dist/Matter/MTRBaseClusterBasicInformation.d.ts +86 -85
- package/dist/Matter/MTRBaseClusterBinaryInputBasic.d.ts +87 -86
- package/dist/Matter/MTRBaseClusterBinding.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterBooleanState.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterBooleanStateConfiguration.d.ts +41 -40
- package/dist/Matter/MTRBaseClusterBridgedDeviceBasic.d.ts +62 -61
- package/dist/Matter/MTRBaseClusterBridgedDeviceBasicInformation.d.ts +68 -67
- package/dist/Matter/MTRBaseClusterCarbonDioxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterCarbonMonoxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterChannel.d.ts +55 -54
- package/dist/Matter/MTRBaseClusterColorControl.d.ts +345 -344
- package/dist/Matter/MTRBaseClusterCommissionerControl.d.ts +21 -20
- package/dist/Matter/MTRBaseClusterContentAppObserver.d.ts +18 -17
- package/dist/Matter/MTRBaseClusterContentLauncher.d.ts +49 -48
- package/dist/Matter/MTRBaseClusterDescriptor.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterDeviceEnergyManagement.d.ts +41 -40
- package/dist/Matter/MTRBaseClusterDeviceEnergyManagementMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterDiagnosticLogs.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterDishwasherAlarm.d.ts +29 -28
- package/dist/Matter/MTRBaseClusterDishwasherMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterDoorLock.d.ts +288 -287
- package/dist/Matter/MTRBaseClusterElectricalEnergyMeasurement.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterElectricalMeasurement.d.ts +801 -800
- package/dist/Matter/MTRBaseClusterElectricalPowerMeasurement.d.ts +74 -73
- package/dist/Matter/MTRBaseClusterEnergyEVSE.d.ts +70 -69
- package/dist/Matter/MTRBaseClusterEnergyEVSEMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterEthernetNetworkDiagnostics.d.ts +87 -86
- package/dist/Matter/MTRBaseClusterFanControl.d.ts +102 -101
- package/dist/Matter/MTRBaseClusterFixedLabel.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterFlowMeasurement.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterFormaldehydeConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterGeneralCommissioning.d.ts +71 -70
- package/dist/Matter/MTRBaseClusterGeneralDiagnostics.d.ts +90 -89
- package/dist/Matter/MTRBaseClusterGroupKeyManagement.d.ts +62 -61
- package/dist/Matter/MTRBaseClusterGroups.d.ts +47 -46
- package/dist/Matter/MTRBaseClusterHEPAFilterMonitoring.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterICDManagement.d.ts +49 -48
- package/dist/Matter/MTRBaseClusterIdentify.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterIlluminanceMeasurement.d.ts +63 -62
- package/dist/Matter/MTRBaseClusterKeypadInput.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterLaundryDryerControls.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterLaundryWasherControls.d.ts +29 -28
- package/dist/Matter/MTRBaseClusterLaundryWasherMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterLevelControl.d.ts +117 -116
- package/dist/Matter/MTRBaseClusterLocalizationConfiguration.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterLowPower.d.ts +33 -32
- package/dist/Matter/MTRBaseClusterMediaInput.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterMediaPlayback.d.ts +113 -112
- package/dist/Matter/MTRBaseClusterMessages.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterMicrowaveOvenControl.d.ts +38 -37
- package/dist/Matter/MTRBaseClusterMicrowaveOvenMode.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterModeSelect.d.ts +69 -68
- package/dist/Matter/MTRBaseClusterNetworkCommissioning.d.ts +103 -102
- package/dist/Matter/MTRBaseClusterNitrogenDioxideConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterOccupancySensing.d.ts +111 -110
- package/dist/Matter/MTRBaseClusterOnOff.d.ts +63 -62
- package/dist/Matter/MTRBaseClusterOnOffSwitchConfiguration.d.ts +45 -44
- package/dist/Matter/MTRBaseClusterOperationalCredentials.d.ts +83 -82
- package/dist/Matter/MTRBaseClusterOperationalState.d.ts +43 -42
- package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateProvider.d.ts +37 -36
- package/dist/Matter/MTRBaseClusterOtaSoftwareUpdateRequestor.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterOvenCavityOperationalState.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterOvenMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterOzoneConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterPM10ConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterPM1ConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterPM25ConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterPowerSource.d.ts +222 -221
- package/dist/Matter/MTRBaseClusterPowerSourceConfiguration.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterPowerTopology.d.ts +23 -22
- package/dist/Matter/MTRBaseClusterPressureMeasurement.d.ts +87 -86
- package/dist/Matter/MTRBaseClusterPumpConfigurationAndControl.d.ts +171 -170
- package/dist/Matter/MTRBaseClusterRVCCleanMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterRVCOperationalState.d.ts +41 -40
- package/dist/Matter/MTRBaseClusterRVCRunMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterRadonConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterRefrigeratorAlarm.d.ts +26 -25
- package/dist/Matter/MTRBaseClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterRelativeHumidityMeasurement.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterServiceArea.d.ts +37 -36
- package/dist/Matter/MTRBaseClusterSmokeCOAlarm.d.ts +56 -55
- package/dist/Matter/MTRBaseClusterSoftwareDiagnostics.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterSwitch.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterTargetNavigator.d.ts +47 -46
- package/dist/Matter/MTRBaseClusterTemperatureControl.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterTemperatureMeasurement.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterTestCluster.d.ts +282 -281
- package/dist/Matter/MTRBaseClusterThermostat.d.ts +363 -362
- package/dist/Matter/MTRBaseClusterThermostatUserInterfaceConfiguration.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterThreadBorderRouterManagement.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterThreadNetworkDiagnostics.d.ts +411 -410
- package/dist/Matter/MTRBaseClusterThreadNetworkDirectory.d.ts +27 -26
- package/dist/Matter/MTRBaseClusterTimeFormatLocalization.d.ts +51 -50
- package/dist/Matter/MTRBaseClusterTimeSynchronization.d.ts +57 -56
- package/dist/Matter/MTRBaseClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterUnitLocalization.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterUnitTesting.d.ts +282 -281
- package/dist/Matter/MTRBaseClusterUserLabel.d.ts +39 -38
- package/dist/Matter/MTRBaseClusterValveConfigurationAndControl.d.ts +50 -49
- package/dist/Matter/MTRBaseClusterWakeOnLan.d.ts +42 -41
- package/dist/Matter/MTRBaseClusterWaterHeaterManagement.d.ts +35 -34
- package/dist/Matter/MTRBaseClusterWaterHeaterMode.d.ts +24 -23
- package/dist/Matter/MTRBaseClusterWiFiNetworkDiagnostics.d.ts +111 -110
- package/dist/Matter/MTRBaseClusterWiFiNetworkManagement.d.ts +25 -24
- package/dist/Matter/MTRBaseClusterWindowCovering.d.ts +165 -164
- package/dist/Matter/MTRBaseDevice.d.ts +19 -19
- package/dist/Matter/MTRCertificateInfo.d.ts +1 -2
- package/dist/Matter/MTRCertificates.d.ts +15 -15
- package/dist/Matter/MTRChannelClusterChangeChannelResponseParams.d.ts +1 -1
- package/dist/Matter/MTRChannelClusterProgramGuideResponseParams.d.ts +1 -1
- package/dist/Matter/MTRClusterAccessControl.d.ts +5 -3
- package/dist/Matter/MTRClusterAccountLogin.d.ts +12 -10
- package/dist/Matter/MTRClusterActions.d.ts +28 -26
- package/dist/Matter/MTRClusterActivatedCarbonFilterMonitoring.d.ts +5 -3
- package/dist/Matter/MTRClusterAdministratorCommissioning.d.ts +12 -10
- package/dist/Matter/MTRClusterAirQuality.d.ts +2 -2
- package/dist/Matter/MTRClusterApplicationBasic.d.ts +3 -3
- package/dist/Matter/MTRClusterApplicationLauncher.d.ts +13 -11
- package/dist/Matter/MTRClusterAudioOutput.d.ts +8 -6
- package/dist/Matter/MTRClusterBallastConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterBarrierControl.d.ts +10 -8
- package/dist/Matter/MTRClusterBasic.d.ts +5 -3
- package/dist/Matter/MTRClusterBasicInformation.d.ts +2 -2
- package/dist/Matter/MTRClusterBinaryInputBasic.d.ts +3 -3
- package/dist/Matter/MTRClusterBinding.d.ts +3 -3
- package/dist/Matter/MTRClusterBooleanState.d.ts +3 -3
- package/dist/Matter/MTRClusterBooleanStateConfiguration.d.ts +5 -3
- package/dist/Matter/MTRClusterBridgedDeviceBasic.d.ts +2 -2
- package/dist/Matter/MTRClusterBridgedDeviceBasicInformation.d.ts +4 -2
- package/dist/Matter/MTRClusterCarbonDioxideConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterCarbonMonoxideConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterChannel.d.ts +14 -12
- package/dist/Matter/MTRClusterColorControl.d.ts +42 -40
- package/dist/Matter/MTRClusterCommissionerControl.d.ts +5 -3
- package/dist/Matter/MTRClusterContentAppObserver.d.ts +4 -2
- package/dist/Matter/MTRClusterContentLauncher.d.ts +8 -6
- package/dist/Matter/MTRClusterDescriptor.d.ts +3 -3
- package/dist/Matter/MTRClusterDeviceEnergyManagement.d.ts +14 -12
- package/dist/Matter/MTRClusterDeviceEnergyManagementMode.d.ts +4 -2
- package/dist/Matter/MTRClusterDiagnosticLogs.d.ts +6 -4
- package/dist/Matter/MTRClusterDishwasherAlarm.d.ts +5 -3
- package/dist/Matter/MTRClusterDishwasherMode.d.ts +4 -2
- package/dist/Matter/MTRClusterDoorLock.d.ts +47 -45
- package/dist/Matter/MTRClusterElectricalEnergyMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterElectricalMeasurement.d.ts +10 -8
- package/dist/Matter/MTRClusterElectricalPowerMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterEnergyEVSE.d.ts +13 -11
- package/dist/Matter/MTRClusterEnergyEVSEMode.d.ts +4 -2
- package/dist/Matter/MTRClusterEthernetNetworkDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterFanControl.d.ts +5 -3
- package/dist/Matter/MTRClusterFixedLabel.d.ts +3 -3
- package/dist/Matter/MTRClusterFlowMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterFormaldehydeConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterGeneralCommissioning.d.ts +12 -10
- package/dist/Matter/MTRClusterGeneralDiagnostics.d.ts +9 -7
- package/dist/Matter/MTRClusterGroupKeyManagement.d.ts +13 -11
- package/dist/Matter/MTRClusterGroups.d.ts +18 -16
- package/dist/Matter/MTRClusterHEPAFilterMonitoring.d.ts +5 -3
- package/dist/Matter/MTRClusterICDManagement.d.ts +6 -4
- package/dist/Matter/MTRClusterIdentify.d.ts +8 -6
- package/dist/Matter/MTRClusterIlluminanceMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterKeypadInput.d.ts +6 -4
- package/dist/Matter/MTRClusterLaundryDryerControls.d.ts +2 -2
- package/dist/Matter/MTRClusterLaundryWasherControls.d.ts +2 -2
- package/dist/Matter/MTRClusterLaundryWasherMode.d.ts +4 -2
- package/dist/Matter/MTRClusterLevelControl.d.ts +22 -20
- package/dist/Matter/MTRClusterLocalizationConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterLowPower.d.ts +8 -6
- package/dist/Matter/MTRClusterMediaInput.d.ts +16 -14
- package/dist/Matter/MTRClusterMediaPlayback.d.ts +46 -44
- package/dist/Matter/MTRClusterMessages.d.ts +5 -3
- package/dist/Matter/MTRClusterMicrowaveOvenControl.d.ts +6 -4
- package/dist/Matter/MTRClusterMicrowaveOvenMode.d.ts +2 -2
- package/dist/Matter/MTRClusterModeSelect.d.ts +6 -4
- package/dist/Matter/MTRClusterNetworkCommissioning.d.ts +17 -15
- package/dist/Matter/MTRClusterNitrogenDioxideConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterOccupancySensing.d.ts +3 -3
- package/dist/Matter/MTRClusterOnOff.d.ts +24 -22
- package/dist/Matter/MTRClusterOnOffSwitchConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterOperationalCredentials.d.ts +20 -18
- package/dist/Matter/MTRClusterOperationalState.d.ts +11 -9
- package/dist/Matter/MTRClusterOtaSoftwareUpdateProvider.d.ts +10 -8
- package/dist/Matter/MTRClusterOtaSoftwareUpdateRequestor.d.ts +6 -4
- package/dist/Matter/MTRClusterOvenCavityOperationalState.d.ts +7 -5
- package/dist/Matter/MTRClusterOvenMode.d.ts +4 -2
- package/dist/Matter/MTRClusterOzoneConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterPM10ConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterPM1ConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterPM25ConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterPath.d.ts +3 -0
- package/dist/Matter/MTRClusterPowerSource.d.ts +3 -3
- package/dist/Matter/MTRClusterPowerSourceConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterPowerTopology.d.ts +2 -2
- package/dist/Matter/MTRClusterPressureMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterPumpConfigurationAndControl.d.ts +3 -3
- package/dist/Matter/MTRClusterRVCCleanMode.d.ts +4 -2
- package/dist/Matter/MTRClusterRVCOperationalState.d.ts +9 -7
- package/dist/Matter/MTRClusterRVCRunMode.d.ts +4 -2
- package/dist/Matter/MTRClusterRadonConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterRefrigeratorAlarm.d.ts +2 -2
- package/dist/Matter/MTRClusterRefrigeratorAndTemperatureControlledCabinetMode.d.ts +4 -2
- package/dist/Matter/MTRClusterRelativeHumidityMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterServiceArea.d.ts +5 -3
- package/dist/Matter/MTRClusterSmokeCOAlarm.d.ts +5 -3
- package/dist/Matter/MTRClusterSoftwareDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterStateCacheContainer.d.ts +1 -1
- package/dist/Matter/MTRClusterSwitch.d.ts +3 -3
- package/dist/Matter/MTRClusterTargetNavigator.d.ts +6 -4
- package/dist/Matter/MTRClusterTemperatureControl.d.ts +5 -3
- package/dist/Matter/MTRClusterTemperatureMeasurement.d.ts +3 -3
- package/dist/Matter/MTRClusterTestCluster.d.ts +32 -30
- package/dist/Matter/MTRClusterThermostat.d.ts +17 -15
- package/dist/Matter/MTRClusterThermostatUserInterfaceConfiguration.d.ts +3 -3
- package/dist/Matter/MTRClusterThreadBorderRouterManagement.d.ts +9 -7
- package/dist/Matter/MTRClusterThreadNetworkDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterThreadNetworkDirectory.d.ts +6 -4
- package/dist/Matter/MTRClusterTimeFormatLocalization.d.ts +3 -3
- package/dist/Matter/MTRClusterTimeSynchronization.d.ts +8 -6
- package/dist/Matter/MTRClusterTotalVolatileOrganicCompoundsConcentrationMeasurement.d.ts +2 -2
- package/dist/Matter/MTRClusterUnitLocalization.d.ts +3 -3
- package/dist/Matter/MTRClusterUnitTesting.d.ts +32 -30
- package/dist/Matter/MTRClusterUserLabel.d.ts +3 -3
- package/dist/Matter/MTRClusterValveConfigurationAndControl.d.ts +7 -5
- package/dist/Matter/MTRClusterWakeOnLan.d.ts +3 -3
- package/dist/Matter/MTRClusterWaterHeaterManagement.d.ts +6 -4
- package/dist/Matter/MTRClusterWaterHeaterMode.d.ts +4 -2
- package/dist/Matter/MTRClusterWiFiNetworkDiagnostics.d.ts +8 -6
- package/dist/Matter/MTRClusterWiFiNetworkManagement.d.ts +5 -3
- package/dist/Matter/MTRClusterWindowCovering.d.ts +24 -22
- package/dist/Matter/MTRCommandWithRequiredResponse.d.ts +6 -4
- package/dist/Matter/MTRCommissioneeInfo.d.ts +4 -2
- package/dist/Matter/MTRCommissionerControlClusterReverseOpenCommissioningWindowParams.d.ts +1 -1
- package/dist/Matter/MTRCommissioningDelegate.d.ts +1 -1
- package/dist/Matter/MTRCommissioningOperation.d.ts +1 -2
- package/dist/Matter/MTRContentAppObserverClusterContentAppMessageResponseParams.d.ts +1 -1
- package/dist/Matter/MTRContentLauncherClusterLauncherResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDevice.d.ts +13 -13
- package/dist/Matter/MTRDeviceAttestationDeviceInfo.d.ts +3 -4
- package/dist/Matter/MTRDeviceAttestationInfo.d.ts +4 -5
- package/dist/Matter/MTRDeviceController.d.ts +25 -25
- package/dist/Matter/MTRDeviceControllerClientProtocol.d.ts +1 -1
- package/dist/Matter/MTRDeviceControllerExternalCertificateParameters.d.ts +3 -3
- package/dist/Matter/MTRDeviceControllerFactory.d.ts +3 -3
- package/dist/Matter/MTRDeviceControllerParameters.d.ts +3 -3
- package/dist/Matter/MTRDeviceControllerServerProtocol.d.ts +8 -8
- package/dist/Matter/MTRDeviceControllerStartupParams.d.ts +9 -10
- package/dist/Matter/MTRDeviceControllerStorageDelegate.d.ts +3 -3
- package/dist/Matter/MTRDeviceDelegate.d.ts +3 -3
- package/dist/Matter/MTRDeviceEnergyManagementModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDeviceTypeRevision.d.ts +3 -0
- package/dist/Matter/MTRDiagnosticLogsClusterRetrieveLogsResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDishwasherModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDoorLockClusterGetCredentialStatusResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDoorLockClusterGetHolidayScheduleResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDoorLockClusterGetUserResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDoorLockClusterGetWeekDayScheduleResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDoorLockClusterGetYearDayScheduleResponseParams.d.ts +1 -1
- package/dist/Matter/MTRDoorLockClusterSetCredentialResponseParams.d.ts +1 -1
- package/dist/Matter/MTRElectricalMeasurementClusterGetMeasurementProfileResponseCommandParams.d.ts +1 -1
- package/dist/Matter/MTRElectricalMeasurementClusterGetProfileInfoResponseCommandParams.d.ts +1 -1
- package/dist/Matter/MTREndpointInfo.d.ts +3 -0
- package/dist/Matter/MTREnergyEVSEClusterGetTargetsResponseParams.d.ts +1 -1
- package/dist/Matter/MTREnergyEVSEModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTREventReport.d.ts +2 -2
- package/dist/Matter/MTREventRequestPath.d.ts +3 -0
- package/dist/Matter/MTRFabricInfo.d.ts +6 -7
- package/dist/Matter/MTRGeneralCommissioningClusterArmFailSafeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGeneralCommissioningClusterCommissioningCompleteResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGeneralCommissioningClusterSetRegulatoryConfigResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGeneralDiagnosticsClusterPayloadTestResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGeneralDiagnosticsClusterTimeSnapshotResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadAllIndicesResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGroupKeyManagementClusterKeySetReadResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGroupsClusterAddGroupResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGroupsClusterGetGroupMembershipResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGroupsClusterRemoveGroupResponseParams.d.ts +1 -1
- package/dist/Matter/MTRGroupsClusterViewGroupResponseParams.d.ts +1 -1
- package/dist/Matter/MTRICDManagementClusterRegisterClientResponseParams.d.ts +1 -1
- package/dist/Matter/MTRICDManagementClusterStayActiveResponseParams.d.ts +1 -1
- package/dist/Matter/MTRKeypadInputClusterSendKeyResponseParams.d.ts +1 -1
- package/dist/Matter/MTRLaundryWasherModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRManualSetupPayloadParser.d.ts +1 -1
- package/dist/Matter/MTRMediaPlaybackClusterPlaybackResponseParams.d.ts +1 -1
- package/dist/Matter/MTRNetworkCommissioningClusterConnectNetworkResponseParams.d.ts +1 -1
- package/dist/Matter/MTRNetworkCommissioningClusterNetworkConfigResponseParams.d.ts +1 -1
- package/dist/Matter/MTRNetworkCommissioningClusterScanNetworksResponseParams.d.ts +1 -1
- package/dist/Matter/MTRNetworkInterfaceInfo.d.ts +3 -0
- package/dist/Matter/MTROTAHeaderParser.d.ts +1 -1
- package/dist/Matter/MTROTAProviderDelegate.d.ts +6 -6
- package/dist/Matter/MTROnboardingPayloadParser.d.ts +1 -1
- package/dist/Matter/MTROperationalCSRInfo.d.ts +5 -6
- package/dist/Matter/MTROperationalCertificateChain.d.ts +8 -8
- package/dist/Matter/MTROperationalCertificateIssuer.d.ts +1 -1
- package/dist/Matter/MTROperationalCredentialsClusterAttestationResponseParams.d.ts +1 -1
- package/dist/Matter/MTROperationalCredentialsClusterCSRResponseParams.d.ts +1 -1
- package/dist/Matter/MTROperationalCredentialsClusterCertificateChainResponseParams.d.ts +1 -1
- package/dist/Matter/MTROperationalCredentialsClusterNOCResponseParams.d.ts +1 -1
- package/dist/Matter/MTROperationalStateClusterOperationalCommandResponseParams.d.ts +1 -1
- package/dist/Matter/MTROtaSoftwareUpdateProviderClusterApplyUpdateResponseParams.d.ts +1 -1
- package/dist/Matter/MTROtaSoftwareUpdateProviderClusterQueryImageResponseParams.d.ts +1 -1
- package/dist/Matter/MTROvenCavityOperationalStateClusterOperationalCommandResponseParams.d.ts +1 -1
- package/dist/Matter/MTROvenModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRProductIdentity.d.ts +3 -0
- package/dist/Matter/MTRQRCodeSetupPayloadParser.d.ts +1 -1
- package/dist/Matter/MTRRVCCleanModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRRVCOperationalStateClusterOperationalCommandResponseParams.d.ts +1 -1
- package/dist/Matter/MTRRVCRunModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRReadParams.d.ts +3 -0
- package/dist/Matter/MTRRefrigeratorAndTemperatureControlledCabinetModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRServiceAreaClusterSelectAreasResponseParams.d.ts +1 -1
- package/dist/Matter/MTRServiceAreaClusterSkipAreaResponseParams.d.ts +1 -1
- package/dist/Matter/MTRSetupPayload.d.ts +6 -3
- package/dist/Matter/MTRTargetNavigatorClusterNavigateTargetResponseParams.d.ts +1 -1
- package/dist/Matter/MTRThermostatClusterAtomicResponseParams.d.ts +1 -1
- package/dist/Matter/MTRThermostatClusterGetWeeklyScheduleResponseParams.d.ts +1 -1
- package/dist/Matter/MTRThreadBorderRouterManagementClusterDatasetResponseParams.d.ts +1 -1
- package/dist/Matter/MTRThreadNetworkDirectoryClusterOperationalDatasetResponseParams.d.ts +1 -1
- package/dist/Matter/MTRTimeSynchronizationClusterSetTimeZoneResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterBooleanResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterSimpleStructResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestAddArgumentsResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestComplexNullableOptionalResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestEmitTestEventResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestEmitTestFabricScopedEventResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestEnumsResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestListInt8UReverseResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestNullableOptionalResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestSimpleArgumentResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestSpecificResponseParams.d.ts +1 -1
- package/dist/Matter/MTRUnitTestingClusterTestStructArrayArgumentResponseParams.d.ts +1 -1
- package/dist/Matter/MTRWaterHeaterModeClusterChangeToModeResponseParams.d.ts +1 -1
- package/dist/Matter/MTRWiFiNetworkManagementClusterNetworkPassphraseResponseParams.d.ts +1 -1
- package/dist/Matter/MTRWriteParams.d.ts +3 -0
- package/dist/Matter/MTRXPCClientProtocol_MTRDevice.d.ts +3 -3
- package/dist/Matter/MTRXPCServerProtocol_MTRDevice.d.ts +7 -7
- package/dist/Matter/index.js +1331 -1330
- package/dist/MediaAccessibility/MAMusicHapticsManager.d.ts +1 -1
- package/dist/MediaAccessibility/index.js +4 -3
- package/dist/MediaExtension/MEByteSource.d.ts +4 -4
- package/dist/MediaExtension/MEFormatReader.d.ts +4 -4
- package/dist/MediaExtension/MEFormatReaderExtension.d.ts +1 -1
- package/dist/MediaExtension/MERAWProcessingBooleanParameter.d.ts +2 -2
- package/dist/MediaExtension/MERAWProcessingFloatParameter.d.ts +2 -2
- package/dist/MediaExtension/MERAWProcessingIntegerParameter.d.ts +2 -2
- package/dist/MediaExtension/MERAWProcessingListParameter.d.ts +2 -2
- package/dist/MediaExtension/MERAWProcessor.d.ts +1 -1
- package/dist/MediaExtension/MERAWProcessorExtension.d.ts +1 -1
- package/dist/MediaExtension/MERAWProcessorPixelBufferManager.d.ts +1 -1
- package/dist/MediaExtension/MESampleCursor.d.ts +11 -11
- package/dist/MediaExtension/METrackInfo.d.ts +7 -8
- package/dist/MediaExtension/METrackReader.d.ts +8 -8
- package/dist/MediaExtension/MEVideoDecoder.d.ts +1 -1
- package/dist/MediaExtension/MEVideoDecoderExtension.d.ts +1 -1
- package/dist/MediaExtension/MEVideoDecoderPixelBufferManager.d.ts +1 -1
- package/dist/MediaExtension/index.js +19 -18
- package/dist/MediaLibrary/index.js +5 -4
- package/dist/MediaPlayer/MPMediaEntity.d.ts +6 -3
- package/dist/MediaPlayer/MPMediaItem.d.ts +7 -8
- package/dist/MediaPlayer/MPMediaItemAnimatedArtwork.d.ts +1 -1
- package/dist/MediaPlayer/MPMediaLibrary.d.ts +5 -2
- package/dist/MediaPlayer/MPMediaPlaylist.d.ts +3 -3
- package/dist/MediaPlayer/MPMediaPredicate.d.ts +3 -0
- package/dist/MediaPlayer/MPMediaPropertyPredicate.d.ts +3 -3
- package/dist/MediaPlayer/MPMediaQuery.d.ts +3 -0
- package/dist/MediaPlayer/MPMediaQuerySection.d.ts +3 -0
- package/dist/MediaPlayer/MPMusicPlayerApplicationController.d.ts +1 -1
- package/dist/MediaPlayer/MPMusicPlayerController.d.ts +4 -1
- package/dist/MediaPlayer/MPNowPlayingSession.d.ts +1 -1
- package/dist/MediaPlayer/MPPlayableContentDataSource.d.ts +2 -2
- package/dist/MediaPlayer/MPPlayableContentDelegate.d.ts +3 -3
- package/dist/MediaPlayer/MPRemoteCommand.d.ts +1 -1
- package/dist/MediaPlayer/index.js +49 -48
- package/dist/Metal/MTL4Archive.d.ts +5 -5
- package/dist/Metal/MTL4ArgumentTable.d.ts +2 -3
- package/dist/Metal/MTL4CommandQueueDescriptor.d.ts +2 -3
- package/dist/Metal/MTL4Compiler.d.ts +10 -10
- package/dist/Metal/MTL4CompilerTaskOptions.d.ts +3 -3
- package/dist/Metal/MTL4ComputeCommandEncoder.d.ts +3 -4
- package/dist/Metal/MTL4MachineLearningPipelineReflection.d.ts +2 -2
- package/dist/Metal/MTL4PipelineDataSetSerializer.d.ts +2 -2
- package/dist/Metal/MTL4PipelineStageDynamicLinkingDescriptor.d.ts +5 -5
- package/dist/Metal/MTL4RenderCommandEncoder.d.ts +8 -8
- package/dist/Metal/MTL4RenderPassDescriptor.d.ts +2 -2
- package/dist/Metal/MTL4RenderPipelineBinaryFunctionsDescriptor.d.ts +11 -11
- package/dist/Metal/MTL4StaticLinkingDescriptor.d.ts +3 -3
- package/dist/Metal/MTLArgumentEncoder.d.ts +9 -9
- package/dist/Metal/MTLBinaryArchive.d.ts +7 -7
- package/dist/Metal/MTLBuffer.d.ts +2 -2
- package/dist/Metal/MTLCaptureDescriptor.d.ts +2 -2
- package/dist/Metal/MTLCaptureManager.d.ts +1 -1
- package/dist/Metal/MTLCompileOptions.d.ts +3 -3
- package/dist/Metal/MTLComputeCommandEncoder.d.ts +7 -7
- package/dist/Metal/MTLComputePipelineDescriptor.d.ts +7 -7
- package/dist/Metal/MTLComputePipelineReflection.d.ts +1 -2
- package/dist/Metal/MTLComputePipelineState.d.ts +3 -2
- package/dist/Metal/MTLCounterSet.d.ts +2 -2
- package/dist/Metal/MTLDevice.d.ts +35 -34
- package/dist/Metal/MTLDynamicLibrary.d.ts +1 -1
- package/dist/Metal/MTLFunction.d.ts +1 -1
- package/dist/Metal/MTLFunctionDescriptor.d.ts +3 -3
- package/dist/Metal/MTLFunctionReflection.d.ts +2 -2
- package/dist/Metal/MTLFunctionStitchingAttributeAlwaysInline.d.ts +3 -0
- package/dist/Metal/MTLFunctionStitchingFunctionNode.d.ts +3 -4
- package/dist/Metal/MTLFunctionStitchingGraph.d.ts +3 -4
- package/dist/Metal/MTLInstanceAccelerationStructureDescriptor.d.ts +3 -3
- package/dist/Metal/MTLIntersectionFunctionTable.d.ts +3 -3
- package/dist/Metal/MTLLibrary.d.ts +6 -6
- package/dist/Metal/MTLLinkedFunctions.d.ts +10 -9
- package/dist/Metal/MTLLogState.d.ts +1 -1
- package/dist/Metal/MTLMeshRenderPipelineDescriptor.d.ts +3 -3
- package/dist/Metal/MTLRenderCommandEncoder.d.ts +28 -28
- package/dist/Metal/MTLRenderPassDescriptor.d.ts +2 -2
- package/dist/Metal/MTLRenderPipelineDescriptor.d.ts +7 -7
- package/dist/Metal/MTLRenderPipelineFunctionsDescriptor.d.ts +7 -7
- package/dist/Metal/MTLRenderPipelineReflection.d.ts +5 -6
- package/dist/Metal/MTLRenderPipelineState.d.ts +2 -2
- package/dist/Metal/MTLResidencySet.d.ts +2 -1
- package/dist/Metal/MTLResource.d.ts +1 -1
- package/dist/Metal/MTLSharedEventHandle.d.ts +3 -0
- package/dist/Metal/MTLSharedEventListener.d.ts +2 -3
- package/dist/Metal/MTLSharedTextureHandle.d.ts +3 -0
- package/dist/Metal/MTLStitchedLibraryDescriptor.d.ts +4 -5
- package/dist/Metal/MTLTensorExtents.d.ts +1 -1
- package/dist/Metal/MTLTileRenderPipelineDescriptor.d.ts +5 -5
- package/dist/Metal/MTLVisibleFunctionTable.d.ts +1 -1
- package/dist/Metal/index.js +150 -149
- package/dist/MetalFX/index.js +5 -4
- package/dist/MetalKit/MTKMesh.d.ts +2 -2
- package/dist/MetalKit/MTKMeshBuffer.d.ts +3 -0
- package/dist/MetalKit/MTKMeshBufferAllocator.d.ts +3 -0
- package/dist/MetalKit/MTKTextureLoader.d.ts +7 -7
- package/dist/MetalKit/MTKView.d.ts +5 -2
- package/dist/MetalKit/index.js +7 -6
- package/dist/MetalPerformanceShadersGraph/MPSGraph.d.ts +4 -4
- package/dist/MetalPerformanceShadersGraph/MPSGraphCompilationDescriptor.d.ts +5 -4
- package/dist/MetalPerformanceShadersGraph/MPSGraphShapedType.d.ts +3 -3
- package/dist/MetalPerformanceShadersGraph/MPSGraphTensor.d.ts +1 -1
- package/dist/MetalPerformanceShadersGraph/index.js +29 -28
- package/dist/MetricKit/MXAverage.d.ts +3 -0
- package/dist/MetricKit/MXBackgroundExitData.d.ts +3 -0
- package/dist/MetricKit/MXCallStackTree.d.ts +3 -0
- package/dist/MetricKit/MXCrashDiagnosticObjectiveCExceptionReason.d.ts +3 -0
- package/dist/MetricKit/MXDiagnostic.d.ts +3 -0
- package/dist/MetricKit/MXDiagnosticPayload.d.ts +3 -0
- package/dist/MetricKit/MXForegroundExitData.d.ts +3 -0
- package/dist/MetricKit/MXHistogram.d.ts +5 -2
- package/dist/MetricKit/MXHistogramBucket.d.ts +3 -0
- package/dist/MetricKit/MXMetaData.d.ts +3 -0
- package/dist/MetricKit/MXMetric.d.ts +3 -0
- package/dist/MetricKit/MXMetricManager.d.ts +3 -3
- package/dist/MetricKit/MXMetricPayload.d.ts +3 -0
- package/dist/MetricKit/MXSignpostIntervalData.d.ts +3 -0
- package/dist/MetricKit/MXSignpostRecord.d.ts +3 -0
- package/dist/MetricKit/index.js +38 -37
- package/dist/ModelIO/MDLAnimationBindComponent.d.ts +5 -1
- package/dist/ModelIO/MDLAsset.d.ts +17 -7
- package/dist/ModelIO/MDLBundleAssetResolver.d.ts +3 -0
- package/dist/ModelIO/MDLMaterial.d.ts +3 -0
- package/dist/ModelIO/MDLMaterialPropertyConnection.d.ts +3 -0
- package/dist/ModelIO/MDLMaterialPropertyNode.d.ts +3 -0
- package/dist/ModelIO/MDLMesh.d.ts +8 -5
- package/dist/ModelIO/MDLMeshBuffer.d.ts +6 -4
- package/dist/ModelIO/MDLMeshBufferAllocator.d.ts +10 -7
- package/dist/ModelIO/MDLMeshBufferDataAllocator.d.ts +3 -0
- package/dist/ModelIO/MDLMeshBufferMap.d.ts +1 -1
- package/dist/ModelIO/MDLMeshBufferZone.d.ts +4 -2
- package/dist/ModelIO/MDLMeshBufferZoneDefault.d.ts +4 -2
- package/dist/ModelIO/MDLObject.d.ts +13 -5
- package/dist/ModelIO/MDLObjectContainer.d.ts +3 -0
- package/dist/ModelIO/MDLPackedJointAnimation.d.ts +3 -0
- package/dist/ModelIO/MDLPathAssetResolver.d.ts +3 -0
- package/dist/ModelIO/MDLRelativeAssetResolver.d.ts +3 -0
- package/dist/ModelIO/MDLSubmesh.d.ts +5 -2
- package/dist/ModelIO/MDLSubmeshTopology.d.ts +9 -6
- package/dist/ModelIO/MDLTexture.d.ts +3 -0
- package/dist/ModelIO/MDLTransform.d.ts +2 -0
- package/dist/ModelIO/MDLTransformStack.d.ts +1 -2
- package/dist/ModelIO/index.js +67 -66
- package/dist/MultipeerConnectivity/MCBrowserViewController.d.ts +4 -1
- package/dist/MultipeerConnectivity/MCNearbyServiceAdvertiserDelegate.d.ts +1 -1
- package/dist/MultipeerConnectivity/MCNearbyServiceBrowser.d.ts +2 -1
- package/dist/MultipeerConnectivity/MCPeerID.d.ts +3 -0
- package/dist/MultipeerConnectivity/MCSession.d.ts +4 -4
- package/dist/MultipeerConnectivity/index.js +7 -6
- package/dist/NaturalLanguage/NLContextualEmbedding.d.ts +3 -3
- package/dist/NaturalLanguage/NLContextualEmbeddingResult.d.ts +1 -1
- package/dist/NaturalLanguage/NLEmbedding.d.ts +8 -7
- package/dist/NaturalLanguage/NLGazetteer.d.ts +6 -5
- package/dist/NaturalLanguage/NLModel.d.ts +3 -3
- package/dist/NaturalLanguage/NLModelConfiguration.d.ts +3 -0
- package/dist/NaturalLanguage/NLTagger.d.ts +5 -5
- package/dist/NaturalLanguage/index.js +10 -9
- package/dist/NearbyInteraction/NIAlgorithmConvergence.d.ts +3 -0
- package/dist/NearbyInteraction/NIConfiguration.d.ts +3 -0
- package/dist/NearbyInteraction/NIDLTDOAMeasurement.d.ts +3 -0
- package/dist/NearbyInteraction/NIDiscoveryToken.d.ts +3 -0
- package/dist/NearbyInteraction/NINearbyAccessoryConfiguration.d.ts +2 -2
- package/dist/NearbyInteraction/NINearbyObject.d.ts +3 -0
- package/dist/NearbyInteraction/NISession.d.ts +2 -2
- package/dist/NearbyInteraction/index.js +10 -9
- package/dist/NetworkExtension/NEAppProxyFlow.d.ts +5 -5
- package/dist/NetworkExtension/NEAppProxyProvider.d.ts +3 -2
- package/dist/NetworkExtension/NEAppProxyProviderManager.d.ts +1 -1
- package/dist/NetworkExtension/NEAppProxyTCPFlow.d.ts +4 -3
- package/dist/NetworkExtension/NEAppProxyUDPFlow.d.ts +6 -5
- package/dist/NetworkExtension/NEAppPushManager.d.ts +4 -4
- package/dist/NetworkExtension/NEAppPushProvider.d.ts +1 -1
- package/dist/NetworkExtension/NEAppRule.d.ts +3 -0
- package/dist/NetworkExtension/NEDNSProxyManager.d.ts +3 -3
- package/dist/NetworkExtension/NEDNSProxyProvider.d.ts +3 -2
- package/dist/NetworkExtension/NEDNSSettings.d.ts +3 -0
- package/dist/NetworkExtension/NEDNSSettingsManager.d.ts +3 -3
- package/dist/NetworkExtension/NEEvaluateConnectionRule.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterControlProvider.d.ts +2 -2
- package/dist/NetworkExtension/NEFilterDataProvider.d.ts +1 -1
- package/dist/NetworkExtension/NEFilterFlow.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterManager.d.ts +3 -3
- package/dist/NetworkExtension/NEFilterProvider.d.ts +1 -1
- package/dist/NetworkExtension/NEFilterProviderConfiguration.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterReport.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterRule.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterSettings.d.ts +3 -0
- package/dist/NetworkExtension/NEFilterSocketFlow.d.ts +3 -3
- package/dist/NetworkExtension/NEFilterVerdict.d.ts +3 -0
- package/dist/NetworkExtension/NEFlowMetaData.d.ts +3 -0
- package/dist/NetworkExtension/NEHotspotConfiguration.d.ts +3 -0
- package/dist/NetworkExtension/NEHotspotConfigurationManager.d.ts +3 -3
- package/dist/NetworkExtension/NEHotspotEAPSettings.d.ts +3 -0
- package/dist/NetworkExtension/NEHotspotHS20Settings.d.ts +3 -0
- package/dist/NetworkExtension/NEHotspotHelper.d.ts +1 -1
- package/dist/NetworkExtension/NEHotspotHelperCommand.d.ts +1 -2
- package/dist/NetworkExtension/NEHotspotNetwork.d.ts +1 -1
- package/dist/NetworkExtension/NEIPv4Route.d.ts +3 -0
- package/dist/NetworkExtension/NEIPv4Settings.d.ts +3 -0
- package/dist/NetworkExtension/NEIPv6Route.d.ts +3 -0
- package/dist/NetworkExtension/NEIPv6Settings.d.ts +3 -0
- package/dist/NetworkExtension/NENetworkRule.d.ts +8 -6
- package/dist/NetworkExtension/NEOnDemandRule.d.ts +3 -0
- package/dist/NetworkExtension/NEPacket.d.ts +3 -0
- package/dist/NetworkExtension/NEPacketTunnelProvider.d.ts +4 -3
- package/dist/NetworkExtension/NEPrivateLTENetwork.d.ts +3 -0
- package/dist/NetworkExtension/NEProvider.d.ts +1 -1
- package/dist/NetworkExtension/NEProxyServer.d.ts +3 -0
- package/dist/NetworkExtension/NEProxySettings.d.ts +3 -0
- package/dist/NetworkExtension/NERelay.d.ts +3 -0
- package/dist/NetworkExtension/NERelayManager.d.ts +5 -5
- package/dist/NetworkExtension/NETransparentProxyManager.d.ts +1 -1
- package/dist/NetworkExtension/NETunnelNetworkSettings.d.ts +3 -0
- package/dist/NetworkExtension/NETunnelProvider.d.ts +2 -2
- package/dist/NetworkExtension/NETunnelProviderManager.d.ts +1 -1
- package/dist/NetworkExtension/NETunnelProviderSession.d.ts +2 -2
- package/dist/NetworkExtension/NEVPNConnection.d.ts +3 -3
- package/dist/NetworkExtension/NEVPNIKEv2SecurityAssociationParameters.d.ts +3 -0
- package/dist/NetworkExtension/NEVPNManager.d.ts +3 -3
- package/dist/NetworkExtension/NEVPNProtocol.d.ts +3 -0
- package/dist/NetworkExtension/NWEndpoint.d.ts +3 -0
- package/dist/NetworkExtension/NWTCPConnection.d.ts +3 -3
- package/dist/NetworkExtension/NWUDPSession.d.ts +3 -3
- package/dist/NetworkExtension/index.js +89 -88
- package/dist/NotificationCenter/index.js +4 -3
- package/dist/OSAKit/OSALanguage.d.ts +3 -3
- package/dist/OSAKit/OSAScript.d.ts +16 -16
- package/dist/OSAKit/OSAScriptController.d.ts +4 -4
- package/dist/OSAKit/index.js +6 -5
- package/dist/OSLog/OSLogEntry.d.ts +3 -0
- package/dist/OSLog/OSLogEntryFromProcess.d.ts +1 -1
- package/dist/OSLog/OSLogEntryLog.d.ts +4 -0
- package/dist/OSLog/OSLogMessageComponent.d.ts +3 -0
- package/dist/OSLog/OSLogStore.d.ts +5 -5
- package/dist/OSLog/index.js +10 -9
- package/dist/OpenDirectory/ODNode.d.ts +11 -11
- package/dist/OpenDirectory/ODQuery.d.ts +2 -2
- package/dist/OpenDirectory/ODRecord.d.ts +11 -11
- package/dist/OpenDirectory/index.js +10 -9
- package/dist/PDFKit/PDFAnnotation.d.ts +4 -1
- package/dist/PDFKit/PDFAnnotationButtonWidget.d.ts +1 -1
- package/dist/PDFKit/PDFBorder.d.ts +3 -0
- package/dist/PDFKit/PDFDocument.d.ts +1 -1
- package/dist/PDFKit/PDFPage.d.ts +2 -1
- package/dist/PDFKit/PDFThumbnailView.d.ts +1 -1
- package/dist/PDFKit/PDFView.d.ts +15 -11
- package/dist/PDFKit/index.js +30 -29
- package/dist/PHASE/PHASEAssetRegistry.d.ts +5 -5
- package/dist/PHASE/PHASEEngine.d.ts +1 -1
- package/dist/PHASE/PHASEObject.d.ts +1 -1
- package/dist/PHASE/PHASESoundEvent.d.ts +7 -7
- package/dist/PHASE/index.js +60 -59
- package/dist/ParavirtualizedGraphics/PGDevice.d.ts +1 -1
- package/dist/ParavirtualizedGraphics/PGDisplay.d.ts +2 -1
- package/dist/ParavirtualizedGraphics/PGDisplayDescriptor.d.ts +2 -2
- package/dist/ParavirtualizedGraphics/index.js +4 -3
- package/dist/PassKit/PKAddIdentityDocumentConfiguration.d.ts +1 -1
- package/dist/PassKit/PKAddPaymentPassRequestConfiguration.d.ts +2 -3
- package/dist/PassKit/PKAddShareablePassConfiguration.d.ts +2 -2
- package/dist/PassKit/PKDateComponentsRange.d.ts +3 -0
- package/dist/PassKit/PKIdentityAnyOfDescriptor.d.ts +6 -3
- package/dist/PassKit/PKIdentityAuthorizationController.d.ts +1 -1
- package/dist/PassKit/PKIdentityDriversLicenseDescriptor.d.ts +3 -0
- package/dist/PassKit/PKIdentityNationalIDCardDescriptor.d.ts +3 -0
- package/dist/PassKit/PKIdentityPhotoIDDescriptor.d.ts +3 -0
- package/dist/PassKit/PKIdentityRequest.d.ts +5 -1
- package/dist/PassKit/PKIssuerProvisioningExtensionAuthorizationProviding.d.ts +2 -2
- package/dist/PassKit/PKIssuerProvisioningExtensionHandler.d.ts +1 -1
- package/dist/PassKit/PKPass.d.ts +2 -2
- package/dist/PassKit/PKPassLibrary.d.ts +9 -9
- package/dist/PassKit/PKPaymentAuthorizationController.d.ts +2 -2
- package/dist/PassKit/PKPaymentMethod.d.ts +1 -2
- package/dist/PassKit/PKPaymentRequest.d.ts +2 -3
- package/dist/PassKit/PKVehicleConnectionSession.d.ts +2 -2
- package/dist/PassKit/index.js +74 -73
- package/dist/PencilKit/PKDrawing.d.ts +4 -1
- package/dist/PencilKit/index.js +14 -13
- package/dist/Photos/PHAsset.d.ts +3 -3
- package/dist/Photos/PHAssetChangeRequest.d.ts +2 -2
- package/dist/Photos/PHAssetCollection.d.ts +1 -1
- package/dist/Photos/PHAssetResourceManager.d.ts +3 -3
- package/dist/Photos/PHAssetResourceRequestOptions.d.ts +2 -2
- package/dist/Photos/PHCloudIdentifier.d.ts +3 -0
- package/dist/Photos/PHContentEditingInput.d.ts +1 -1
- package/dist/Photos/PHContentEditingInputRequestOptions.d.ts +2 -2
- package/dist/Photos/PHContentEditingOutput.d.ts +1 -1
- package/dist/Photos/PHFetchResult.d.ts +5 -2
- package/dist/Photos/PHImageManager.d.ts +8 -8
- package/dist/Photos/PHImageRequestOptions.d.ts +2 -2
- package/dist/Photos/PHLivePhoto.d.ts +6 -2
- package/dist/Photos/PHLivePhotoEditingContext.d.ts +5 -5
- package/dist/Photos/PHLivePhotoRequestOptions.d.ts +2 -2
- package/dist/Photos/PHObjectChangeDetails.d.ts +1 -1
- package/dist/Photos/PHPersistentChange.d.ts +1 -1
- package/dist/Photos/PHPersistentChangeToken.d.ts +3 -0
- package/dist/Photos/PHPhotoLibrary.d.ts +3 -3
- package/dist/Photos/PHVideoRequestOptions.d.ts +2 -2
- package/dist/Photos/index.js +44 -43
- package/dist/PhotosUI/PHContentEditingController.d.ts +1 -1
- package/dist/PhotosUI/PHProjectAssetElement.d.ts +1 -1
- package/dist/PhotosUI/PHProjectElement.d.ts +3 -0
- package/dist/PhotosUI/PHProjectExtensionContext.d.ts +1 -1
- package/dist/PhotosUI/PHProjectExtensionController.d.ts +2 -2
- package/dist/PhotosUI/PHProjectInfo.d.ts +4 -2
- package/dist/PhotosUI/PHProjectMapElement.d.ts +2 -2
- package/dist/PhotosUI/PHProjectRegionOfInterest.d.ts +5 -2
- package/dist/PhotosUI/PHProjectSection.d.ts +3 -0
- package/dist/PhotosUI/PHProjectSectionContent.d.ts +3 -0
- package/dist/PhotosUI/PHProjectTypeDescription.d.ts +9 -7
- package/dist/PhotosUI/PHProjectTypeDescriptionDataSource.d.ts +4 -4
- package/dist/PhotosUI/PHProjectTypeDescriptionInvalidator.d.ts +3 -3
- package/dist/PhotosUI/index.js +18 -17
- package/dist/PreferencePanes/NSPreferencePane.d.ts +2 -2
- package/dist/PreferencePanes/index.js +2 -1
- package/dist/PushKit/PKPushRegistry.d.ts +1 -2
- package/dist/PushKit/index.js +4 -3
- package/dist/QuartzCore/CAAnimation.d.ts +6 -1
- package/dist/QuartzCore/CABasicAnimation.d.ts +6 -6
- package/dist/QuartzCore/CAConstraint.d.ts +3 -0
- package/dist/QuartzCore/CAConstraintLayoutManager.d.ts +3 -0
- package/dist/QuartzCore/CAEDRMetadata.d.ts +3 -0
- package/dist/QuartzCore/CAEmitterCell.d.ts +7 -3
- package/dist/QuartzCore/CALayer.d.ts +21 -16
- package/dist/QuartzCore/CALayerDelegate.d.ts +2 -2
- package/dist/QuartzCore/CAMediaTimingFunction.d.ts +3 -0
- package/dist/QuartzCore/CAOpenGLLayer.d.ts +6 -6
- package/dist/QuartzCore/CARenderer.d.ts +1 -1
- package/dist/QuartzCore/CATextLayer.d.ts +2 -2
- package/dist/QuartzCore/CATransaction.d.ts +4 -4
- package/dist/QuartzCore/CAValueFunction.d.ts +3 -0
- package/dist/QuartzCore/index.js +32 -31
- package/dist/QuickLookThumbnailing/QLThumbnailGenerationRequest.d.ts +3 -0
- package/dist/QuickLookThumbnailing/QLThumbnailGenerator.d.ts +4 -4
- package/dist/QuickLookThumbnailing/QLThumbnailProvider.d.ts +1 -1
- package/dist/QuickLookThumbnailing/index.js +7 -6
- package/dist/QuickLookUI/QLPreviewProvider.d.ts +3 -0
- package/dist/QuickLookUI/QLPreviewReply.d.ts +3 -3
- package/dist/QuickLookUI/QLPreviewingController.d.ts +3 -3
- package/dist/QuickLookUI/index.js +7 -6
- package/dist/ReplayKit/RPBroadcastActivityController.d.ts +1 -1
- package/dist/ReplayKit/RPBroadcastController.d.ts +4 -3
- package/dist/ReplayKit/RPBroadcastControllerDelegate.d.ts +2 -2
- package/dist/ReplayKit/RPBroadcastHandler.d.ts +5 -2
- package/dist/ReplayKit/RPScreenRecorder.d.ts +9 -9
- package/dist/ReplayKit/index.js +8 -7
- package/dist/SafariServices/SFContentBlockerManager.d.ts +2 -2
- package/dist/SafariServices/SFSafariApplication.d.ts +4 -4
- package/dist/SafariServices/SFSafariExtension.d.ts +1 -1
- package/dist/SafariServices/SFSafariExtensionHandler.d.ts +4 -0
- package/dist/SafariServices/SFSafariExtensionHandling.d.ts +2 -2
- package/dist/SafariServices/SFSafariExtensionManager.d.ts +1 -1
- package/dist/SafariServices/SFSafariPage.d.ts +5 -2
- package/dist/SafariServices/SFSafariTab.d.ts +7 -4
- package/dist/SafariServices/SFSafariToolbarItem.d.ts +3 -0
- package/dist/SafariServices/SFSafariWindow.d.ts +6 -3
- package/dist/SafariServices/index.js +15 -14
- package/dist/SafetyKit/SACrashDetectionEvent.d.ts +4 -1
- package/dist/SafetyKit/SACrashDetectionManager.d.ts +1 -1
- package/dist/SafetyKit/SAEmergencyResponseManager.d.ts +1 -1
- package/dist/SafetyKit/index.js +4 -3
- package/dist/SceneKit/SCNAction.d.ts +6 -3
- package/dist/SceneKit/SCNActionable.d.ts +2 -2
- package/dist/SceneKit/SCNAnimation.d.ts +7 -4
- package/dist/SceneKit/SCNAnimationPlayer.d.ts +4 -0
- package/dist/SceneKit/SCNAudioPlayer.d.ts +4 -4
- package/dist/SceneKit/SCNAudioSource.d.ts +3 -0
- package/dist/SceneKit/SCNBoundingVolume.d.ts +3 -3
- package/dist/SceneKit/SCNCamera.d.ts +6 -1
- package/dist/SceneKit/SCNConstraint.d.ts +4 -0
- package/dist/SceneKit/SCNGeometry.d.ts +7 -2
- package/dist/SceneKit/SCNGeometryElement.d.ts +3 -0
- package/dist/SceneKit/SCNGeometrySource.d.ts +7 -3
- package/dist/SceneKit/SCNGeometryTessellator.d.ts +3 -0
- package/dist/SceneKit/SCNLayer.d.ts +3 -0
- package/dist/SceneKit/SCNLevelOfDetail.d.ts +3 -0
- package/dist/SceneKit/SCNLight.d.ts +8 -3
- package/dist/SceneKit/SCNMaterial.d.ts +6 -1
- package/dist/SceneKit/SCNMaterialProperty.d.ts +11 -7
- package/dist/SceneKit/SCNMorpher.d.ts +4 -0
- package/dist/SceneKit/SCNNode.d.ts +6 -0
- package/dist/SceneKit/SCNParticlePropertyController.d.ts +3 -0
- package/dist/SceneKit/SCNParticleSystem.d.ts +6 -2
- package/dist/SceneKit/SCNPhysicsBehavior.d.ts +3 -0
- package/dist/SceneKit/SCNPhysicsBody.d.ts +3 -0
- package/dist/SceneKit/SCNPhysicsField.d.ts +3 -0
- package/dist/SceneKit/SCNPhysicsShape.d.ts +3 -0
- package/dist/SceneKit/SCNPhysicsVehicleWheel.d.ts +3 -0
- package/dist/SceneKit/SCNPhysicsWorld.d.ts +3 -0
- package/dist/SceneKit/SCNProgram.d.ts +3 -0
- package/dist/SceneKit/SCNRenderer.d.ts +6 -2
- package/dist/SceneKit/SCNScene.d.ts +7 -4
- package/dist/SceneKit/SCNSceneRenderer.d.ts +4 -4
- package/dist/SceneKit/SCNSceneSource.d.ts +4 -4
- package/dist/SceneKit/SCNShadable.d.ts +2 -2
- package/dist/SceneKit/SCNSkinner.d.ts +3 -0
- package/dist/SceneKit/SCNTechnique.d.ts +7 -3
- package/dist/SceneKit/SCNText.d.ts +3 -3
- package/dist/SceneKit/SCNTimingFunction.d.ts +3 -0
- package/dist/SceneKit/SCNTransaction.d.ts +4 -4
- package/dist/SceneKit/SCNView.d.ts +7 -4
- package/dist/SceneKit/index.js +67 -66
- package/dist/ScreenCaptureKit/SCRecordingOutputConfiguration.d.ts +3 -2
- package/dist/ScreenCaptureKit/SCScreenshotManager.d.ts +5 -5
- package/dist/ScreenCaptureKit/SCShareableContent.d.ts +5 -5
- package/dist/ScreenCaptureKit/SCStream.d.ts +8 -8
- package/dist/ScreenCaptureKit/SCStreamConfiguration.d.ts +2 -2
- package/dist/ScreenCaptureKit/index.js +16 -15
- package/dist/ScreenSaver/index.js +3 -2
- package/dist/ScreenTime/STScreenTimeConfigurationObserver.d.ts +1 -2
- package/dist/ScreenTime/STWebHistory.d.ts +4 -4
- package/dist/ScreenTime/STWebpageController.d.ts +1 -1
- package/dist/ScreenTime/index.js +5 -4
- package/dist/ScriptingBridge/SBApplication.d.ts +3 -3
- package/dist/ScriptingBridge/SBApplicationDelegate.d.ts +1 -1
- package/dist/ScriptingBridge/SBObject.d.ts +10 -7
- package/dist/ScriptingBridge/index.js +4 -3
- package/dist/SecurityFoundation/SFAuthorization.d.ts +6 -3
- package/dist/SecurityFoundation/index.js +2 -1
- package/dist/SecurityInterface/SFAuthorizationView.d.ts +1 -1
- package/dist/SecurityInterface/index.js +10 -9
- package/dist/SecurityUI/SFCertificatePresentation.d.ts +1 -1
- package/dist/SecurityUI/index.js +2 -1
- package/dist/SensitiveContentAnalysis/SCSensitivityAnalyzer.d.ts +3 -3
- package/dist/SensitiveContentAnalysis/SCVideoStreamAnalyzer.d.ts +3 -3
- package/dist/SensitiveContentAnalysis/index.js +4 -3
- package/dist/SensorKit/SRAcousticSettings.d.ts +3 -0
- package/dist/SensorKit/SRAcousticSettingsAccessibility.d.ts +3 -0
- package/dist/SensorKit/SRAcousticSettingsAccessibilityBackgroundSounds.d.ts +3 -0
- package/dist/SensorKit/SRAcousticSettingsAccessibilityHeadphoneAccommodations.d.ts +3 -0
- package/dist/SensorKit/SRAcousticSettingsMusicEQ.d.ts +3 -0
- package/dist/SensorKit/SRAudioLevel.d.ts +3 -0
- package/dist/SensorKit/SRDeletionRecord.d.ts +5 -3
- package/dist/SensorKit/SRDevice.d.ts +3 -0
- package/dist/SensorKit/SRDeviceUsageReport.d.ts +4 -4
- package/dist/SensorKit/SRElectrocardiogramData.d.ts +3 -0
- package/dist/SensorKit/SRElectrocardiogramSample.d.ts +3 -0
- package/dist/SensorKit/SRElectrocardiogramSession.d.ts +3 -0
- package/dist/SensorKit/SRFaceMetrics.d.ts +3 -0
- package/dist/SensorKit/SRFaceMetricsExpression.d.ts +3 -0
- package/dist/SensorKit/SRFetchRequest.d.ts +4 -5
- package/dist/SensorKit/SRFetchResult.d.ts +1 -1
- package/dist/SensorKit/SRKeyboardMetrics.d.ts +6 -7
- package/dist/SensorKit/SRKeyboardProbabilityMetric.d.ts +2 -2
- package/dist/SensorKit/SRMediaEvent.d.ts +3 -0
- package/dist/SensorKit/SRPhotoplethysmogramAccelerometerSample.d.ts +3 -0
- package/dist/SensorKit/SRPhotoplethysmogramOpticalSample.d.ts +3 -0
- package/dist/SensorKit/SRPhotoplethysmogramSample.d.ts +3 -0
- package/dist/SensorKit/SRSensorReader.d.ts +1 -1
- package/dist/SensorKit/SRSleepSession.d.ts +3 -0
- package/dist/SensorKit/SRSpeechExpression.d.ts +3 -0
- package/dist/SensorKit/SRSpeechMetrics.d.ts +3 -0
- package/dist/SensorKit/SRSupplementalCategory.d.ts +3 -0
- package/dist/SensorKit/SRWristTemperature.d.ts +3 -0
- package/dist/SensorKit/SRWristTemperatureSession.d.ts +3 -0
- package/dist/SensorKit/index.js +39 -38
- package/dist/ServiceManagement/SMAppService.d.ts +3 -3
- package/dist/ServiceManagement/index.js +2 -1
- package/dist/SharedWithYou/SWCollaborationView.d.ts +1 -1
- package/dist/SharedWithYou/SWHighlight.d.ts +2 -0
- package/dist/SharedWithYou/SWHighlightCenter.d.ts +4 -4
- package/dist/SharedWithYou/index.js +11 -10
- package/dist/SharedWithYouCore/SWAction.d.ts +3 -0
- package/dist/SharedWithYouCore/SWCollaborationMetadata.d.ts +3 -0
- package/dist/SharedWithYouCore/SWCollaborationOption.d.ts +3 -0
- package/dist/SharedWithYouCore/SWCollaborationOptionsGroup.d.ts +3 -0
- package/dist/SharedWithYouCore/SWPerson.d.ts +3 -0
- package/dist/SharedWithYouCore/SWPersonIdentity.d.ts +3 -0
- package/dist/SharedWithYouCore/SWPersonIdentityProof.d.ts +3 -0
- package/dist/SharedWithYouCore/index.js +14 -13
- package/dist/ShazamKit/SHCustomCatalog.d.ts +4 -4
- package/dist/ShazamKit/SHMatch.d.ts +3 -0
- package/dist/ShazamKit/SHMediaItem.d.ts +4 -1
- package/dist/ShazamKit/SHMediaLibrary.d.ts +1 -1
- package/dist/ShazamKit/SHRange.d.ts +3 -0
- package/dist/ShazamKit/SHSignature.d.ts +5 -2
- package/dist/ShazamKit/SHSignatureGenerator.d.ts +2 -2
- package/dist/ShazamKit/index.js +11 -10
- package/dist/Social/SLComposeServiceViewController.d.ts +3 -0
- package/dist/Social/index.js +3 -2
- package/dist/SoundAnalysis/SNAudioFileAnalyzer.d.ts +2 -2
- package/dist/SoundAnalysis/SNAudioStreamAnalyzer.d.ts +1 -1
- package/dist/SoundAnalysis/SNClassificationResult.d.ts +3 -0
- package/dist/SoundAnalysis/SNClassifySoundRequest.d.ts +6 -3
- package/dist/SoundAnalysis/index.js +7 -6
- package/dist/Speech/SFAcousticFeature.d.ts +3 -0
- package/dist/Speech/SFSpeechLanguageModel.d.ts +4 -4
- package/dist/Speech/SFSpeechLanguageModelConfiguration.d.ts +3 -0
- package/dist/Speech/SFSpeechRecognitionMetadata.d.ts +3 -0
- package/dist/Speech/SFSpeechRecognitionResult.d.ts +3 -0
- package/dist/Speech/SFSpeechRecognizer.d.ts +1 -1
- package/dist/Speech/SFTranscription.d.ts +3 -0
- package/dist/Speech/SFTranscriptionSegment.d.ts +3 -0
- package/dist/Speech/SFVoiceAnalytics.d.ts +3 -0
- package/dist/Speech/index.js +14 -13
- package/dist/SpriteKit/SKAction.d.ts +6 -3
- package/dist/SpriteKit/SKAttribute.d.ts +3 -0
- package/dist/SpriteKit/SKAttributeValue.d.ts +3 -0
- package/dist/SpriteKit/SKAudioNode.d.ts +1 -1
- package/dist/SpriteKit/SKConstraint.d.ts +3 -0
- package/dist/SpriteKit/SKEffectNode.d.ts +3 -0
- package/dist/SpriteKit/SKFieldNode.d.ts +1 -1
- package/dist/SpriteKit/SKKeyframeSequence.d.ts +1 -1
- package/dist/SpriteKit/SKNode.d.ts +4 -4
- package/dist/SpriteKit/SKPhysicsBody.d.ts +3 -0
- package/dist/SpriteKit/SKPhysicsJoint.d.ts +3 -0
- package/dist/SpriteKit/SKPhysicsWorld.d.ts +3 -0
- package/dist/SpriteKit/SKRange.d.ts +3 -0
- package/dist/SpriteKit/SKReachConstraints.d.ts +3 -0
- package/dist/SpriteKit/SKRegion.d.ts +3 -0
- package/dist/SpriteKit/SKShader.d.ts +3 -0
- package/dist/SpriteKit/SKShapeNode.d.ts +4 -4
- package/dist/SpriteKit/SKSpriteNode.d.ts +3 -0
- package/dist/SpriteKit/SKTexture.d.ts +3 -0
- package/dist/SpriteKit/SKTextureAtlas.d.ts +4 -1
- package/dist/SpriteKit/SKTileDefinition.d.ts +3 -0
- package/dist/SpriteKit/SKTileGroup.d.ts +3 -0
- package/dist/SpriteKit/SKTileGroupRule.d.ts +3 -0
- package/dist/SpriteKit/SKTileSet.d.ts +3 -0
- package/dist/SpriteKit/SKUniform.d.ts +3 -0
- package/dist/SpriteKit/SKView.d.ts +1 -1
- package/dist/SpriteKit/SKWarpGeometry.d.ts +3 -0
- package/dist/SpriteKit/SKWarpGeometryGrid.d.ts +2 -2
- package/dist/SpriteKit/index.js +49 -48
- package/dist/StoreKit/SKAdNetwork.d.ts +5 -5
- package/dist/StoreKit/SKArcadeService.d.ts +2 -2
- package/dist/StoreKit/SKCloudServiceController.d.ts +5 -5
- package/dist/StoreKit/SKCloudServiceSetupViewController.d.ts +1 -1
- package/dist/StoreKit/SKDownload.d.ts +3 -2
- package/dist/StoreKit/SKOverlayAppClipConfiguration.d.ts +2 -2
- package/dist/StoreKit/SKOverlayAppConfiguration.d.ts +2 -2
- package/dist/StoreKit/SKPaymentQueue.d.ts +1 -2
- package/dist/StoreKit/SKProductStorePromotionController.d.ts +4 -4
- package/dist/StoreKit/SKStoreProductViewController.d.ts +2 -2
- package/dist/StoreKit/index.js +28 -27
- package/dist/Symbols/NSSymbolContentTransition.d.ts +3 -0
- package/dist/Symbols/NSSymbolEffect.d.ts +3 -0
- package/dist/Symbols/NSSymbolEffectOptions.d.ts +3 -0
- package/dist/Symbols/NSSymbolEffectOptionsRepeatBehavior.d.ts +3 -0
- package/dist/Symbols/index.js +19 -18
- package/dist/SyncServices/ISyncChange.d.ts +3 -3
- package/dist/SyncServices/ISyncClient.d.ts +1 -1
- package/dist/SyncServices/ISyncRecordReference.d.ts +3 -0
- package/dist/SyncServices/index.js +9 -8
- package/dist/SystemExtensions/OSSystemExtensionRequest.d.ts +3 -4
- package/dist/SystemExtensions/OSSystemExtensionsWorkspace.d.ts +2 -2
- package/dist/SystemExtensions/index.js +6 -5
- package/dist/ThreadNetwork/THClient.d.ts +7 -7
- package/dist/ThreadNetwork/THCredentials.d.ts +3 -0
- package/dist/ThreadNetwork/index.js +3 -2
- package/dist/UniformTypeIdentifiers/UTType.d.ts +5 -2
- package/dist/UniformTypeIdentifiers/index.js +2 -1
- package/dist/UserNotifications/UNNotification.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationAction.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationActionIcon.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationAttachment.d.ts +4 -1
- package/dist/UserNotifications/UNNotificationAttributedMessageContext.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationCategory.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationContent.d.ts +4 -1
- package/dist/UserNotifications/UNNotificationRequest.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationResponse.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationSettings.d.ts +3 -0
- package/dist/UserNotifications/UNNotificationSound.d.ts +8 -5
- package/dist/UserNotifications/UNNotificationTrigger.d.ts +3 -0
- package/dist/UserNotifications/UNUserNotificationCenter.d.ts +3 -3
- package/dist/UserNotifications/index.js +22 -21
- package/dist/VideoSubscriberAccount/VSAccountManager.d.ts +2 -2
- package/dist/VideoSubscriberAccount/VSAccountProviderResponse.d.ts +1 -2
- package/dist/VideoSubscriberAccount/VSAutoSignInToken.d.ts +3 -0
- package/dist/VideoSubscriberAccount/VSUserAccountManager.d.ts +4 -4
- package/dist/VideoSubscriberAccount/index.js +14 -13
- package/dist/VideoToolbox/VTFrameProcessor.d.ts +4 -4
- package/dist/VideoToolbox/VTSuperResolutionScalerConfiguration.d.ts +1 -1
- package/dist/VideoToolbox/VTTemporalNoiseFilterConfiguration.d.ts +1 -2
- package/dist/VideoToolbox/index.js +18 -17
- package/dist/Virtualization/VZDiskBlockDeviceStorageDeviceAttachment.d.ts +1 -1
- package/dist/Virtualization/VZDiskImageStorageDeviceAttachment.d.ts +2 -2
- package/dist/Virtualization/VZEFIVariableStore.d.ts +1 -1
- package/dist/Virtualization/VZFileSerialPortAttachment.d.ts +1 -1
- package/dist/Virtualization/VZGraphicsDisplay.d.ts +2 -2
- package/dist/Virtualization/VZLinuxRosettaAbstractSocketCachingOptions.d.ts +1 -1
- package/dist/Virtualization/VZLinuxRosettaDirectoryShare.d.ts +2 -2
- package/dist/Virtualization/VZLinuxRosettaUnixSocketCachingOptions.d.ts +1 -1
- package/dist/Virtualization/VZMacAuxiliaryStorage.d.ts +1 -1
- package/dist/Virtualization/VZMacOSInstaller.d.ts +1 -1
- package/dist/Virtualization/VZMacOSRestoreImage.d.ts +2 -2
- package/dist/Virtualization/VZMultipleDirectoryShare.d.ts +1 -1
- package/dist/Virtualization/VZNetworkBlockDeviceStorageDeviceAttachment.d.ts +3 -3
- package/dist/Virtualization/VZUSBController.d.ts +4 -3
- package/dist/Virtualization/VZUSBControllerConfiguration.d.ts +3 -3
- package/dist/Virtualization/VZUSBMassStorageDevice.d.ts +3 -0
- package/dist/Virtualization/VZUSBMassStorageDeviceConfiguration.d.ts +3 -0
- package/dist/Virtualization/VZVirtioBlockDeviceConfiguration.d.ts +1 -1
- package/dist/Virtualization/VZVirtioFileSystemDeviceConfiguration.d.ts +1 -1
- package/dist/Virtualization/VZVirtioSocketDevice.d.ts +1 -1
- package/dist/Virtualization/VZVirtualMachine.d.ts +10 -10
- package/dist/Virtualization/VZVirtualMachineConfiguration.d.ts +2 -2
- package/dist/Virtualization/index.js +111 -110
- package/dist/Vision/VNAnimalBodyPoseObservation.d.ts +4 -2
- package/dist/Vision/VNCircle.d.ts +3 -0
- package/dist/Vision/VNClassifyImageRequest.d.ts +2 -2
- package/dist/Vision/VNContour.d.ts +5 -2
- package/dist/Vision/VNContoursObservation.d.ts +2 -2
- package/dist/Vision/VNCoreMLModel.d.ts +3 -2
- package/dist/Vision/VNCoreMLRequest.d.ts +1 -1
- package/dist/Vision/VNDetectAnimalBodyPoseRequest.d.ts +2 -2
- package/dist/Vision/VNDetectBarcodesRequest.d.ts +1 -1
- package/dist/Vision/VNDetectFaceCaptureQualityRequest.d.ts +3 -0
- package/dist/Vision/VNDetectFaceLandmarksRequest.d.ts +3 -0
- package/dist/Vision/VNDetectHumanBodyPose3DRequest.d.ts +3 -3
- package/dist/Vision/VNDetectHumanBodyPoseRequest.d.ts +4 -4
- package/dist/Vision/VNDetectHumanHandPoseRequest.d.ts +4 -4
- package/dist/Vision/VNDetectRectanglesRequest.d.ts +8 -9
- package/dist/Vision/VNDetectTrajectoriesRequest.d.ts +1 -1
- package/dist/Vision/VNDetectedPoint.d.ts +1 -2
- package/dist/Vision/VNFaceLandmarkRegion.d.ts +4 -0
- package/dist/Vision/VNFaceLandmarks.d.ts +5 -2
- package/dist/Vision/VNFeaturePrintObservation.d.ts +1 -1
- package/dist/Vision/VNGenerateOpticalFlowRequest.d.ts +2 -3
- package/dist/Vision/VNGeneratePersonSegmentationRequest.d.ts +4 -4
- package/dist/Vision/VNGeometryUtils.d.ts +5 -5
- package/dist/Vision/VNHumanBodyPose3DObservation.d.ts +7 -5
- package/dist/Vision/VNHumanBodyPoseObservation.d.ts +4 -2
- package/dist/Vision/VNHumanBodyRecognizedPoint3D.d.ts +2 -2
- package/dist/Vision/VNHumanHandPoseObservation.d.ts +4 -2
- package/dist/Vision/VNImageRequestHandler.d.ts +9 -9
- package/dist/Vision/VNInstanceMaskObservation.d.ts +3 -3
- package/dist/Vision/VNObservation.d.ts +5 -2
- package/dist/Vision/VNPoint.d.ts +3 -0
- package/dist/Vision/VNPoint3D.d.ts +3 -0
- package/dist/Vision/VNRecognizeAnimalsRequest.d.ts +2 -2
- package/dist/Vision/VNRecognizeTextRequest.d.ts +5 -2
- package/dist/Vision/VNRecognizedPoints3DObservation.d.ts +2 -2
- package/dist/Vision/VNRecognizedPointsObservation.d.ts +3 -3
- package/dist/Vision/VNRecognizedText.d.ts +6 -2
- package/dist/Vision/VNRequest.d.ts +8 -4
- package/dist/Vision/VNSequenceRequestHandler.d.ts +12 -12
- package/dist/Vision/VNStatefulRequest.d.ts +1 -1
- package/dist/Vision/VNTargetedImageRequest.d.ts +18 -18
- package/dist/Vision/VNTrackHomographicImageRegistrationRequest.d.ts +1 -1
- package/dist/Vision/VNTrackObjectRequest.d.ts +1 -1
- package/dist/Vision/VNTrackOpticalFlowRequest.d.ts +3 -3
- package/dist/Vision/VNTrackRectangleRequest.d.ts +1 -1
- package/dist/Vision/VNTrackTranslationalImageRegistrationRequest.d.ts +1 -1
- package/dist/Vision/VNTrackingRequest.d.ts +1 -1
- package/dist/Vision/VNVector.d.ts +3 -0
- package/dist/Vision/VNVideoProcessor.d.ts +5 -5
- package/dist/Vision/index.js +92 -91
- package/dist/WebKit/DOMEvent.d.ts +5 -6
- package/dist/WebKit/DOMMouseEvent.d.ts +1 -1
- package/dist/WebKit/WKDownload.d.ts +4 -1
- package/dist/WebKit/WKDownloadDelegate.d.ts +3 -3
- package/dist/WebKit/WKHTTPCookieStore.d.ts +4 -4
- package/dist/WebKit/WKNavigationDelegate.d.ts +1 -1
- package/dist/WebKit/WKPreferences.d.ts +3 -0
- package/dist/WebKit/WKProcessPool.d.ts +3 -0
- package/dist/WebKit/WKScriptMessageHandlerWithReply.d.ts +1 -1
- package/dist/WebKit/WKUIDelegate.d.ts +2 -2
- package/dist/WebKit/WKUserContentController.d.ts +3 -0
- package/dist/WebKit/WKWebExtension.d.ts +2 -2
- package/dist/WebKit/WKWebExtensionContext.d.ts +5 -5
- package/dist/WebKit/WKWebExtensionController.d.ts +5 -5
- package/dist/WebKit/WKWebExtensionControllerConfiguration.d.ts +3 -0
- package/dist/WebKit/WKWebExtensionControllerDelegate.d.ts +13 -12
- package/dist/WebKit/WKWebExtensionMatchPattern.d.ts +5 -2
- package/dist/WebKit/WKWebExtensionMessagePort.d.ts +5 -5
- package/dist/WebKit/WKWebExtensionTab.d.ts +15 -15
- package/dist/WebKit/WKWebExtensionWindow.d.ts +6 -5
- package/dist/WebKit/WKWebExtensionWindowConfiguration.d.ts +1 -2
- package/dist/WebKit/WKWebView.d.ts +27 -23
- package/dist/WebKit/WKWebViewConfiguration.d.ts +3 -0
- package/dist/WebKit/WKWebsiteDataStore.d.ts +6 -3
- package/dist/WebKit/WebArchive.d.ts +3 -0
- package/dist/WebKit/WebPreferences.d.ts +3 -0
- package/dist/WebKit/WebResource.d.ts +3 -0
- package/dist/WebKit/WebUndefined.d.ts +3 -0
- package/dist/WebKit/WebView.d.ts +3 -0
- package/dist/WebKit/index.js +166 -165
- package/dist/bind.d.ts +55 -0
- package/dist/bind.js +97 -0
- package/dist/helpers.d.ts +1 -0
- package/dist/helpers.js +1 -0
- package/dist/iTunesLibrary/ITLibMediaEntity.d.ts +1 -1
- package/dist/iTunesLibrary/ITLibrary.d.ts +4 -4
- package/dist/iTunesLibrary/index.js +9 -8
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ import type { _NSObject } from "../Foundation/NSObject.js";
|
|
|
5
5
|
import type { _NSString } from "../Foundation/NSString.js";
|
|
6
6
|
import type { _NSURL } from "../Foundation/NSURL.js";
|
|
7
7
|
import type { _AVAssetTrack } from "./AVAssetTrack.js";
|
|
8
|
+
import type { _AVAsynchronousKeyValueLoading } from "./AVAsynchronousKeyValueLoading.js";
|
|
8
9
|
import type { _AVMediaSelection } from "./AVMediaSelection.js";
|
|
9
10
|
import type { _AVMediaSelectionGroup } from "./AVMediaSelectionGroup.js";
|
|
10
11
|
import type { _AVMetadataItem } from "./AVMetadataItem.js";
|
|
@@ -29,29 +30,29 @@ export declare class _AVAsset extends _NSObject {
|
|
|
29
30
|
* Provides an instance of AVAssetTrack that represents the track of the specified trackID. Becomes callable without blocking when the key @"tracks" has been loaded - Parameter trackID: The trackID of the requested AVAssetTrack. - Returns: An instance of AVAssetTrack; may be nil if no track of the specified trackID is available.
|
|
30
31
|
* @deprecated Use loadTrack(withTrackID:) instead
|
|
31
32
|
*/
|
|
32
|
-
trackWithTrackID$(trackID:
|
|
33
|
+
trackWithTrackID$(trackID: number): _AVAssetTrack | null;
|
|
33
34
|
/**
|
|
34
35
|
* Loads an instance of AVAssetTrack that represents the track of the specified trackID. - Parameter trackID: The trackID of the requested AVAssetTrack. - Parameter completionHandler: A block that is called when the loading is finished, with either the loaded track (which may be nil if no track of the specified trackID is available) or an error.
|
|
35
36
|
*/
|
|
36
|
-
loadTrackWithTrackID$completionHandler$(trackID:
|
|
37
|
+
loadTrackWithTrackID$completionHandler$(trackID: number, completionHandler: NobjcObject | null): void;
|
|
37
38
|
/**
|
|
38
39
|
* Provides an array of AVAssetTracks of the asset that present media of the specified media type. Becomes callable without blocking when the key @"tracks" has been loaded - Parameter mediaType: The media type according to which AVAsset filters its AVAssetTracks. (Media types are defined in AVMediaFormat.h.) - Returns: An NSArray of AVAssetTracks; may be empty if no tracks of the specified media type are available.
|
|
39
40
|
* @deprecated Use loadTracks(withMediaType:) instead
|
|
40
41
|
*/
|
|
41
|
-
tracksWithMediaType$(mediaType:
|
|
42
|
+
tracksWithMediaType$(mediaType: _NSString): _NSArray;
|
|
42
43
|
/**
|
|
43
44
|
* Loads an array of AVAssetTracks of the asset that present media of the specified media type. - Parameter mediaType: The media type according to which AVAsset filters its AVAssetTracks. (Media types are defined in AVMediaFormat.h.) - Parameter completionHandler: A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks of the specified media type are available) or an error.
|
|
44
45
|
*/
|
|
45
|
-
loadTracksWithMediaType$completionHandler$(mediaType:
|
|
46
|
+
loadTracksWithMediaType$completionHandler$(mediaType: _NSString, completionHandler: NobjcObject | null): void;
|
|
46
47
|
/**
|
|
47
48
|
* Provides an array of AVAssetTracks of the asset that present media with the specified characteristic. Becomes callable without blocking when the key @"tracks" has been loaded - Parameter mediaCharacteristic: The media characteristic according to which AVAsset filters its AVAssetTracks. (Media characteristics are defined in AVMediaFormat.h.) - Returns: An NSArray of AVAssetTracks; may be empty if no tracks with the specified characteristic are available.
|
|
48
49
|
* @deprecated Use loadTracks(withMediaCharacteristic:) instead
|
|
49
50
|
*/
|
|
50
|
-
tracksWithMediaCharacteristic$(mediaCharacteristic:
|
|
51
|
+
tracksWithMediaCharacteristic$(mediaCharacteristic: _NSString): _NSArray;
|
|
51
52
|
/**
|
|
52
53
|
* Loads an array of AVAssetTracks of the asset that present media with the specified characteristic. - Parameter mediaCharacteristic: The media characteristic according to which AVAsset filters its AVAssetTracks. (Media characteristics are defined in AVMediaFormat.h.) - Parameter completionHandler: A block that is called when the loading is finished, with either the loaded tracks (which may be empty if no tracks with the specified characteristic are available) or an error.
|
|
53
54
|
*/
|
|
54
|
-
loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic:
|
|
55
|
+
loadTracksWithMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
|
|
55
56
|
/**
|
|
56
57
|
* Provides an NSArray of AVMetadataItems, one for each metadata item in the container of the specified format; can subsequently be filtered according to language via +[AVMetadataItem metadataItemsFromArray:filteredAndSortedAccordingToPreferredLanguages:], according to locale via +[AVMetadataItem metadataItemsFromArray:withLocale:], or according to key via +[AVMetadataItem metadataItemsFromArray:withKey:keySpace:]. Becomes callable without blocking when the key @"availableMetadataFormats" has been loaded - Parameter format: The metadata format for which items are requested. - Returns: An NSArray containing AVMetadataItems; may be empty if there is no metadata of the specified format.
|
|
57
58
|
* @deprecated Use loadMetadata(for:) instead
|
|
@@ -60,7 +61,7 @@ export declare class _AVAsset extends _NSObject {
|
|
|
60
61
|
/**
|
|
61
62
|
* Loads an NSArray of AVMetadataItems, one for each metadata item in the container of the specified format; can subsequently be filtered according to language via +[AVMetadataItem metadataItemsFromArray:filteredAndSortedAccordingToPreferredLanguages:], according to locale via +[AVMetadataItem metadataItemsFromArray:withLocale:], or according to key via +[AVMetadataItem metadataItemsFromArray:withKey:keySpace:]. - Parameter format: The metadata format for which items are requested. - Parameter completionHandler: A block that is invoked when loading is complete, vending the array of metadata items (which may be empty if there is no metadata of the specified format) or an error.
|
|
62
63
|
*/
|
|
63
|
-
loadMetadataForFormat$completionHandler$(format: AVMetadataFormat, completionHandler: NobjcObject): void;
|
|
64
|
+
loadMetadataForFormat$completionHandler$(format: AVMetadataFormat, completionHandler: NobjcObject | null): void;
|
|
64
65
|
/**
|
|
65
66
|
* Provides an array of chapters. This method returns an array of AVTimedMetadataGroup objects. Each object in the array always contains an AVMetadataItem representing the chapter title; the timeRange property of the AVTimedMetadataGroup object is equal to the time range of the chapter title item. An AVMetadataItem with the specified common key will be added to an existing AVTimedMetadataGroup object if the time range (timestamp and duration) of the metadata item and the metadata group overlaps. The locale of items not carrying chapter titles need not match the specified locale parameter. Further filtering of the metadata items in AVTimedMetadataGroups according to language can be accomplished using +[AVMetadataItem metadataItemsFromArray:filteredAndSortedAccordingToPreferredLanguages:]; filtering of the metadata items according to locale can be accomplished using +[AVMetadataItem metadataItemsFromArray:withLocale:]. - Parameter locale: Locale of the metadata items carrying chapter titles to be returned (supports the IETF BCP 47 specification). - Parameter commonKeys: Array of common keys of AVMetadataItem to be included; can be nil. AVMetadataCommonKeyArtwork is the only supported key for now. - Returns: An NSArray of AVTimedMetadataGroup.
|
|
66
67
|
* @deprecated Use loadChapterMetadataGroups(withTitleLocale:containingItemsWithCommonKeys:) instead
|
|
@@ -69,7 +70,7 @@ export declare class _AVAsset extends _NSObject {
|
|
|
69
70
|
/**
|
|
70
71
|
* Loads an array of chapters. This method vends an array of AVTimedMetadataGroup objects. Each object in the array always contains an AVMetadataItem representing the chapter title; the timeRange property of the AVTimedMetadataGroup object is equal to the time range of the chapter title item. An AVMetadataItem with the specified common key will be added to an existing AVTimedMetadataGroup object if the time range (timestamp and duration) of the metadata item and the metadata group overlaps. The locale of items not carrying chapter titles need not match the specified locale parameter. Further filtering of the metadata items in AVTimedMetadataGroups according to language can be accomplished using +[AVMetadataItem metadataItemsFromArray:filteredAndSortedAccordingToPreferredLanguages:]; filtering of the metadata items according to locale can be accomplished using +[AVMetadataItem metadataItemsFromArray:withLocale:]. - Parameter locale: Locale of the metadata items carrying chapter titles to be returned (supports the IETF BCP 47 specification). - Parameter commonKeys: Array of common keys of AVMetadataItem to be included; if no common keys are required, send an empty list. AVMetadataCommonKeyArtwork is the only supported key for now. - Parameter completionHandler: A block that is invoked when loading is complete, vending the array of timed metadata groups or an error.
|
|
71
72
|
*/
|
|
72
|
-
loadChapterMetadataGroupsWithTitleLocale$containingItemsWithCommonKeys$completionHandler$(locale: _NSLocale, commonKeys: _NSArray, completionHandler: NobjcObject): void;
|
|
73
|
+
loadChapterMetadataGroupsWithTitleLocale$containingItemsWithCommonKeys$completionHandler$(locale: _NSLocale, commonKeys: _NSArray, completionHandler: NobjcObject | null): void;
|
|
73
74
|
/**
|
|
74
75
|
* Tests, in order of preference, for a match between language identifiers in the specified array of preferred languages and the available chapter locales, and returns the array of chapters corresponding to the first match that's found. Safe to call without blocking when the AVAsset key availableChapterLocales has status AVKeyValueStatusLoaded. Returns an array of AVTimedMetadataGroup objects. Each object in the array always contains an AVMetadataItem representing the chapter title; the timeRange property of the AVTimedMetadataGroup object is equal to the time range of the chapter title item. All of the available chapter metadata is included in the metadata groups, including items with the common key AVMetadataCommonKeyArtwork, if such items are present. Items not carrying chapter titles will be added to an existing AVTimedMetadataGroup object if the time range (timestamp and duration) of the metadata item and that of the metadata group overlaps. The locale of such items need not match the locale of the chapter titles. Further filtering of the metadata items in AVTimedMetadataGroups according to language can be accomplished using +[AVMetadataItem metadataItemsFromArray:filteredAndSortedAccordingToPreferredLanguages:]; filtering of the metadata items according to locale can be accomplished using +[AVMetadataItem metadataItemsFromArray:withLocale:]. - Parameter preferredLanguages: An array of language identifiers in order of preference, each of which is an IETF BCP 47 (RFC 4646) language identifier. If your goal is to provide the best match for the end user's preferred languages without consideration of your app's available localizations, pass [NSLocale preferredLanguages] as the value of preferredLanguages. However, if you want to filter the available choices in order to obtain the best match among the localizations that are available for your app, pass [NSBundle preferredLocalizationsFromArray:[[NSBundle mainBundle] localizations] forPreferences:[NSLocale preferredLanguages]] instead. The latter choice is normally more appropriate for strings intended for display as part of the app's UI. - Returns: An NSArray of AVTimedMetadataGroup.
|
|
75
76
|
* @deprecated Use loadChapterMetadataGroups(bestMatchingPreferredLanguages:) instead
|
|
@@ -78,23 +79,23 @@ export declare class _AVAsset extends _NSObject {
|
|
|
78
79
|
/**
|
|
79
80
|
* Tests, in order of preference, for a match between language identifiers in the specified array of preferred languages and the available chapter locales, and loads the array of chapters corresponding to the first match that's found. Returns an array of AVTimedMetadataGroup objects. Each object in the array always contains an AVMetadataItem representing the chapter title; the timeRange property of the AVTimedMetadataGroup object is equal to the time range of the chapter title item. All of the available chapter metadata is included in the metadata groups, including items with the common key AVMetadataCommonKeyArtwork, if such items are present. Items not carrying chapter titles will be added to an existing AVTimedMetadataGroup object if the time range (timestamp and duration) of the metadata item and that of the metadata group overlaps. The locale of such items need not match the locale of the chapter titles. Further filtering of the metadata items in AVTimedMetadataGroups according to language can be accomplished using +[AVMetadataItem metadataItemsFromArray:filteredAndSortedAccordingToPreferredLanguages:]; filtering of the metadata items according to locale can be accomplished using +[AVMetadataItem metadataItemsFromArray:withLocale:]. - Parameter preferredLanguages: An array of language identifiers in order of preference, each of which is an IETF BCP 47 (RFC 4646) language identifier. If your goal is to provide the best match for the end user's preferred languages without consideration of your app's available localizations, pass [NSLocale preferredLanguages] as the value of preferredLanguages. However, if you want to filter the available choices in order to obtain the best match among the localizations that are available for your app, pass [NSBundle preferredLocalizationsFromArray:[[NSBundle mainBundle] localizations] forPreferences:[NSLocale preferredLanguages]] instead. The latter choice is normally more appropriate for strings intended for display as part of the app's UI. - Parameter completionHandler: A block that is invoked when loading is complete, vending the array of timed metadata groups or an error.
|
|
80
81
|
*/
|
|
81
|
-
loadChapterMetadataGroupsBestMatchingPreferredLanguages$completionHandler$(preferredLanguages: _NSArray, completionHandler: NobjcObject): void;
|
|
82
|
+
loadChapterMetadataGroupsBestMatchingPreferredLanguages$completionHandler$(preferredLanguages: _NSArray, completionHandler: NobjcObject | null): void;
|
|
82
83
|
/**
|
|
83
84
|
* Provides an instance of AVMediaSelectionGroup that contains one or more options with the specified media characteristic. Becomes callable without blocking when the key @"availableMediaCharacteristicsWithMediaSelectionOptions" has been loaded. If the asset has no AVMediaSelectionGroup containing options with the specified media characteristic, the return value will be nil. Filtering of the options in the returned AVMediaSelectionGroup according to playability, locale, and additional media characteristics can be accomplished using the category AVMediaSelectionOptionFiltering defined on AVMediaSelectionGroup. - Parameter mediaCharacteristic: A media characteristic for which you wish to obtain the available media selection options. AVMediaCharacteristicAudible, AVMediaCharacteristicLegible, and AVMediaCharacteristicVisual are currently supported. Pass AVMediaCharacteristicAudible to obtain the group of available options for audio media in various languages and for various purposes, such as descriptive audio. Pass AVMediaCharacteristicLegible to obtain the group of available options for subtitles in various languages and for various purposes. Pass AVMediaCharacteristicVisual to obtain the group of available options for video media. - Returns: An instance of AVMediaSelectionGroup. May be nil.
|
|
84
85
|
* @deprecated Use loadMediaSelectionGroup(for:) instead
|
|
85
86
|
*/
|
|
86
|
-
mediaSelectionGroupForMediaCharacteristic$(mediaCharacteristic:
|
|
87
|
+
mediaSelectionGroupForMediaCharacteristic$(mediaCharacteristic: _NSString): _AVMediaSelectionGroup | null;
|
|
87
88
|
/**
|
|
88
89
|
* Loads an instance of AVMediaSelectionGroup that contains one or more options with the specified media characteristic. If the asset has no AVMediaSelectionGroup containing options with the specified media characteristic, the return value will be nil. Filtering of the options in the returned AVMediaSelectionGroup according to playability, locale, and additional media characteristics can be accomplished using the category AVMediaSelectionOptionFiltering defined on AVMediaSelectionGroup. - Parameter mediaCharacteristic: A media characteristic for which you wish to obtain the available media selection options. AVMediaCharacteristicAudible, AVMediaCharacteristicLegible, and AVMediaCharacteristicVisual are currently supported. Pass AVMediaCharacteristicAudible to obtain the group of available options for audio media in various languages and for various purposes, such as descriptive audio. Pass AVMediaCharacteristicLegible to obtain the group of available options for subtitles in various languages and for various purposes Pass AVMediaCharacteristicVisual to obtain the group of available options for video media. - Parameter completionHandler: A block that is invoked when loading is complete, vending an instance of AVMediaSelectionGroup (which may be nil) or an error.
|
|
89
90
|
* @deprecated Use load(.preferredMediaSelection) instead
|
|
90
91
|
*/
|
|
91
|
-
loadMediaSelectionGroupForMediaCharacteristic$completionHandler$(mediaCharacteristic:
|
|
92
|
+
loadMediaSelectionGroupForMediaCharacteristic$completionHandler$(mediaCharacteristic: _NSString, completionHandler: NobjcObject | null): void;
|
|
92
93
|
/** @deprecated Use findUnusedTrackID() instead */
|
|
93
|
-
unusedTrackID():
|
|
94
|
+
unusedTrackID(): number;
|
|
94
95
|
/**
|
|
95
96
|
* Loads a track ID that will not collide with any existing track - Parameter completionHandler: A block that is invoked when loading is complete, vending the track ID or an error.
|
|
96
97
|
*/
|
|
97
|
-
findUnusedTrackIDWithCompletionHandler$(completionHandler: NobjcObject): void;
|
|
98
|
+
findUnusedTrackIDWithCompletionHandler$(completionHandler: NobjcObject | null): void;
|
|
98
99
|
/**
|
|
99
100
|
* Indicates the duration of the asset. If @"providesPreciseDurationAndTiming" is NO, a best-available estimate of the duration is returned. The degree of precision preferred for timing-related properties can be set at initialization time for assets initialized with URLs - Seealso: AVURLAssetPreferPreciseDurationAndTimingKey for AVURLAsset below.
|
|
100
101
|
*/
|
|
@@ -234,3 +235,5 @@ export declare class _AVAsset extends _NSObject {
|
|
|
234
235
|
*/
|
|
235
236
|
compatibleWithAirPlayVideo(): boolean;
|
|
236
237
|
}
|
|
238
|
+
export interface _AVAsset extends _AVAsynchronousKeyValueLoading {
|
|
239
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
2
|
+
import type { _NSDictionary } from "../Foundation/NSDictionary.js";
|
|
3
3
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
4
4
|
import type { _AVMediaSelectionGroup } from "./AVMediaSelectionGroup.js";
|
|
5
5
|
export declare class _AVAssetCache extends _NSObject {
|
|
@@ -13,7 +13,7 @@ export declare class _AVAssetCache extends _NSObject {
|
|
|
13
13
|
/**
|
|
14
14
|
* For each AVMediaPresentationSelector defined by the AVCustomMediaSelectionScheme of an AVMediaSelectionGroup, returns the AVMediaPresentationSettings that can be satisfied for offline operations, e.g. playback.
|
|
15
15
|
*/
|
|
16
|
-
mediaPresentationSettingsForMediaSelectionGroup$(mediaSelectionGroup: _AVMediaSelectionGroup):
|
|
16
|
+
mediaPresentationSettingsForMediaSelectionGroup$(mediaSelectionGroup: _AVMediaSelectionGroup): _NSDictionary;
|
|
17
17
|
/**
|
|
18
18
|
* Returns an array of extended language tags for languages that can be selected for offline operations via use of the AVMediaSelectionGroup's AVCustomMediaSelectionScheme.
|
|
19
19
|
*/
|
|
@@ -15,7 +15,7 @@ export declare class _AVAssetDownloadConfiguration extends _NSObject {
|
|
|
15
15
|
/**
|
|
16
16
|
* Sets media selection on interstitials for this asset Typically, interstitial assets have not been discovered when the main download is initiated. This method allows the user to specify AVMediaSelectionCriteria for all interstitials that are discovered. Each AVPlayerMediaSelectionCriteria in the array of criteria specfies a set of criteria for a variant to download. - Parameter criteria: The array of selection criteria to set - Parameter mediaCharacteristic: The AVMediaCharacteristic to which the criteria will be applied
|
|
17
17
|
*/
|
|
18
|
-
setInterstitialMediaSelectionCriteria$forMediaCharacteristic$(criteria: _NSArray, mediaCharacteristic:
|
|
18
|
+
setInterstitialMediaSelectionCriteria$forMediaCharacteristic$(criteria: _NSArray, mediaCharacteristic: _NSString): void;
|
|
19
19
|
/**
|
|
20
20
|
* NSData representing artwork data for this asset. Optional. May be displayed, for example, by the usage pane of the Settings app. Must work with +[UIImage imageWithData:].
|
|
21
21
|
*/
|
|
@@ -34,7 +34,7 @@ export declare class _AVAssetExportSession extends _NSObject {
|
|
|
34
34
|
/**
|
|
35
35
|
* @method determineCompatibilityOfExportPreset:withAsset:outputFileType:completionHandler: @abstract Performs an inspection on the compatibility of an export preset, AVAsset and output file type. Calls the completion handler with YES if the arguments are compatible; NO otherwise. @discussion Not all export presets are compatible with all AVAssets and file types. This method can be used to query compatibility. In order to ensure that the setup and running of an export operation will succeed using a given preset no significant changes (such as adding or deleting tracks) should be made to the asset between retrieving compatible identifiers and performing the export operation. @param presetName An NSString specifying the name of the preset template for the export. @param asset An AVAsset object that is intended to be exported. @param outputFileType An AVFileType indicating a file type to check; or nil, to query whether there are any compatible types. @param handler A block called with the compatibility result.
|
|
36
36
|
*/
|
|
37
|
-
static determineCompatibilityOfExportPreset$withAsset$outputFileType$completionHandler$(presetName: _NSString, asset: _AVAsset, outputFileType:
|
|
37
|
+
static determineCompatibilityOfExportPreset$withAsset$outputFileType$completionHandler$(presetName: _NSString, asset: _AVAsset, outputFileType: _NSString | null, handler: NobjcObject): void;
|
|
38
38
|
/**
|
|
39
39
|
* @method initWithAsset:presetName: @abstract Initialize an AVAssetExportSession with the specified preset and set the source to the contents of the asset. @param asset An AVAsset object that is intended to be exported. @param presetName An NSString specifying the name of the preset template for the export. @result Returns the initialized AVAssetExportSession. @discussion If the specified asset belongs to a mutable subclass of AVAsset, AVMutableComposition or AVMutableMovie, the results of any export-related operation are undefined if you mutate the asset after the operation commences. These operations include but are not limited to: 1) testing the compatibility of export presets with the asset, 2) calculating the maximum duration or estimated length of the output file, and 3) the export operation itself.
|
|
40
40
|
*/
|
|
@@ -56,11 +56,11 @@ export declare class _AVAssetExportSession extends _NSObject {
|
|
|
56
56
|
/**
|
|
57
57
|
* @method estimateMaximumDurationWithCompletionHandler: @abstract Starts the asynchronous execution of estimating the maximum duration of the export based on the asset, preset, and fileLengthLimit associated with the export session. @discussion If fileLengthLimit is not set on the export session, fileLengthLimit will be assumed to be the maximum file size specified by the preset (if any); else infinite. @param handler A block called with the estimated maximum duration, or kCMTimeInvalid if an error occurs. The error parameter will be non-nil if an error occurs.
|
|
58
58
|
*/
|
|
59
|
-
estimateMaximumDurationWithCompletionHandler$(handler: NobjcObject): void;
|
|
59
|
+
estimateMaximumDurationWithCompletionHandler$(handler: NobjcObject | null): void;
|
|
60
60
|
/**
|
|
61
61
|
* @method estimateOutputFileLengthWithCompletionHandler: @abstract Starts the asynchronous execution of estimating the output file length of the export based on the asset, preset, and timeRange associated with the export session. @discussion If timeRange is not set on the export session, timeRange will be assumed to be the full time range of the asset. @param handler A block called with the estimated output file length in bytes, if it can be determined; 0 otherwise. The error parameter will be non-nil if an error occurs.
|
|
62
62
|
*/
|
|
63
|
-
estimateOutputFileLengthWithCompletionHandler$(handler: NobjcObject): void;
|
|
63
|
+
estimateOutputFileLengthWithCompletionHandler$(handler: NobjcObject | null): void;
|
|
64
64
|
/** Indicates the name of the preset with which the AVExportSession was initialized */
|
|
65
65
|
presetName(): _NSString;
|
|
66
66
|
/**
|
|
@@ -71,8 +71,8 @@ export declare class _AVAssetExportSession extends _NSObject {
|
|
|
71
71
|
* Indicates the type of file to be written by the session. The value of this property must be set before you invoke -exportAsynchronouslyWithCompletionHandler:; otherwise -exportAsynchronouslyWithCompletionHandler: will raise an NSInternalInconsistencyException. Setting the value of this property to a file type that's not among the session's supported file types will result in an NSInvalidArgumentException. See supportedFileTypes.
|
|
72
72
|
* @deprecated Use export(to:as:) async throws instead
|
|
73
73
|
*/
|
|
74
|
-
outputFileType():
|
|
75
|
-
setOutputFileType$(value:
|
|
74
|
+
outputFileType(): _NSString | null;
|
|
75
|
+
setOutputFileType$(value: _NSString | null): void;
|
|
76
76
|
/**
|
|
77
77
|
* Indicates the URL of the export session's output. You may use [[UTType typeWithIdentifier:outputFileType] preferredFilenameExtension] to obtain an appropriate path extension for the outputFileType you have specified. For more information, see <UniformTypeIdentifiers/UTType.h>.
|
|
78
78
|
* @deprecated Use export(to:as:) async throws instead
|
|
@@ -24,15 +24,15 @@ export declare class _AVAssetImageGenerator extends _NSObject {
|
|
|
24
24
|
* Returns a CFRetained CGImageRef for an asset at or near the specified time. The time at which the image of the asset is to be created. A pointer to a CMTime to receive the time at which the image was actually generated. If you are not interested in this information, pass NULL. An error object describing the reason for failure, in the event that this method returns NULL. A CGImageRef. Returns the CGImage synchronously. Ownership follows the Create Rule. Because of the nature of timed audiovisual media, generating an image may take significant time. AVAssetImageGenerator may have to block the calling thread in order to do so. In order to avoid blocking, clients can use -generateCGImagesAsynchronouslyForTimes:completionHandler: to request that one or more images be generated asynchronously and to be notified when they become available. On iOS and tvOS, it is particularly important to avoid blocking. To preserve responsiveness, a synchronous request that blocks for too long (eg, a request to generate an image from an asset on a slow HTTP server) may lead to media services being reset.
|
|
25
25
|
* @deprecated Use generateCGImageAsynchronouslyForTime:completionHandler: instead
|
|
26
26
|
*/
|
|
27
|
-
copyCGImageAtTime$actualTime$error$(requestedTime: CMTime, actualTime: NobjcObject, outError: NobjcObject): NobjcObject;
|
|
27
|
+
copyCGImageAtTime$actualTime$error$(requestedTime: CMTime, actualTime: NobjcObject | null, outError: NobjcObject | null): NobjcObject;
|
|
28
28
|
/**
|
|
29
29
|
* Returns a series of CGImageRefs for an asset at or near the specified times. An NSArray of NSValues, each containing a CMTime, specifying the asset times at which an image is requested. A block that will be called when an image request is complete. Employs an efficient "batch mode" for getting images in time order. The client will receive exactly one handler callback for each requested time in requestedTimes. Changes to generator properties (snap behavior, maximum size, etc...) will not affect outstanding asynchronous image generation requests. The generated image is not retained. Clients should retain the image if they wish it to persist after the completion handler returns.
|
|
30
30
|
*/
|
|
31
|
-
generateCGImagesAsynchronouslyForTimes$completionHandler$(requestedTimes: _NSArray, handler:
|
|
31
|
+
generateCGImagesAsynchronouslyForTimes$completionHandler$(requestedTimes: _NSArray, handler: NobjcObject): void;
|
|
32
32
|
/**
|
|
33
33
|
* Returns a CGImageRef for an asset at or near the specified time. A CMTime, specifying the asset time at which an image is requested. A block that will be called when the image request is complete. The client will receive exactly one handler callback for requestedTime. Changes to generator properties (snap behavior, maximum size, etc...) will not affect outstanding asynchronous image generation requests. The generated image is not retained. Clients should retain the image if they wish it to persist after the completion handler returns. If image generation succeeds, the `image` parameter to the completion handler will be non-NULL and the `error` parameter will be nil. If image generation fails or was cancelled, the `image` parameter will be NULL and the `error` parameter will describe what went wrong. For cancelled images, the returned error will be AVErrorOperationCancelled.
|
|
34
34
|
*/
|
|
35
|
-
generateCGImageAsynchronouslyForTime$completionHandler$(requestedTime: CMTime, handler: NobjcObject): void;
|
|
35
|
+
generateCGImageAsynchronouslyForTime$completionHandler$(requestedTime: CMTime, handler: NobjcObject | null): void;
|
|
36
36
|
/**
|
|
37
37
|
* Cancels all outstanding image generation requests. Calls the handler block with AVAssetImageGeneratorCancelled for each image time in every previous invocation of -generateCGImagesAsynchronouslyForTimes:completionHandler: for which images have not yet been supplied.
|
|
38
38
|
*/
|
|
@@ -13,11 +13,11 @@ export declare class _AVAssetReader extends _NSObject {
|
|
|
13
13
|
/**
|
|
14
14
|
* @method assetReaderWithAsset:error: @abstract Returns an instance of AVAssetReader for reading media data from the specified asset. @param asset The asset from which media data is to be read. @param outError On return, if initialization of the AVAssetReader fails, points to an NSError describing the nature of the failure. @result An instance of AVAssetReader. @discussion If the specified asset belongs to a mutable subclass of AVAsset, AVMutableComposition or AVMutableMovie, the results of any asset reading operation are undefined if you mutate the asset after invoking -startReading.
|
|
15
15
|
*/
|
|
16
|
-
static assetReaderWithAsset$error$(asset: _AVAsset, outError: NobjcObject): _AVAssetReader | null;
|
|
16
|
+
static assetReaderWithAsset$error$(asset: _AVAsset, outError: NobjcObject | null): _AVAssetReader | null;
|
|
17
17
|
/**
|
|
18
18
|
* @method initWithAsset:error: @abstract Creates an instance of AVAssetReader for reading media data from the specified asset. @param asset The asset from which media data is to be read. @param outError On return, if initialization of the AVAssetReader fails, points to an NSError describing the nature of the failure. @result An instance of AVAssetReader. @discussion If the specified asset belongs to a mutable subclass of AVAsset, AVMutableComposition or AVMutableMovie, the results of any asset reading operation are undefined if you mutate the asset after invoking -startReading.
|
|
19
19
|
*/
|
|
20
|
-
initWithAsset$error$(asset: _AVAsset, outError: NobjcObject): _AVAssetReader | null;
|
|
20
|
+
initWithAsset$error$(asset: _AVAsset, outError: NobjcObject | null): _AVAssetReader | null;
|
|
21
21
|
/**
|
|
22
22
|
* @method canAddOutput: @abstract Tests whether an output can be added to the receiver. @param output The AVAssetReaderOutput object to be tested. @result A BOOL indicating whether the output can be added to the receiver. @discussion An output that reads from a track of an asset other than the asset used to initialize the receiver cannot be added.
|
|
23
23
|
*/
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { NobjcObject } from "objc-js";
|
|
2
2
|
import type { _NSArray } from "../Foundation/NSArray.js";
|
|
3
3
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
4
|
+
import type { _NSString } from "../Foundation/NSString.js";
|
|
4
5
|
export declare class _AVAssetReaderOutput extends _NSObject {
|
|
5
6
|
static alloc(): _AVAssetReaderOutput;
|
|
6
7
|
static new(): _AVAssetReaderOutput;
|
|
@@ -9,7 +10,7 @@ export declare class _AVAssetReaderOutput extends _NSObject {
|
|
|
9
10
|
* @method copyNextSampleBuffer @abstract Copies the next sample buffer for the output synchronously. @result A CMSampleBuffer object referencing the output sample buffer. @discussion The client is responsible for calling CFRelease on the returned CMSampleBuffer object when finished with it. This method will return NULL if there are no more sample buffers available for the receiver within the time range specified by its AVAssetReader's timeRange property, or if there is an error that prevents the AVAssetReader from reading more media data. When this method returns NULL, clients should check the value of the associated AVAssetReader's status property to determine why no more samples could be read. In certain configurations, such as when outputSettings is nil, copyNextSampleBuffer may return marker-only sample buffers as well as sample buffers containing media data. Marker-only sample buffers can be identified by CMSampleBufferGetNumSamples returning 0. Clients who do not need the information attached to marker-only sample buffers may skip them. This method throws an exception if this output is not added to an instance of AVAssetReader (using -addOutput:) and -startReading is not called on that asset reader.
|
|
10
11
|
* @deprecated Use AVAssetReaderOutput.Provider.next() instead
|
|
11
12
|
*/
|
|
12
|
-
copyNextSampleBuffer(): NobjcObject;
|
|
13
|
+
copyNextSampleBuffer(): NobjcObject | null;
|
|
13
14
|
/**
|
|
14
15
|
* @method resetForReadingTimeRanges: @abstract Starts reading over with a new set of time ranges. @param timeRanges An NSArray of NSValue objects, each representing a single CMTimeRange structure @discussion This method may only be used if supportsRandomAccess has been set to YES and may not be called after -markConfigurationAsFinal has been invoked. This method is often used in conjunction with AVAssetWriter multi-pass (see AVAssetWriterInput category AVAssetWriterInputMultiPass). In this usage, the caller will invoke -copyNextSampleBuffer until that method returns NULL and then ask the AVAssetWriterInput for a set of time ranges from which it thinks media data should be re-encoded. These time ranges are then given to this method to set up the asset reader output for the next pass. The time ranges set here override the time range set on AVAssetReader.timeRange. Just as with that property, for each time range in the array the intersection of that time range and CMTimeRangeMake(kCMTimeZero, asset.duration) will take effect. If this method is invoked after the status of the attached AVAssetReader has become AVAssetReaderStatusFailed or AVAssetReaderStatusCancelled, no change in status will occur and the result of the next call to -copyNextSampleBuffer will be NULL. This method throws an exception if the following conditions are not honored: - each item in time ranges must be an NSValue - the start of each time range must be numeric - see CMTIME_IS_NUMERIC - the duration of each time range must be nonnegative and numeric, or kCMTimePositiveInfinity - the start of each time range must be greater than or equal to the end of the previous time range - start times must be strictly increasing - time ranges must not overlap - cannot be called before -startReading has been invoked on the attached asset reader - cannot be called until all samples of media data have been read (i.e. copyNextSampleBuffer returns NULL and the asset reader has not entered a failure state) - cannot be called without setting "supportsRandomAccess" to YES - cannot be called after calling -markConfigurationAsFinal
|
|
15
16
|
* @deprecated Use RandomAccessController.resetForReading(timeRanges:) instead
|
|
@@ -23,7 +24,7 @@ export declare class _AVAssetReaderOutput extends _NSObject {
|
|
|
23
24
|
/**
|
|
24
25
|
* @property mediaType @abstract The media type of the samples that can be read from the receiver. @discussion The value of this property is one of the media type strings defined in AVMediaFormat.h.
|
|
25
26
|
*/
|
|
26
|
-
mediaType():
|
|
27
|
+
mediaType(): _NSString;
|
|
27
28
|
/**
|
|
28
29
|
* @property alwaysCopiesSampleData @abstract Indicates whether or not the data in buffers gets copied before being vended to the client. @discussion When the value of this property is YES, the AVAssetReaderOutput will always vend a buffer with copied data to the client. Data in such buffers can be freely modified by the client. When the value of this property is NO, the buffers vended to the client may not be copied. Such buffers may still be referenced by other entities. The result of modifying a buffer whose data hasn't been copied is undefined. Requesting buffers whose data hasn't been copied when possible can lead to performance improvements. The default value is YES. This property throws an exception if a value is set after reading has started (the asset reader has progressed beyond AVAssetReaderStatusUnknown).
|
|
29
30
|
* @deprecated It is not necessary to copy the sample data in order to make it safe to use the vended buffer
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
3
2
|
import type { _AVAssetResourceLoaderDelegate } from "./AVAssetResourceLoaderDelegate.js";
|
|
4
3
|
export declare class _AVAssetResourceLoader extends _NSObject {
|
|
@@ -8,7 +7,7 @@ export declare class _AVAssetResourceLoader extends _NSObject {
|
|
|
8
7
|
/**
|
|
9
8
|
* @method setDelegate:queue: @abstract Sets the receiver's delegate that will mediate resource loading and the dispatch queue on which delegate methods will be invoked. @param delegate An object conforming to the AVAssetResourceLoaderDelegate protocol. @param delegateQueue A dispatch queue on which all delegate methods will be invoked. @discussion If you employ an AVAssetResourceLoader delegate that loads media data for playback, you should set the value of your AVPlayer’s automaticallyWaitsToMinimizeStalling property to NO. Allowing the value of automaticallyWaitsToMinimizeStalling to remain YES — its default value — when an AVAssetResourceLoader delegate is used for the loading of media data can result in poor start-up times for playback and poor recovery from stalls, because the behaviors provided by AVPlayer when automaticallyWaitsToMinimizeStalling has a value of YES depend on predictions of the future availability of media data that that do not function as expected when data is loaded via a client-controlled means, using the AVAssetResourceLoader delegate interface. You can allow the value of automaticallyWaitsToMinimizeStalling to remain YES if you use an AVAssetResourceLoader delegate to manage content keys for FairPlay Streaming, to provide dynamically-generated master playlists for HTTP Live Streaming, or to respond to authentication challenges, but not to load media data for playback.
|
|
10
9
|
*/
|
|
11
|
-
setDelegate$queue$(delegate: _AVAssetResourceLoaderDelegate | null, delegateQueue:
|
|
10
|
+
setDelegate$queue$(delegate: _AVAssetResourceLoaderDelegate | null, delegateQueue: _NSObject | null): void;
|
|
12
11
|
/**
|
|
13
12
|
* @property delegate @abstract The receiver's delegate. @discussion The value of this property is an object conforming to the AVAssetResourceLoaderDelegate protocol. The delegate is set using the setDelegate:queue: method. The delegate is held using a zeroing-weak reference, so this property will have a value of nil after a delegate that was previously set has been deallocated.
|
|
14
13
|
*/
|
|
@@ -16,7 +15,7 @@ export declare class _AVAssetResourceLoader extends _NSObject {
|
|
|
16
15
|
/**
|
|
17
16
|
* @property delegateQueue @abstract The dispatch queue on which all delegate methods will be invoked. @discussion The value of this property is a dispatch_queue_t. The queue is set using the setDelegate:queue: method.
|
|
18
17
|
*/
|
|
19
|
-
delegateQueue():
|
|
18
|
+
delegateQueue(): _NSObject | null;
|
|
20
19
|
/**
|
|
21
20
|
* @property preloadsEligibleContentKeys @abstract When YES, eligible content keys will be loaded as eagerly as possible, potentially handled by the delegate. Setting to YES may result in network activity. @discussion Any work done as a result of setting this property will be performed asynchronously.
|
|
22
21
|
*/
|
|
@@ -24,12 +24,12 @@ export declare class _AVAssetResourceLoadingRequest extends _NSObject {
|
|
|
24
24
|
* @method streamingContentKeyRequestDataForApp:contentIdentifier:options:error: @abstract Obtains a streaming content key request for a specific combination of application and content. @param appIdentifier An opaque identifier for the application. The value of this identifier depends on the particular system used to provide the decryption key. @param contentIdentifier An opaque identifier for the content. The value of this identifier depends on the particular system used to provide the decryption key. @param options Additional information necessary to obtain the key, or nil if none. @param outError If obtaining the streaming content key request fails, will be set to an instance of NSError describing the failure. @result The key request data that must be transmitted to the key vendor to obtain the content key.
|
|
25
25
|
* @deprecated Use -[AVContentKeyRequest makeStreamingContentKeyRequestDataForApp:contentIdentifier:options:completionHandler:] instead
|
|
26
26
|
*/
|
|
27
|
-
streamingContentKeyRequestDataForApp$contentIdentifier$options$error$(appIdentifier: _NSData, contentIdentifier: _NSData, options: _NSDictionary | null, outError: NobjcObject): _NSData | null;
|
|
27
|
+
streamingContentKeyRequestDataForApp$contentIdentifier$options$error$(appIdentifier: _NSData, contentIdentifier: _NSData, options: _NSDictionary | null, outError: NobjcObject | null): _NSData | null;
|
|
28
28
|
/**
|
|
29
29
|
* @method persistentContentKeyFromKeyVendorResponse:options:error: @abstract Obtains a persistable content key from a context. @param keyVendorResponse The response returned from the key vendor as a result of a request generated from streamingContentKeyRequestDataForApp:contentIdentifier:options:error:. @param options Additional information necessary to obtain the persistable content key, or nil if none. @param outError If obtaining the persistable content key fails, will be set to an instance of NSError describing the failure. @result The persistable content key data that may be stored offline to answer future loading requests of the same content key. @discussion The data returned from this method may be used to immediately satisfy an AVAssetResourceLoadingDataRequest, as well as any subsequent requests for the same key url. The value of AVAssetResourceLoadingContentInformationRequest.contentType must be set to AVStreamingKeyDeliveryPersistentContentKeyType when responding with data created with this method.
|
|
30
30
|
* @deprecated Use -[AVPersistableContentKeyRequest persistableContentKeyFromKeyVendorResponse:options:error:] instead
|
|
31
31
|
*/
|
|
32
|
-
persistentContentKeyFromKeyVendorResponse$options$error$(keyVendorResponse: _NSData, options: _NSDictionary | null, outError: NobjcObject): _NSData | null;
|
|
32
|
+
persistentContentKeyFromKeyVendorResponse$options$error$(keyVendorResponse: _NSData, options: _NSDictionary | null, outError: NobjcObject | null): _NSData | null;
|
|
33
33
|
/**
|
|
34
34
|
* @method finishLoadingWithResponse:data:redirect: @abstract Causes the receiver to finish loading a resource that a delegate has previously assumed responsibility for loading by returning YES as the result of -resourceLoader:shouldWaitForLoadingOfRequestedResource:. @param response The NSURLResponse for the NSURLRequest of the receiver. Should be nil if no response is required. @param data An instance of NSData containing the data of the resource. Should be nil if no such data is available. @param redirect An instance of NSURLRequest indicating a redirect of the loading request. Should be nil if no redirect is needed. @discussion This method is deprecated. Use the following methods instead. -[AVAssetResourceLoadingRequest setResponse:] to set the response property, -[AVAssetResourceLoadingRequest setRedirect:] to set the redirect property, -[AVAssetResourceLoadingDataRequest respondWithData:] to provide data, and -[AVAssetResourceLoadingRequest finishLoading] to indicate that loading is finished.
|
|
35
35
|
* @deprecated Use -[AVAssetResourceLoadingRequest setResponse:], -[AVAssetResourceLoadingRequest setRedirect:], -[AVAssetResourceLoadingDataRequest respondWithData:], -[AVAssetResourceLoadingRequest finishLoading]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { NobjcObject } from "objc-js";
|
|
2
1
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
2
|
+
import type { _NSString } from "../Foundation/NSString.js";
|
|
3
3
|
import type { _AVAssetSegmentReportSampleInformation } from "./AVAssetSegmentReportSampleInformation.js";
|
|
4
4
|
import type { CMTime } from "../structs/CMTime.js";
|
|
5
5
|
export declare class _AVAssetSegmentTrackReport extends _NSObject {
|
|
@@ -9,11 +9,11 @@ export declare class _AVAssetSegmentTrackReport extends _NSObject {
|
|
|
9
9
|
/**
|
|
10
10
|
* @property trackID @abstract Indicates the persistent unique identifier for this track.
|
|
11
11
|
*/
|
|
12
|
-
trackID():
|
|
12
|
+
trackID(): number;
|
|
13
13
|
/**
|
|
14
14
|
* @property mediaType @abstract Indicates the media type for this track. Media types are declared in AVMediaFormat.h.
|
|
15
15
|
*/
|
|
16
|
-
mediaType():
|
|
16
|
+
mediaType(): _NSString;
|
|
17
17
|
/**
|
|
18
18
|
* @property earliestPresentationTimeStamp @abstract Indicates the earliest presentation timestamp (PTS) for this track. The value is kCMTimeInvalid if there is no information available.
|
|
19
19
|
*/
|
|
@@ -4,6 +4,7 @@ import type { _NSObject } from "../Foundation/NSObject.js";
|
|
|
4
4
|
import type { _NSString } from "../Foundation/NSString.js";
|
|
5
5
|
import type { _AVAsset } from "./AVAsset.js";
|
|
6
6
|
import type { _AVAssetTrackSegment } from "./AVAssetTrackSegment.js";
|
|
7
|
+
import type { _AVAsynchronousKeyValueLoading } from "./AVAsynchronousKeyValueLoading.js";
|
|
7
8
|
import type { _AVSampleCursor } from "./AVSampleCursor.js";
|
|
8
9
|
import type { CGAffineTransform } from "../structs/CGAffineTransform.js";
|
|
9
10
|
import type { CGSize } from "../structs/CGSize.js";
|
|
@@ -18,7 +19,7 @@ export declare class _AVAssetTrack extends _NSObject {
|
|
|
18
19
|
/**
|
|
19
20
|
* Reports whether the track references media with the specified media characteristic. - Parameter mediaCharacteristic: The media characteristic of interest, e.g. AVMediaCharacteristicVisual, AVMediaCharacteristicAudible, AVMediaCharacteristicLegible, etc., as defined above. - Returns: YES if the track references media with the specified characteristic, otherwise NO.
|
|
20
21
|
*/
|
|
21
|
-
hasMediaCharacteristic$(mediaCharacteristic:
|
|
22
|
+
hasMediaCharacteristic$(mediaCharacteristic: _NSString): boolean;
|
|
22
23
|
/**
|
|
23
24
|
* Supplies the AVAssetTrackSegment from the segments array with a target timeRange that either contains the specified track time or is the closest to it among the target timeRanges of the track's segments. If the trackTime does not map to a sample presentation time (e.g. it's outside the track's timeRange), the segment closest in time to the specified trackTime is returned. - Parameter trackTime: The trackTime for which an AVAssetTrackSegment is requested. - Returns: An AVAssetTrackSegment.
|
|
24
25
|
* @deprecated Use loadSegment(forTrackTime:) instead
|
|
@@ -27,7 +28,7 @@ export declare class _AVAssetTrack extends _NSObject {
|
|
|
27
28
|
/**
|
|
28
29
|
* Loads the AVAssetTrackSegment from the segments array with a target timeRange that either contains the specified track time or is the closest to it among the target timeRanges of the track's segments. If the trackTime does not map to a sample presentation time (e.g. it's outside the track's timeRange), the segment closest in time to the specified trackTime is returned. - Parameter trackTime: The trackTime for which an AVAssetTrackSegment is requested. - Parameter completionHandler: A block that is invoked when loading is complete, vending an AVAssetTrackSegment or an error.
|
|
29
30
|
*/
|
|
30
|
-
loadSegmentForTrackTime$completionHandler$(trackTime: CMTime, completionHandler: NobjcObject): void;
|
|
31
|
+
loadSegmentForTrackTime$completionHandler$(trackTime: CMTime, completionHandler: NobjcObject | null): void;
|
|
31
32
|
/**
|
|
32
33
|
* Maps the specified trackTime through the appropriate time mapping and returns the resulting sample presentation time. - Parameter trackTime: The trackTime for which a sample presentation time is requested. - Returns: A CMTime; will be invalid if the trackTime is out of range
|
|
33
34
|
* @deprecated Use loadSamplePresentationTime(forTrackTime:) instead
|
|
@@ -36,7 +37,7 @@ export declare class _AVAssetTrack extends _NSObject {
|
|
|
36
37
|
/**
|
|
37
38
|
* Maps the specified trackTime through the appropriate time mapping and loads the resulting sample presentation time. - Parameter trackTime: The trackTime for which a sample presentation time is requested. - Parameter completionHandler: A block that is invoked when loading is complete, vending a CMTime (which will be invalid if the trackTime is out of range) or an error.
|
|
38
39
|
*/
|
|
39
|
-
loadSamplePresentationTimeForTrackTime$completionHandler$(trackTime: CMTime, completionHandler: NobjcObject): void;
|
|
40
|
+
loadSamplePresentationTimeForTrackTime$completionHandler$(trackTime: CMTime, completionHandler: NobjcObject | null): void;
|
|
40
41
|
/**
|
|
41
42
|
* Provides an NSArray of AVMetadataItems, one for each metadata item in the container of the specified format. Becomes callable without blocking when the key @"availableMetadataFormats" has been loaded - Parameter format: The metadata format for which items are requested. - Returns: An NSArray containing AVMetadataItems.
|
|
42
43
|
* @deprecated Use loadMetadata(for:) instead
|
|
@@ -45,7 +46,7 @@ export declare class _AVAssetTrack extends _NSObject {
|
|
|
45
46
|
/**
|
|
46
47
|
* Loads an NSArray of AVMetadataItems, one for each metadata item in the container of the specified format. - Parameter format: The metadata format for which items are requested. - Parameter completionHandler: A block that is invoked when loading is complete, vending the array of metadata items (which may be empty if there is no metadata of the specified format) or an error.
|
|
47
48
|
*/
|
|
48
|
-
loadMetadataForFormat$completionHandler$(format: AVMetadataFormat, completionHandler: NobjcObject): void;
|
|
49
|
+
loadMetadataForFormat$completionHandler$(format: AVMetadataFormat, completionHandler: NobjcObject | null): void;
|
|
49
50
|
/**
|
|
50
51
|
* Provides an NSArray of AVAssetTracks, one for each track associated with the receiver with the specified type of track association. Becomes callable without blocking when the key @"availableTrackAssociationTypes" has been loaded. - Parameter trackAssociationType: The type of track association for which associated tracks are requested. - Returns: An NSArray containing AVAssetTracks; may be empty if there is no associated tracks of the specified type.
|
|
51
52
|
* @deprecated Use loadAssociatedTracks(ofType:) instead
|
|
@@ -54,7 +55,7 @@ export declare class _AVAssetTrack extends _NSObject {
|
|
|
54
55
|
/**
|
|
55
56
|
* Provides an NSArray of AVAssetTracks, one for each track associated with the receiver with the specified type of track association. - Parameter trackAssociationType: The type of track association for which associated tracks are requested. - Parameter completionHandler: A block that is invoked when loading is comlete, vending an array of tracks (which may be empty if there is no associated tracks of the specified type) or an error. `
|
|
56
57
|
*/
|
|
57
|
-
loadAssociatedTracksOfType$completionHandler$(trackAssociationType: AVTrackAssociationType, completionHandler: NobjcObject): void;
|
|
58
|
+
loadAssociatedTracksOfType$completionHandler$(trackAssociationType: AVTrackAssociationType, completionHandler: NobjcObject | null): void;
|
|
58
59
|
/**
|
|
59
60
|
* Creates an instance of AVSampleCursor and positions it at or near the specified presentation timestamp. If the receiver's asset has a value of YES for providesPreciseDurationAndTiming, the sample cursor will be accurately positioned at the receiver's last media sample with presentation timestamp less than or equal to the desired timestamp, or, if there are no such samples, the first sample in presentation order. If the receiver's asset has a value of NO for providesPreciseDurationAndTiming, and it is prohibitively expensive to locate the precise sample at the desired timestamp, the sample cursor may be approximately positioned. This method will return nil if there are no samples in the track. - Parameter presentationTimeStamp: The desired initial presentation timestamp of the returned AVSampleCursor. - Returns: An instance of AVSampleCursor.
|
|
60
61
|
*/
|
|
@@ -70,11 +71,11 @@ export declare class _AVAssetTrack extends _NSObject {
|
|
|
70
71
|
/** Provides a reference to the AVAsset of which the AVAssetTrack is a part */
|
|
71
72
|
asset(): _AVAsset | null;
|
|
72
73
|
/** Indicates the persistent unique identifier for this track of the asset */
|
|
73
|
-
trackID():
|
|
74
|
+
trackID(): number;
|
|
74
75
|
/**
|
|
75
76
|
* Indicates the media type for this track, e.g. AVMediaTypeVideo, AVMediaTypeAudio, etc., as defined in AVMediaFormat.h.
|
|
76
77
|
*/
|
|
77
|
-
mediaType():
|
|
78
|
+
mediaType(): _NSString;
|
|
78
79
|
/**
|
|
79
80
|
* Provides an array of CMFormatDescriptions each of which indicates the format of media samples referenced by the track; a track that presents uniform media, e.g. encoded according to the same encoding settings, will provide an array with a count of 1.
|
|
80
81
|
* @deprecated Use load(.isPlayable) instead
|
|
@@ -107,7 +108,7 @@ export declare class _AVAssetTrack extends _NSObject {
|
|
|
107
108
|
/**
|
|
108
109
|
* Indicates a timescale in which time values for the track can be operated upon without extraneous numerical conversion
|
|
109
110
|
*/
|
|
110
|
-
naturalTimeScale():
|
|
111
|
+
naturalTimeScale(): number;
|
|
111
112
|
/**
|
|
112
113
|
* Indicates the estimated data rate of the media data referenced by the track, in units of bits per second
|
|
113
114
|
*/
|
|
@@ -182,3 +183,5 @@ export declare class _AVAssetTrack extends _NSObject {
|
|
|
182
183
|
*/
|
|
183
184
|
canProvideSampleCursors(): boolean;
|
|
184
185
|
}
|
|
186
|
+
export interface _AVAssetTrack extends _AVAsynchronousKeyValueLoading {
|
|
187
|
+
}
|
|
@@ -3,6 +3,7 @@ import type { _NSArray } from "../Foundation/NSArray.js";
|
|
|
3
3
|
import type { _NSDictionary } from "../Foundation/NSDictionary.js";
|
|
4
4
|
import type { _NSError } from "../Foundation/NSError.js";
|
|
5
5
|
import type { _NSObject } from "../Foundation/NSObject.js";
|
|
6
|
+
import type { _NSString } from "../Foundation/NSString.js";
|
|
6
7
|
import type { _NSURL } from "../Foundation/NSURL.js";
|
|
7
8
|
import type { _UTType } from "../UniformTypeIdentifiers/UTType.js";
|
|
8
9
|
import type { _AVAssetWriterDelegate } from "./AVAssetWriterDelegate.js";
|
|
@@ -18,11 +19,11 @@ export declare class _AVAssetWriter extends _NSObject {
|
|
|
18
19
|
/**
|
|
19
20
|
* Returns an instance of AVAssetWriter configured to write to a file in a specified container format. The location of the file to be written. The URL must be a file URL. A UTI indicating the format of the file to be written. On return, if initialization of the AVAssetWriter fails, points to an NSError describing the nature of the failure. An instance of AVAssetWriter. Writing will fail if a file already exists at the specified URL. UTIs for container formats that can be written are declared in AVMediaFormat.h.
|
|
20
21
|
*/
|
|
21
|
-
static assetWriterWithURL$fileType$error$(outputURL: _NSURL, outputFileType:
|
|
22
|
+
static assetWriterWithURL$fileType$error$(outputURL: _NSURL, outputFileType: _NSString, outError: NobjcObject | null): _AVAssetWriter | null;
|
|
22
23
|
/**
|
|
23
24
|
* Creates an instance of AVAssetWriter configured to write to a file in a specified container format. The location of the file to be written. The URL must be a file URL. A UTI indicating the format of the file to be written. On return, if initialization of the AVAssetWriter fails, points to an NSError describing the nature of the failure. An instance of AVAssetWriter. Writing will fail if a file already exists at the specified URL. This method throws an exception if the output file type is not declared in AVMediaFormat.h.
|
|
24
25
|
*/
|
|
25
|
-
initWithURL$fileType$error$(outputURL: _NSURL, outputFileType:
|
|
26
|
+
initWithURL$fileType$error$(outputURL: _NSURL, outputFileType: _NSString, outError: NobjcObject | null): _AVAssetWriter | null;
|
|
26
27
|
/**
|
|
27
28
|
* Creates an instance of AVAssetWriter configured to output segment data in a specified container format. A UTType indicating the format of the segment data to be output. An instance of AVAssetWriter. Clients that want to receive segment data through the -assetWriter:didOutputSegmentData:segmentType:segmentReport: or -assetWriter:didOutputSegmentData:segmentType: delegate method should use this initializer instead of -initWithURL:fileType:error:. Clients may use +typeWithIdentifier: with a UTI to create an instance of UTType. See <UniformTypeIdentifiers /UTType.h>. This method throws an exception if the output content type UTI for container format is not declared in AVMediaFormat.h.
|
|
28
29
|
*/
|
|
@@ -30,7 +31,7 @@ export declare class _AVAssetWriter extends _NSObject {
|
|
|
30
31
|
/**
|
|
31
32
|
* Tests whether output settings for a specific media type are supported by the receiver's file format. The output settings that are to be tested. The media type for which the output settings are to be tested. Media types are defined in AVMediaFormat.h. A BOOL indicating whether the given output settings can be used for the given media type. This method determines whether the output settings for the specified media type can be used with the receiver's file format. For example, video compression settings that specify H.264 compression are not compatible with file formats that cannot contain H.264-compressed video. Attempting to add an input with output settings and a media type for which this method returns NO will cause an exception to be thrown.
|
|
32
33
|
*/
|
|
33
|
-
canApplyOutputSettings$forMediaType$(outputSettings: _NSDictionary | null, mediaType:
|
|
34
|
+
canApplyOutputSettings$forMediaType$(outputSettings: _NSDictionary | null, mediaType: _NSString): boolean;
|
|
34
35
|
/**
|
|
35
36
|
* Tests whether an input can be added to the receiver. The AVAssetWriterInput object to be tested. A BOOL indicating whether the input can be added to the receiver. An input that accepts media data of a type that is not compatible with the receiver, or with output settings that are not compatible with the receiver, cannot be added.
|
|
36
37
|
*/
|
|
@@ -85,7 +86,7 @@ export declare class _AVAssetWriter extends _NSObject {
|
|
|
85
86
|
/**
|
|
86
87
|
* The UTI of the file format of the file for which the instance of AVAssetWriter was initialized for writing.
|
|
87
88
|
*/
|
|
88
|
-
outputFileType():
|
|
89
|
+
outputFileType(): _NSString;
|
|
89
90
|
/**
|
|
90
91
|
* The media types for which inputs can be added to the receiver. Some media types may not be accepted within the file format with which an AVAssetWriter was initialized.
|
|
91
92
|
*/
|
|
@@ -145,8 +146,8 @@ export declare class _AVAssetWriter extends _NSObject {
|
|
|
145
146
|
/**
|
|
146
147
|
* For file types that contain a 'moov' atom, such as QuickTime Movie files, specifies the asset-level time scale to be used. The default value is 0, which indicates that the receiver should choose a convenient value, if applicable. This property cannot be set after writing has started.
|
|
147
148
|
*/
|
|
148
|
-
movieTimeScale():
|
|
149
|
-
setMovieTimeScale$(value:
|
|
149
|
+
movieTimeScale(): number;
|
|
150
|
+
setMovieTimeScale$(value: number): void;
|
|
150
151
|
/**
|
|
151
152
|
* The instances of AVAssetWriterInputGroup that have been added to the AVAssetWriter. The value of this property is an NSArray containing concrete instances of AVAssetWriterInputGroup. Input groups can be added to the receiver using the addInputGroup: method.
|
|
152
153
|
*/
|
|
@@ -16,24 +16,24 @@ export declare class _AVAssetWriterInput extends _NSObject {
|
|
|
16
16
|
/**
|
|
17
17
|
* Creates a new input of the specified media type to receive sample buffers for writing to the output file. Each new input accepts data for a new track of the AVAssetWriter's output file. Inputs are added to an asset writer using -[AVAssetWriter addInput:]. Passing nil for output settings instructs the input to pass through appended samples, doing no processing before they are written to the output file. This is useful if, for example, you are appending buffers that are already in a desirable compressed format. However, if not writing to a QuickTime Movie file (i.e. the AVAssetWriter was initialized with a file type other than AVFileTypeQuickTimeMovie), AVAssetWriter only supports passing through a restricted set of media types and subtypes. In order to pass through media data to files other than AVFileTypeQuickTimeMovie, a non-NULL format hint must be provided using +assetWriterInputWithMediaType:outputSettings:sourceFormatHint: instead of this method. For AVMediaTypeAudio the following keys are not currently supported in the outputSettings dictionary: AVSampleRateConverterAudioQualityKey. When using this method to construct a new instance, an audio settings dictionary must be fully specified, meaning that it must contain AVFormatIDKey, AVSampleRateKey, and AVNumberOfChannelsKey. If no other channel layout information is available, a value of 1 for AVNumberOfChannelsKey will result in mono output and a value of 2 will result in stereo output. If AVNumberOfChannelsKey specifies a channel count greater than 2, the dictionary must also specify a value for AVChannelLayoutKey. For kAudioFormatLinearPCM, all relevant AVLinearPCM*Key keys must be included, and for kAudioFormatAppleLossless, AVEncoderBitDepthHintKey keys must be included. See +assetWriterInputWithMediaType:outputSettings:sourceFormatHint: for a way to avoid having to specify a value for each of those keys. For AVMediaTypeVideo, any output settings dictionary must request a compressed video format. This means that the value passed in for outputSettings must follow the rules for compressed video output, as laid out in AVVideoSettings.h. When using this method to construct a new instance, a video settings dictionary must be fully specified, meaning that it must contain AVVideoCodecKey, AVVideoWidthKey, and AVVideoHeightKey. See +assetWriterInputWithMediaType:outputSettings:sourceFormatHint: for a way to avoid having to specify a value for each of those keys. On iOS, the only values currently supported for AVVideoCodecKey are AVVideoCodecTypeH264 and AVVideoCodecTypeJPEG. AVVideoCodecTypeH264 is not supported on iPhone 3G. For AVVideoScalingModeKey, the value AVVideoScalingModeFit is not supported. - Parameter mediaType: The media type of samples that will be accepted by the input. Media types are defined in AVMediaFormat.h. - Parameter outputSettings: The settings used for encoding the media appended to the output. See AVAudioSettings.h for AVMediaTypeAudio or AVVideoSettings.h for AVMediaTypeVideo and for more information on how to construct an output settings dictionary. If you only require simple preset-based output settings, see AVOutputSettingsAssistant. - Returns: An instance of AVAssetWriterInput.
|
|
18
18
|
*/
|
|
19
|
-
static assetWriterInputWithMediaType$outputSettings$(mediaType:
|
|
19
|
+
static assetWriterInputWithMediaType$outputSettings$(mediaType: _NSString, outputSettings: _NSDictionary | null): _AVAssetWriterInput;
|
|
20
20
|
/**
|
|
21
21
|
* Creates a new input of the specified media type to receive sample buffers for writing to the output file. A version of +assetWriterInputWithMediaType:outputSettings: that includes the ability to hint at the format of media data that will be appended to the new instance of AVAssetWriterInput. When a source format hint is provided, the outputSettings dictionary is not required to be fully specified. For AVMediaTypeAudio, this means that AVFormatIDKey is the only required key. For AVMediaTypeVideo, this means that AVVideoCodecKey is the only required key. Values for the remaining keys will be chosen by the asset writer input, with consideration given to the attributes of the source format. To guarantee successful file writing, clients who specify a format hint should ensure that subsequently-appended buffers are of the specified format. This method throws an exception for any of the following reasons: - the media type of the format description does not match the media type passed into this method - the width and height of video format hint are not positive - the output settings do not match the supplied media type - for video inputs, the output settings do not contain a required key (AVVideoCodecKey, AVVideoWidthKey, AVVideoHeightKey) - the output scaling mode is AVVideoScalingModeFit - the output settings contain AVSampleRateConverterAudioQualityKey or AVVideoDecompressionPropertiesKey - Parameter mediaType: The media type of samples that will be accepted by the input. Media types are defined in AVMediaFormat.h. - Parameter outputSettings: The settings used for encoding the media appended to the output. See AVAudioSettings.h for AVMediaTypeAudio or AVVideoSettings.h for AVMediaTypeVideo and for more information on how to construct an output settings dictionary. If you only require simple preset-based output settings, see AVOutputSettingsAssistant. - Parameter sourceFormatHint: A hint about the format of media data that will be appended to the new input. - Returns: An instance of AVAssetWriterInput.
|
|
22
22
|
*/
|
|
23
|
-
static assetWriterInputWithMediaType$outputSettings$sourceFormatHint$(mediaType:
|
|
23
|
+
static assetWriterInputWithMediaType$outputSettings$sourceFormatHint$(mediaType: _NSString, outputSettings: _NSDictionary | null, sourceFormatHint: NobjcObject | null): _AVAssetWriterInput;
|
|
24
24
|
/**
|
|
25
25
|
* Creates a new input of the specified media type to receive sample buffers for writing to the output file. Each new input accepts data for a new track of the AVAssetWriter's output file. Inputs are added to an asset writer using -[AVAssetWriter addInput:]. Passing nil for output settings instructs the input to pass through appended samples, doing no processing before they are written to the output file. This is useful if, for example, you are appending buffers that are already in a desirable compressed format. However, if not writing to a QuickTime Movie file (i.e. the AVAssetWriter was initialized with a file type other than AVFileTypeQuickTimeMovie), AVAssetWriter only supports passing through a restricted set of media types and subtypes. In order to pass through media data to files other than AVFileTypeQuickTimeMovie, a non-NULL format hint must be provided using -initWithMediaType:outputSettings:sourceFormatHint: instead of this method. For AVMediaTypeAudio the following keys are not currently supported in the outputSettings dictionary: AVSampleRateConverterAudioQualityKey. When using this initializer, an audio settings dictionary must be fully specified, meaning that it must contain AVFormatIDKey, AVSampleRateKey, and AVNumberOfChannelsKey. If no other channel layout information is available, a value of 1 for AVNumberOfChannelsKey will result in mono output and a value of 2 will result in stereo output. If AVNumberOfChannelsKey specifies a channel count greater than 2, the dictionary must also specify a value for AVChannelLayoutKey. For kAudioFormatLinearPCM, all relevant AVLinearPCM*Key keys must be included, and for kAudioFormatAppleLossless, AVEncoderBitDepthHintKey keys must be included. See -initWithMediaType:outputSettings:sourceFormatHint: for a way to avoid having to specify a value for each of those keys. For AVMediaTypeVideo, any output settings dictionary must request a compressed video format. This means that the value passed in for outputSettings must follow the rules for compressed video output, as laid out in AVVideoSettings.h. When using this initializer, a video settings dictionary must be fully specified, meaning that it must contain AVVideoCodecKey, AVVideoWidthKey, and AVVideoHeightKey. See -initWithMediaType:outputSettings:sourceFormatHint: for a way to avoid having to specify a value for each of those keys. On iOS, the only values currently supported for AVVideoCodecKey are AVVideoCodecTypeH264 and AVVideoCodecTypeJPEG. AVVideoCodecTypeH264 is not supported on iPhone 3G. For AVVideoScalingModeKey, the value AVVideoScalingModeFit is not supported. This method throws an exception for any of the following reasons: - the media type of the format description does not match the media type passed into this method - the output settings do not match the supplied media type - for video inputs, the output settings do not contain a required key (AVVideoCodecKey, AVVideoWidthKey, AVVideoHeightKey) - the output scaling mode is AVVideoScalingModeFit - the output settings contain AVSampleRateConverterAudioQualityKey or AVVideoDecompressionPropertiesKey - Parameter mediaType: The media type of samples that will be accepted by the input. Media types are defined in AVMediaFormat.h. - Parameter outputSettings: The settings used for encoding the media appended to the output. See AVAudioSettings.h for AVMediaTypeAudio or AVVideoSettings.h for AVMediaTypeVideo and for more information on how to construct an output settings dictionary. If you only require simple preset-based output settings, see AVOutputSettingsAssistant. - Returns: An instance of AVAssetWriterInput.
|
|
26
26
|
*/
|
|
27
|
-
initWithMediaType$outputSettings$(mediaType:
|
|
27
|
+
initWithMediaType$outputSettings$(mediaType: _NSString, outputSettings: _NSDictionary | null): _AVAssetWriterInput;
|
|
28
28
|
/**
|
|
29
29
|
* Creates a new input of the specified media type to receive sample buffers for writing to the output file. This is the designated initializer of AVAssetWriterInput. A version of -initWithMediaType:outputSettings: that includes the ability to hint at the format of media data that will be appended to the new instance of AVAssetWriterInput. When a source format hint is provided, the outputSettings dictionary is not required to be fully specified. For AVMediaTypeAudio, this means that AVFormatIDKey is the only required key. For AVMediaTypeVideo, this means that AVVideoCodecKey is the only required key. Values for the remaining keys will be chosen by the asset writer input, with consideration given to the attributes of the source format. To guarantee successful file writing, clients who specify a format hint should ensure that subsequently-appended buffers are of the specified format. This method throws an exception for any of the following reasons: - the media type of the format description does not match the media type passed into this method - the width and height of video format hint are not positive - the output settings do not match the supplied media type - for video inputs, the output settings do not contain a required key (AVVideoCodecKey, AVVideoWidthKey, AVVideoHeightKey) - the output scaling mode is AVVideoScalingModeFit - the output settings contain AVSampleRateConverterAudioQualityKey or AVVideoDecompressionPropertiesKey - Parameter mediaType: The media type of samples that will be accepted by the input. Media types are defined in AVMediaFormat.h. - Parameter outputSettings: The settings used for encoding the media appended to the output. See AVAudioSettings.h for AVMediaTypeAudio or AVVideoSettings.h for AVMediaTypeVideo and for more information on how to construct an output settings dictionary. If you only require simple preset-based output settings, see AVOutputSettingsAssistant. - Parameter sourceFormatHint: A hint about the format of media data that will be appended to the new input. - Returns: An instance of AVAssetWriterInput.
|
|
30
30
|
*/
|
|
31
|
-
initWithMediaType$outputSettings$sourceFormatHint$(mediaType:
|
|
31
|
+
initWithMediaType$outputSettings$sourceFormatHint$(mediaType: _NSString, outputSettings: _NSDictionary | null, sourceFormatHint: NobjcObject | null): _AVAssetWriterInput;
|
|
32
32
|
/**
|
|
33
33
|
* Instructs the receiver to invoke a client-supplied block repeatedly, at its convenience, in order to gather media data for writing to the output file. The block should append media data to the input either until the input's readyForMoreMediaData property becomes NO or until there is no more media data to supply (at which point it may choose to mark the input as finished via -markAsFinished). The block should then exit. After the block exits, if the input has not been marked as finished, once the input has processed the media data it has received and becomes ready for more media data again, it will invoke the block again in order to obtain more. A typical use of this method, with a block that supplies media data to an input while respecting the input's readyForMoreMediaData property, might look like this: ```objc [myAVAssetWriterInput requestMediaDataWhenReadyOnQueue:myInputSerialQueue usingBlock:^{ while ([myAVAssetWriterInput isReadyForMoreMediaData]) { CMSampleBufferRef nextSampleBuffer = [self copyNextSampleBufferToWrite]; if (nextSampleBuffer) { [myAVAssetWriterInput appendSampleBuffer:nextSampleBuffer]; CFRelease(nextSampleBuffer); } else { [myAVAssetWriterInput markAsFinished]; break; } } }]; ``` This method is not recommended for use with a push-style buffer source, such as AVCaptureAudioDataOutput or AVCaptureVideoDataOutput, because such a combination will likely require intermediate queueing of buffers. Instead, this method is better suited to a pull-style buffer source such as AVAssetReaderOutput, as illustrated in the above example. When using a push-style buffer source, it is generally better to immediately append each buffer to the AVAssetWriterInput, directly via -[AVAssetWriter appendSampleBuffer:], as it is received. Using this strategy, it is often possible to avoid having to queue up buffers in between the buffer source and the AVAssetWriterInput. Note that many of these push-style buffer sources also produce buffers in real-time, in which case the client should set expectsMediaDataInRealTime to YES. Before calling this method, you must ensure that the receiver is attached to an AVAssetWriter via a prior call to -addInput: and that -startWriting has been called on the asset writer. This method throws an exception if this method is called more than once. - Parameter queue: The queue on which the block should be invoked. - Parameter block: The block the input should invoke to obtain media data.
|
|
34
34
|
* @deprecated Use the input receiver's async append(...) method on its own task instead
|
|
35
35
|
*/
|
|
36
|
-
requestMediaDataWhenReadyOnQueue$usingBlock$(queue:
|
|
36
|
+
requestMediaDataWhenReadyOnQueue$usingBlock$(queue: _NSObject, block: NobjcObject): void;
|
|
37
37
|
/**
|
|
38
38
|
* Appends samples to the receiver. The timing information in the sample buffer, considered relative to the time passed to -[AVAssetWriter startSessionAtSourceTime:], will be used to determine the timing of those samples in the output file. For track types other than audio tracks, to determine the duration of all samples in the output file other than the very last sample that's appended, the difference between the sample buffer's output DTS and the following sample buffer's output DTS will be used. The duration of the last sample is determined as follows: 1. If a marker sample buffer with kCMSampleBufferAttachmentKey_EndsPreviousSampleDuration is appended following the last media-bearing sample, the difference between the output DTS of the marker sample buffer and the output DTS of the last media-bearing sample will be used. 2. If the marker sample buffer is not provided and if the output duration of the last media-bearing sample is valid, it will be used. 3. if the output duration of the last media-bearing sample is not valid, the duration of the second-to-last sample will be used. For audio tracks, the properties of each appended sample buffer are used to determine corresponding output durations. The receiver will retain the CMSampleBuffer until it is done with it, and then release it. Do not modify a CMSampleBuffer or its contents after you have passed it to this method. If the sample buffer contains audio data and the AVAssetWriterInput was intialized with an outputSettings dictionary then the format must be linear PCM. If the outputSettings dictionary was nil then audio data can be provided in a compressed format, and it will be passed through to the output without any re-compression. Note that advanced formats like AAC will have encoder delay present in their bitstreams. This data is inserted by the encoder and is necessary for proper decoding, but it is not meant to be played back. Clients who provide compressed audio bitstreams must use kCMSampleBufferAttachmentKey_TrimDurationAtStart to mark the encoder delay (generally restricted to the first sample buffer). Packetization can cause there to be extra audio frames in the last packet which are not meant to be played back. These remainder frames should be marked with kCMSampleBufferAttachmentKey_TrimDurationAtEnd. CMSampleBuffers obtained from AVAssetReader will already have the necessary trim attachments. Please see http://developer.apple.com/mac/library/technotes/tn2009/tn2258.html for more information about encoder delay. When attaching trims make sure that the output PTS of the sample buffer is what you expect. For example if you called -[AVAssetWriter startSessionAtSourceTime:kCMTimeZero] and you want your audio to start at time zero in the output file then make sure that the output PTS of the first non-fully trimmed audio sample buffer is kCMTimeZero. If the sample buffer contains a CVPixelBuffer then the choice of pixel format will affect the performance and quality of the encode. For optimal performance the format of the pixel buffer should match one of the native formats supported by the selected video encoder. Below are some recommendations: The H.264 and HEVC encoders natively support kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange and kCVPixelFormatType_420YpCbCr8BiPlanarFullRange, which should be used with 8-bit 4:2:0 video and full range input respectively; other related pixel formats in CoreVideo/CVPixelBuffer.h are ideal for 4:2:2 and 4:4:4 (and for HEVC, 10-bit). The JPEG encoder on iOS and Apple Silicon macOS natively supports kCVPixelFormatType_422YpCbCr8FullRange. If you need to work in the RGB domain then kCVPixelFormatType_32BGRA is recommended on iOS and macOS. Pixel buffers not in a natively supported format will be converted internally prior to encoding when possible. Pixel format conversions within the same range (video or full) are generally faster than conversions between different ranges. The ProRes encoders can preserve high bit depth sources, supporting up to 12bits/ch. ProRes 4444 can contain a mathematically lossless alpha channel and it doesn't do any chroma subsampling. This makes ProRes 4444 ideal for quality critical applications. If you are working with 8bit sources ProRes is also a good format to use due to its high image quality. Use either of the recommended pixel formats above. Note that RGB pixel formats by definition have 4:4:4 chroma sampling. If you are working with high bit depth sources the following yuv pixel formats are recommended when encoding to ProRes: kCVPixelFormatType_4444AYpCbCr16, kCVPixelFormatType_422YpCbCr16, and kCVPixelFormatType_422YpCbCr10. When working in the RGB domain kCVPixelFormatType_64ARGB is recommended. Scaling and color matching are not currently supported when using AVAssetWriter with any of these high bit depth pixel formats. Please make sure that your track's output settings dictionary specifies the same width and height as the buffers you will be appending. Do not include AVVideoScalingModeKey or AVVideoColorPropertiesKey. As of macOS 10.10 and iOS 8.0, this method can be used to add sample buffers that reference existing data in a file instead of containing media data to be appended to the file. This can be used to generate tracks that are not self-contained. In order to append such a sample reference to the track create a CMSampleBufferRef with a NULL dataBuffer and dataReady set to true and set the kCMSampleBufferAttachmentKey_SampleReferenceURL and kCMSampleBufferAttachmentKey_SampleReferenceByteOffset attachments on the sample buffer. Further documentation on how to create such a "sample reference" sample buffer can be found in the description of the kCMSampleBufferAttachmentKey_SampleReferenceURL and kCMSampleBufferAttachmentKey_SampleReferenceByteOffset attachment keys in the CMSampleBuffer documentation. Before calling this method, you must ensure that the receiver is attached to an AVAssetWriter via a prior call to -addInput: and that -startWriting has been called on the asset writer. It is an error to invoke this method before starting a session (via -[AVAssetWriter startSessionAtSourceTime:]) or after ending a session (via -[AVAssetWriter endSessionAtSourceTime:]). This method throws an exception if the sample buffer's media type does not match the asset writer input's media type. - Parameter sampleBuffer: The CMSampleBuffer to be appended. - Returns: A BOOL value indicating success of appending the sample buffer. If a result of NO is returned, clients can check the value of AVAssetWriter.status to determine whether the writing operation completed, failed, or was cancelled. If the status is AVAssetWriterStatusFailed, AVAsset.error will contain an instance of NSError that describes the failure.
|
|
39
39
|
* @deprecated Use SampleBufferReceiver.append(_:) instead
|
|
@@ -54,7 +54,7 @@ export declare class _AVAssetWriterInput extends _NSObject {
|
|
|
54
54
|
/**
|
|
55
55
|
* Instructs the receiver to invoke a client-supplied block whenever a new pass has begun. A typical block passed to this method will perform the following steps: 1. Query the value of the receiver's currentPassDescription property and reconfigure the source of media data (e.g. AVAssetReader) accordingly 2. Call -requestMediaDataWhenReadyOnQueue:usingBlock: to begin appending data for the current pass 3. Exit When all media data has been appended for the current request, call -markCurrentPassAsFinished to begin the process of determining whether an additional pass is warranted. If an additional pass is warranted, the block passed to this method will be invoked to begin the next pass. If no additional passes are needed, the block passed to this method will be invoked one final time so the client can invoke -markAsFinished in response to the value of currentPassDescription becoming nil. Before calling this method, you must ensure that the receiver is attached to an AVAssetWriter via a prior call to -addInput: and that -startWriting has been called on the asset writer. This method throws an exception if called more than once. - Parameter queue: The queue on which the block should be invoked. - Parameter block: A block the receiver should invoke whenever a new pass has begun.
|
|
56
56
|
*/
|
|
57
|
-
respondToEachPassDescriptionOnQueue$usingBlock$(queue:
|
|
57
|
+
respondToEachPassDescriptionOnQueue$usingBlock$(queue: _NSObject, block: NobjcObject): void;
|
|
58
58
|
/**
|
|
59
59
|
* Instructs the receiver to analyze the media data that has been appended and determine whether the results could be improved by re-encoding certain segments. When the value of canPerformMultiplePasses is YES, call this method after you have appended all of your media data. After the receiver analyzes whether an additional pass is warranted, the value of currentPassDescription will change (usually asynchronously) to describe how to set up for the next pass. Although it is possible to use key-value observing to determine when the value of currentPassDescription has changed, it is typically more convenient to invoke -respondToEachPassDescriptionOnQueue:usingBlock: in order to start the work for each pass. After re-appending the media data for all of the time ranges of the new pass, call this method again to determine whether additional segments should be re-appended in another pass. Calling this method effectively cancels any previous invocation of -requestMediaDataWhenReadyOnQueue:usingBlock:, meaning that -requestMediaDataWhenReadyOnQueue:usingBlock: can be invoked again for each new pass. -respondToEachPassDescriptionOnQueue:usingBlock: provides a convenient way to consolidate these invocations in your code. After each pass, you have the option of keeping the most recent results by calling -markAsFinished instead of this method. If the value of currentPassDescription is nil at the beginning of a pass, call -markAsFinished to tell the receiver to not expect any further media data. If the value of canPerformMultiplePasses is NO, the value of currentPassDescription will immediately become nil after calling this method. Before calling this method, you must ensure that the receiver is attached to an AVAssetWriter via a prior call to -addInput: and that -startWriting has been called on the asset writer.
|
|
60
60
|
*/
|
|
@@ -62,7 +62,7 @@ export declare class _AVAssetWriterInput extends _NSObject {
|
|
|
62
62
|
/**
|
|
63
63
|
* The media type of the samples that can be appended to the receiver. The value of this property is one of the media types defined in AVMediaFormat.h.
|
|
64
64
|
*/
|
|
65
|
-
mediaType():
|
|
65
|
+
mediaType(): _NSString;
|
|
66
66
|
/**
|
|
67
67
|
* The settings used for encoding the media appended to the output. The value of this property is an NSDictionary that contains values for keys as specified by either AVAudioSettings.h for AVMediaTypeAudio or AVVideoSettings.h for AVMediaTypeVideo. A value of nil indicates that the receiver will pass through appended samples, doing no processing before they are written to the output file.
|
|
68
68
|
*/
|
|
@@ -120,8 +120,8 @@ export declare class _AVAssetWriterInput extends _NSObject {
|
|
|
120
120
|
/**
|
|
121
121
|
* For file types that support media time scales, such as QuickTime Movie files, specifies the media time scale to be used. The default value is 0, which indicates that the receiver should choose a convenient value, if applicable. It is an error to set a value other than 0 if the receiver has media type AVMediaTypeAudio. This property cannot be set after writing has started. This property throws an exception if a value is set on an asset writer input with media type AVMediaTypeAudio.
|
|
122
122
|
*/
|
|
123
|
-
mediaTimeScale():
|
|
124
|
-
setMediaTimeScale$(value:
|
|
123
|
+
mediaTimeScale(): number;
|
|
124
|
+
setMediaTimeScale$(value: number): void;
|
|
125
125
|
/**
|
|
126
126
|
* For file types that support media chunk duration, such as QuickTime Movie files, specifies the duration to be used for each chunk of sample data in the output file. Chunk duration can influence the granularity of the I/O performed when reading a media file, e.g. during playback. A larger chunk duration can result in fewer reads from disk, at the potential expense of a higher memory footprint. A "chunk" contains one or more samples. The total duration of the samples in a chunk is no greater than this preferred chunk duration, or the duration of a single sample if the sample's duration is greater than this preferred chunk duration. The default value is kCMTimeInvalid, which means that the receiver will choose an appropriate default value. This property cannot be set after -startWriting has been called on the receiver. This property throws an exception if a duration is set which is non-numeric or non-positive (see CMTIME_IS_NUMERIC).
|
|
127
127
|
*/
|
|
@@ -28,5 +28,5 @@ export declare class _AVAssetWriterInputPixelBufferAdaptor extends _NSObject {
|
|
|
28
28
|
/**
|
|
29
29
|
* A pixel buffer pool that will vend and efficiently recycle CVPixelBuffer objects that can be appended to the receiver. For maximum efficiency, clients should create CVPixelBuffer objects for appendPixelBuffer:withPresentationTime: by using this pool with the CVPixelBufferPoolCreatePixelBuffer() function. The value of this property will be NULL before -[AVAssetWriter startWriting] is called on the associated AVAssetWriter object. This property is key value observable. This property throws an exception if a pixel buffer pool cannot be created with this asset writer input pixel buffer adaptor's source pixel buffer attributes (must specify width, height, and either pixel format or pixel format description).
|
|
30
30
|
*/
|
|
31
|
-
pixelBufferPool(): NobjcObject;
|
|
31
|
+
pixelBufferPool(): NobjcObject | null;
|
|
32
32
|
}
|
|
@@ -30,5 +30,5 @@ export declare class _AVAssetWriterInputTaggedPixelBufferGroupAdaptor extends _N
|
|
|
30
30
|
/**
|
|
31
31
|
* A pixel buffer pool that will vend and efficiently recycle CVPixelBuffer objects of tagged buffer groups that can be appended to the receiver. For maximum efficiency, clients should create CVPixelBuffer objects of tagged buffer groups for appendTaggedPixelBufferGroup:withPresentationTime: by using this pool with the CVPixelBufferPoolCreatePixelBuffer() function. The value of this property will be NULL before -[AVAssetWriter startWriting] is called on the associated AVAssetWriter object. Clients should read this property after -[AVAssetWriter startWriting] calling to get a non-NULL value. This property is not key value observable.
|
|
32
32
|
*/
|
|
33
|
-
pixelBufferPool(): NobjcObject;
|
|
33
|
+
pixelBufferPool(): NobjcObject | null;
|
|
34
34
|
}
|