[Xcode15] Add missing AVFoundations APIs.

This commit is contained in:
Manuel de la Pena 2024-09-04 10:41:50 -04:00
Родитель 3b6a5c20c6
Коммит 7843228d45
10 изменённых файлов: 1107 добавлений и 2978 удалений

Просмотреть файл

@ -9,10 +9,10 @@
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@ -91,7 +91,7 @@ namespace AVFoundation {
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17,0)]
[Native]
// NSInteger - AVCaptureDevice.h
public enum AVCaptureFlashMode : long {
@ -100,7 +100,7 @@ namespace AVFoundation {
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17,0)]
[Native]
// NSInteger - AVCaptureDevice.h
public enum AVCaptureTorchMode : long {
@ -109,7 +109,7 @@ namespace AVFoundation {
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17,0)]
[Native]
// NSInteger - AVCaptureDevice.h
public enum AVCaptureFocusMode : long {
@ -118,18 +118,18 @@ namespace AVFoundation {
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17,0)]
[Native]
// NSInteger - AVCaptureDevice.h
public enum AVCaptureDevicePosition : long {
Unspecified = 0,
Back = 1,
Front = 2
Front = 2,
}
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17,0)]
[Native]
// NSInteger - AVCaptureDevice.h
public enum AVCaptureExposureMode : long {
@ -142,7 +142,7 @@ namespace AVFoundation {
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17, 0)]
[Native]
// NSInteger - AVCaptureDevice.h
public enum AVCaptureWhiteBalanceMode : long {
@ -245,6 +245,12 @@ namespace AVFoundation {
RosettaNotInstalled = -11877,
OperationCancelled = -11878,
RequestCancelled = -11879,
InvalidSampleCursor = -11880,
FailedToLoadSampleData = -11881,
AirPlayReceiverTemporarilyUnavailable = -11882,
EncodeFailed = -11883,
SandboxExtensionDenied = -11884,
}
[Watch (6, 0)]
@ -330,7 +336,7 @@ namespace AVFoundation {
}
/// <summary>An enumeration whose values specify how interlaced fields should be dealt with.</summary>
///
///
/// <!-- TODO: This should be used with AVCaptureConnection.VideoFieldMode property, but that doesn't appear to exist -->
#if XAMCORE_3_0
[NoiOS]
@ -462,7 +468,7 @@ namespace AVFoundation {
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17,0)]
[Native]
// NSInteger - AVCaptureDevice.h
public enum AVCaptureAutoFocusRangeRestriction : long {
@ -487,7 +493,7 @@ namespace AVFoundation {
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17,0)]
[Native]
// NSInteger - AVCaptureDevice.h
public enum AVAuthorizationStatus : long {
@ -628,7 +634,7 @@ namespace AVFoundation {
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoWatch]
[NoTV]
[TV (17,0)]
[Native]
public enum AVCaptureVideoStabilizationMode : long {
Off,
@ -637,11 +643,13 @@ namespace AVFoundation {
[iOS (13, 0)]
[MacCatalyst (14, 0)]
CinematicExtended,
[NoMac, NoiOS, NoMacCatalyst, NoWatch]
PreviewOptimized = 4,
Auto = -1
}
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoTV]
[TV (17,0)]
[NoWatch]
[Native]
public enum AVCaptureAutoFocusSystem : long {
@ -671,7 +679,10 @@ namespace AVFoundation {
[Native]
public enum AVSpeechSynthesisVoiceQuality : long {
Default = 1,
Enhanced
Enhanced = 2,
[iOS (16, 0), Watch (9, 0), MacCatalyst (16, 0), TV (16, 0), Mac (13, 0)]
Premium = 3,
}
[MacCatalyst (13, 1)]
@ -757,7 +768,7 @@ namespace AVFoundation {
}
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoTV]
[TV (17,0)]
[NoWatch]
[Native]
public enum AVCaptureColorSpace : long {
@ -767,6 +778,8 @@ namespace AVFoundation {
[iOS (14, 1)]
[NoMac]
HlgBT2020 = 2,
[NoMac, NoiOS, NoMacCatalyst, NoWatch]
AppleLog = 3,
}
[MacCatalyst (13, 1)]
@ -1016,7 +1029,7 @@ namespace AVFoundation {
}
[Introduced (PlatformName.MacCatalyst, 14, 0)]
[NoTV]
[TV (17,0)]
[NoWatch]
[Native]
public enum AVCaptureLensStabilizationStatus : long {
@ -1138,7 +1151,9 @@ namespace AVFoundation {
None = 0,
SystemTemperature = (1 << 0),
PeakPower = (1 << 1),
DepthModuleTemperature = (1 << 2)
DepthModuleTemperature = (1 << 2),
[iOS (17,0), MacCatalyst (17,0)]
CameraTemperature = (1uL << 3),
}
[TV (11, 2)]
@ -1577,4 +1592,168 @@ namespace AVFoundation {
DolbyAtmos = 5,
}
[TV (16,0), NoWatch, Mac (13,0), iOS (16,0), MacCatalyst (16,0)]
[Native]
public enum AVMidiControlChangeMessageType : long
{
BankSelect = 0,
ModWheel = 1,
Breath = 2,
Foot = 4,
PortamentoTime = 5,
DataEntry = 6,
Volume = 7,
Balance = 8,
Pan = 10,
Expression = 11,
Sustain = 64,
Portamento = 65,
Sostenuto = 66,
Soft = 67,
LegatoPedal = 68,
Hold2Pedal = 69,
FilterResonance = 71,
ReleaseTime = 72,
AttackTime = 73,
Brightness = 74,
DecayTime = 75,
VibratoRate = 76,
VibratoDepth = 77,
VibratoDelay = 78,
ReverbLevel = 91,
ChorusLevel = 93,
RpnLsb = 100,
RpnMsb = 101,
AllSoundOff = 120,
ResetAllControllers = 121,
AllNotesOff = 123,
OmniModeOff = 124,
OmniModeOn = 125,
MonoModeOn = 126,
MonoModeOff = 127,
}
[TV (16,0), NoWatch, Mac (13,0), iOS (16,0), MacCatalyst (16,0)]
[Native]
public enum AVMIDIMetaEventType : long
{
SequenceNumber = 0,
Text = 1,
Copyright = 2,
TrackName = 3,
Instrument = 4,
Lyric = 5,
Marker = 6,
CuePoint = 7,
MidiChannel = 32,
MidiPort = 33,
EndOfTrack = 47,
Tempo = 81,
SmpteOffset = 84,
TimeSignature = 88,
KeySignature = 89,
ProprietaryEvent = 127,
}
[Watch (10,0), TV (17,0), Mac (14,0), iOS (17,0), MacCatalyst (17,0)]
[Native]
public enum AVAudioApplicationRecordPermission : long
{
Undetermined = 1970168948,
Denied = 1684369017,
Granted = 1735552628,
}
[TV (17,0), NoWatch, Mac (14,0), iOS (17,0), MacCatalyst (17,0)]
[Native]
public enum AVAudioVoiceProcessingSpeechActivityEvent : long
{
Started = 0,
Ended = 1,
}
[Watch (10,0), TV (17,0), Mac (14,0), iOS (17,0), MacCatalyst (17,0)]
[Native]
public enum AVSpeechSynthesisPersonalVoiceAuthorizationStatus : ulong
{
NotDetermined,
Denied,
Unsupported,
Authorized,
}
[Watch (10,0), TV (17,0), Mac (14,0), iOS (17,0), MacCatalyst (17,0)]
[Native]
public enum AVSpeechSynthesisVoiceTraits : ulong
{
None = 0x0,
IsNoveltyVoice = 1uL << 0,
IsPersonalVoice = 1uL << 1,
}
[TV (16,0), NoWatch, Mac (13,0), iOS (16,0), MacCatalyst (16,0)]
[Native, Flags]
public enum AVAssetTrackGroupOutputHandling : ulong
{
None = 0x0,
PreserveAlternateTracks = (1uL << 0),
DefaultPolicy = None,
}
[TV (16,0), Watch (9,0), Mac (13,0), iOS (16,0), MacCatalyst (16,0)]
[Native]
public enum AVSpeechSynthesisMarkerMark : long
{
Phoneme,
Word,
Sentence,
Paragraph,
Bookmark,
}
[NoWatch, NoTV, Mac (14,0), iOS (17,0), MacCatalyst (17,0)]
[Native]
public enum AVAudioVoiceProcessingOtherAudioDuckingLevel : long
{
Default = 0,
Min = 10,
Mid = 20,
Max = 30,
}
[TV (17,0), NoWatch, MacCatalyst (17,0), Mac (14,0), iOS (17,0)]
[Native]
public enum AVCapturePhotoOutputCaptureReadiness : long
{
SessionNotRunning = 0,
Ready = 1,
NotReadyMomentarily = 2,
NotReadyWaitingForCapture = 3,
NotReadyWaitingForProcessing = 4,
}
[TV (17,0), NoWatch, Mac (14,0), iOS (17,0), MacCatalyst (17,0)]
[Native]
public enum AVPlayerLooperItemOrdering : long
{
PrecedeExistingItems = 0,
FollowExistingItems = 1,
}
[TV (17,4), NoWatch, Mac (14,4), iOS (17,4), MacCatalyst (17,4)]
[Native]
public enum AVExternalContentProtectionStatus : long
{
Pending = 0,
Sufficient = 1,
Insufficient = 2,
}
[Watch (9,4), TV (16,4), Mac (13,3), iOS (16,4), MacCatalyst (16,4)]
[Native]
public enum AVPlayerInterstitialEventAssetListResponseStatus : long
{
Available = 0,
Cleared = 1,
Unavailable = 2,
}
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -15,37 +15,8 @@
!deprecated-attribute-missing! AVMutableComposition::insertTimeRange:ofAsset:atTime:error: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVURLAsset::compatibleTrackForCompositionTrack: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVVideoComposition::isValidForAsset:timeRange:validationDelegate: missing a [Deprecated] attribute
!missing-enum! AVAssetTrackGroupOutputHandling not bound
!missing-enum! AVMIDIControlChangeMessageType not bound
!missing-enum! AVMIDIMetaEventType not bound
!missing-enum! AVSpeechSynthesisMarkerMark not bound
!missing-enum-value! AVError native value AVErrorAirPlayReceiverTemporarilyUnavailable = -11882 not bound
!missing-enum-value! AVError native value AVErrorFailedToLoadSampleData = -11881 not bound
!missing-enum-value! AVError native value AVErrorInvalidSampleCursor = -11880 not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoMultiviewVideo not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoVideo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyAlbum not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyArtist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyChannelLayout not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComments not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComposer not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyCopyright not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyEncodingApplication not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyGenre not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyISRC not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyKeySignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyLyricist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyNominalBitRate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyRecordedDate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceBitDepth not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceEncoder not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySubTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTempo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTimeSignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTrackNumber not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyYear not bound
!missing-field! AVExtendedNoteOnEventDefaultInstrument not bound
!missing-field! AVPlayerInterstitialEventJoinCue not bound
!missing-field! AVPlayerInterstitialEventLeaveCue not bound
@ -54,25 +25,12 @@
!missing-field! AVURLAssetPrimarySessionIdentifierKey not bound
!missing-field! AVVideoTransferFunction_Linear not bound
!missing-protocol-conformance! AVPlayerInterstitialEvent should conform to NSCopying
!missing-selector! +AVAssetPlaybackAssistant::assetPlaybackAssistantWithAsset: not bound
!missing-selector! +AVCaptureDevice::isStudioLightEnabled not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:date: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:time: not bound
!missing-selector! +AVSampleBufferGenerator::notifyOfDataReadyForSampleBuffer:completionHandler: not bound
!missing-selector! +AVSpeechSynthesisProviderVoice::updateSpeechVoices not bound
!missing-selector! +AVSpeechUtterance::speechUtteranceWithSSMLRepresentation: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! AVAssetExportSession::audioTrackGroupHandling not bound
!missing-selector! AVAssetExportSession::setAudioTrackGroupHandling: not bound
!missing-selector! AVAssetPlaybackAssistant::loadPlaybackConfigurationOptionsWithCompletionHandler: not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::isEntireLengthAvailableOnDemand not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::setEntireLengthAvailableOnDemand: not bound
!missing-selector! AVAssetTrack::makeSampleCursorAtFirstSampleInDecodeOrder not bound
!missing-selector! AVAssetTrack::makeSampleCursorAtLastSampleInDecodeOrder not bound
!missing-selector! AVAssetTrack::makeSampleCursorWithPresentationTimeStamp: not bound
!missing-selector! AVAudioEngine::connectMIDI:to:format:eventListBlock: not bound
!missing-selector! AVAudioEngine::connectMIDI:toNodes:format:eventListBlock: not bound
@ -81,12 +39,6 @@
!missing-selector! AVAudioSequencer::reverseEvents not bound
!missing-selector! AVAudioSequencer::setUserCallback: not bound
!missing-selector! AVAudioUnitMIDIInstrument::sendMIDIEventList: not bound
!missing-selector! AVAUPresetEvent::element not bound
!missing-selector! AVAUPresetEvent::initWithScope:element:dictionary: not bound
!missing-selector! AVAUPresetEvent::presetDictionary not bound
!missing-selector! AVAUPresetEvent::scope not bound
!missing-selector! AVAUPresetEvent::setElement: not bound
!missing-selector! AVAUPresetEvent::setScope: not bound
!missing-selector! AVCaptureDevice::companionDeskViewCamera not bound
!missing-selector! AVCaptureDevice::isContinuityCamera not bound
!missing-selector! AVCaptureDevice::isStudioLightActive not bound
@ -101,53 +53,6 @@
!missing-selector! AVCompositionTrack::hasMediaCharacteristic: not bound
!missing-selector! AVCompositionTrack::metadataForFormat: not bound
!missing-selector! AVCompositionTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVExtendedNoteOnEvent::duration not bound
!missing-selector! AVExtendedNoteOnEvent::groupID not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:instrumentID:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::instrumentID not bound
!missing-selector! AVExtendedNoteOnEvent::midiNote not bound
!missing-selector! AVExtendedNoteOnEvent::setDuration: not bound
!missing-selector! AVExtendedNoteOnEvent::setGroupID: not bound
!missing-selector! AVExtendedNoteOnEvent::setInstrumentID: not bound
!missing-selector! AVExtendedNoteOnEvent::setMidiNote: not bound
!missing-selector! AVExtendedNoteOnEvent::setVelocity: not bound
!missing-selector! AVExtendedNoteOnEvent::velocity not bound
!missing-selector! AVExtendedTempoEvent::initWithTempo: not bound
!missing-selector! AVExtendedTempoEvent::setTempo: not bound
!missing-selector! AVExtendedTempoEvent::tempo not bound
!missing-selector! AVMIDIChannelEvent::channel not bound
!missing-selector! AVMIDIChannelEvent::setChannel: not bound
!missing-selector! AVMIDIChannelPressureEvent::initWithChannel:pressure: not bound
!missing-selector! AVMIDIChannelPressureEvent::pressure not bound
!missing-selector! AVMIDIChannelPressureEvent::setPressure: not bound
!missing-selector! AVMIDIControlChangeEvent::initWithChannel:messageType:value: not bound
!missing-selector! AVMIDIControlChangeEvent::messageType not bound
!missing-selector! AVMIDIControlChangeEvent::value not bound
!missing-selector! AVMIDIMetaEvent::initWithType:data: not bound
!missing-selector! AVMIDIMetaEvent::type not bound
!missing-selector! AVMIDINoteEvent::channel not bound
!missing-selector! AVMIDINoteEvent::duration not bound
!missing-selector! AVMIDINoteEvent::initWithChannel:key:velocity:duration: not bound
!missing-selector! AVMIDINoteEvent::key not bound
!missing-selector! AVMIDINoteEvent::setChannel: not bound
!missing-selector! AVMIDINoteEvent::setDuration: not bound
!missing-selector! AVMIDINoteEvent::setKey: not bound
!missing-selector! AVMIDINoteEvent::setVelocity: not bound
!missing-selector! AVMIDINoteEvent::velocity not bound
!missing-selector! AVMIDIPitchBendEvent::initWithChannel:value: not bound
!missing-selector! AVMIDIPitchBendEvent::setValue: not bound
!missing-selector! AVMIDIPitchBendEvent::value not bound
!missing-selector! AVMIDIPolyPressureEvent::initWithChannel:key:pressure: not bound
!missing-selector! AVMIDIPolyPressureEvent::key not bound
!missing-selector! AVMIDIPolyPressureEvent::pressure not bound
!missing-selector! AVMIDIPolyPressureEvent::setKey: not bound
!missing-selector! AVMIDIPolyPressureEvent::setPressure: not bound
!missing-selector! AVMIDIProgramChangeEvent::initWithChannel:programNumber: not bound
!missing-selector! AVMIDIProgramChangeEvent::programNumber not bound
!missing-selector! AVMIDIProgramChangeEvent::setProgramNumber: not bound
!missing-selector! AVMIDISysexEvent::initWithData: not bound
!missing-selector! AVMIDISysexEvent::sizeInBytes not bound
!missing-selector! AVMusicTrack::addEvent:atBeat: not bound
!missing-selector! AVMusicTrack::clearEventsInRange: not bound
!missing-selector! AVMusicTrack::copyAndMergeEventsInRange:fromTrack:mergeAtBeat: not bound
@ -157,8 +62,6 @@
!missing-selector! AVMusicTrack::moveEventsInRange:byAmount: not bound
!missing-selector! AVMusicTrack::setUsesAutomatedParameters: not bound
!missing-selector! AVMusicTrack::usesAutomatedParameters not bound
!missing-selector! AVMusicUserEvent::initWithData: not bound
!missing-selector! AVMusicUserEvent::sizeInBytes not bound
!missing-selector! AVMutableComposition::insertTimeRange:ofAsset:atTime:completionHandler: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsBestMatchingPreferredLanguages: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys: not bound
@ -170,112 +73,19 @@
!missing-selector! AVMutableMovieTrack::metadataForFormat: not bound
!missing-selector! AVMutableMovieTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVMutableMovieTrack::segmentForTrackTime: not bound
!missing-selector! AVParameterEvent::element not bound
!missing-selector! AVParameterEvent::initWithParameterID:scope:element:value: not bound
!missing-selector! AVParameterEvent::parameterID not bound
!missing-selector! AVParameterEvent::scope not bound
!missing-selector! AVParameterEvent::setElement: not bound
!missing-selector! AVParameterEvent::setParameterID: not bound
!missing-selector! AVParameterEvent::setScope: not bound
!missing-selector! AVParameterEvent::setValue: not bound
!missing-selector! AVParameterEvent::value not bound
!missing-selector! AVPlayer::defaultRate not bound
!missing-selector! AVPlayer::setDefaultRate: not bound
!missing-selector! AVPlayerInterstitialEvent::alignsResumptionWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::alignsStartWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::cue not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsResumptionWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsStartWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setCue: not bound
!missing-selector! AVPlayerInterstitialEvent::setDate: not bound
!missing-selector! AVPlayerInterstitialEvent::setIdentifier: not bound
!missing-selector! AVPlayerInterstitialEvent::setPlayoutLimit: not bound
!missing-selector! AVPlayerInterstitialEvent::setPrimaryItem: not bound
!missing-selector! AVPlayerInterstitialEvent::setRestrictions: not bound
!missing-selector! AVPlayerInterstitialEvent::setResumptionOffset: not bound
!missing-selector! AVPlayerInterstitialEvent::setTemplateItems: not bound
!missing-selector! AVPlayerInterstitialEvent::setTime: not bound
!missing-selector! AVPlayerInterstitialEvent::setUserDefinedAttributes: not bound
!missing-selector! AVPlayerInterstitialEvent::setWillPlayOnce: not bound
!missing-selector! AVPlayerInterstitialEvent::willPlayOnce not bound
!missing-selector! AVRouteDetector::detectsCustomRoutes not bound
!missing-selector! AVRouteDetector::setDetectsCustomRoutes: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:addingToBatch:error: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:error: not bound
!missing-selector! AVSampleBufferGenerator::initWithAsset:timebase: not bound
!missing-selector! AVSampleBufferGenerator::makeBatch not bound
!missing-selector! AVSampleBufferGeneratorBatch::cancel not bound
!missing-selector! AVSampleBufferGeneratorBatch::makeDataReadyWithCompletionHandler: not bound
!missing-selector! AVSampleBufferRequest::direction not bound
!missing-selector! AVSampleBufferRequest::initWithStartCursor: not bound
!missing-selector! AVSampleBufferRequest::limitCursor not bound
!missing-selector! AVSampleBufferRequest::maxSampleCount not bound
!missing-selector! AVSampleBufferRequest::mode not bound
!missing-selector! AVSampleBufferRequest::overrideTime not bound
!missing-selector! AVSampleBufferRequest::preferredMinSampleCount not bound
!missing-selector! AVSampleBufferRequest::setDirection: not bound
!missing-selector! AVSampleBufferRequest::setLimitCursor: not bound
!missing-selector! AVSampleBufferRequest::setMaxSampleCount: not bound
!missing-selector! AVSampleBufferRequest::setMode: not bound
!missing-selector! AVSampleBufferRequest::setOverrideTime: not bound
!missing-selector! AVSampleBufferRequest::setPreferredMinSampleCount: not bound
!missing-selector! AVSampleBufferRequest::startCursor not bound
!missing-selector! AVSpeechSynthesisMarker::byteSampleOffset not bound
!missing-selector! AVSpeechSynthesisMarker::initWithMarkerType:forTextRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::mark not bound
!missing-selector! AVSpeechSynthesisMarker::setByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::setMark: not bound
!missing-selector! AVSpeechSynthesisMarker::setTextRange: not bound
!missing-selector! AVSpeechSynthesisMarker::textRange not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::cancelSpeechRequest not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechSynthesisOutputMetadataBlock: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechVoices: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechSynthesisOutputMetadataBlock not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechVoices not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::synthesizeSpeechRequest: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::initWithSSMLRepresentation:voice: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::ssmlRepresentation not bound
!missing-selector! AVSpeechSynthesisProviderRequest::voice not bound
!missing-selector! AVSpeechSynthesisProviderVoice::age not bound
!missing-selector! AVSpeechSynthesisProviderVoice::gender not bound
!missing-selector! AVSpeechSynthesisProviderVoice::identifier not bound
!missing-selector! AVSpeechSynthesisProviderVoice::initWithName:identifier:primaryLanguages:supportedLanguages: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::name not bound
!missing-selector! AVSpeechSynthesisProviderVoice::primaryLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setAge: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setGender: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVersion: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVoiceSize: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::supportedLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::version not bound
!missing-selector! AVSpeechSynthesisProviderVoice::voiceSize not bound
!missing-selector! AVSpeechSynthesizer::writeUtterance:toBufferCallback:toMarkerCallback: not bound
!missing-selector! AVSpeechUtterance::initWithSSMLRepresentation: not bound
!missing-selector! AVURLAsset::httpSessionIdentifier not bound
!missing-selector! AVVideoComposition::determineValidityForAsset:timeRange:validationDelegate:completionHandler: not bound
!missing-type! AVAssetPlaybackAssistant not bound
!missing-type! AVAUPresetEvent not bound
!missing-type! AVExtendedNoteOnEvent not bound
!missing-type! AVExtendedTempoEvent not bound
!missing-type! AVMIDIChannelEvent not bound
!missing-type! AVMIDIChannelPressureEvent not bound
!missing-type! AVMIDIControlChangeEvent not bound
!missing-type! AVMIDIMetaEvent not bound
!missing-type! AVMIDINoteEvent not bound
!missing-type! AVMIDIPitchBendEvent not bound
!missing-type! AVMIDIPolyPressureEvent not bound
!missing-type! AVMIDIProgramChangeEvent not bound
!missing-type! AVMIDISysexEvent not bound
!missing-type! AVMusicEvent not bound
!missing-type! AVMusicUserEvent not bound
!missing-type! AVParameterEvent not bound
!missing-type! AVSampleBufferGenerator not bound
!missing-type! AVSampleBufferGeneratorBatch not bound
!missing-type! AVSampleBufferRequest not bound
!missing-type! AVSpeechSynthesisMarker not bound
!missing-type! AVSpeechSynthesisProviderAudioUnit not bound
!missing-type! AVSpeechSynthesisProviderRequest not bound
!missing-type! AVSpeechSynthesisProviderVoice not bound
!deprecated-attribute-missing! AVCaptureConnection::isVideoOrientationSupported missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCaptureConnection::setVideoOrientation: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCaptureConnection::videoOrientation missing a [Deprecated] attribute
@ -290,24 +100,8 @@
!deprecated-attribute-missing! AVSampleBufferDisplayLayer::stopRequestingMediaData missing a [Deprecated] attribute
!deprecated-attribute-missing! AVSampleBufferDisplayLayer::timebase missing a [Deprecated] attribute
!extra-designated-initializer! AVPlayerLooper::initWithPlayer:templateItem:timeRange: is incorrectly decorated with an [DesignatedInitializer] attribute
!missing-enum! AVAudioApplicationRecordPermission not bound
!missing-enum! AVAudioSessionRenderingMode not bound
!missing-enum! AVAudioVoiceProcessingOtherAudioDuckingLevel not bound
!missing-enum! AVAudioVoiceProcessingSpeechActivityEvent not bound
!missing-enum! AVCapturePhotoOutputCaptureReadiness not bound
!missing-enum! AVExternalContentProtectionStatus not bound
!missing-enum! AVPlayerInterstitialEventAssetListResponseStatus not bound
!missing-enum! AVPlayerLooperItemOrdering not bound
!missing-enum! AVSpeechSynthesisPersonalVoiceAuthorizationStatus not bound
!missing-enum! AVSpeechSynthesisVoiceTraits not bound
!missing-enum! CMTagCollectionVideoOutputPreset not bound
!missing-enum-value! AVAudioSessionInterruptionReason native value AVAudioSessionInterruptionReasonRouteDisconnected = 4 not bound
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-enum-value! AVCaptureSystemPressureFactors native value AVCaptureSystemPressureFactorCameraTemperature = 8 not bound
!missing-enum-value! AVCaptureVideoStabilizationMode native value AVCaptureVideoStabilizationModePreviewOptimized = 4 not bound
!missing-enum-value! AVError native value AVErrorEncodeFailed = -11883 not bound
!missing-enum-value! AVError native value AVErrorSandboxExtensionDenied = -11884 not bound
!missing-enum-value! AVSpeechSynthesisVoiceQuality native value AVSpeechSynthesisVoiceQualityPremium = 3 not bound
!missing-field! AVAssetExportPresetMVHEVC1440x1440 not bound
!missing-field! AVAssetExportPresetMVHEVC960x960 not bound
!missing-field! AVAudioApplicationInputMuteStateChangeNotification not bound
@ -342,8 +136,6 @@
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeStatusKey not bound
!missing-field! AVSampleBufferDisplayLayerReadyForDisplayDidChangeNotification not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotification not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotificationErrorKey not bound
!missing-field! AVSampleBufferVideoRendererRequiresFlushToResumeDecodingDidChangeNotification not bound
!missing-field! AVSpeechSynthesisAvailableVoicesDidChangeNotification not bound
!missing-field! AVURLAssetOverrideMIMETypeKey not bound
@ -352,16 +144,12 @@
!missing-field! AVVideoDecompressionPropertiesKey not bound
!missing-pinvoke! AVCaptureReactionSystemImageNameForType is not bound
!missing-pinvoke! CMTagCollectionCreateWithVideoOutputPreset is not bound
!missing-protocol! AVCapturePhotoOutputReadinessCoordinatorDelegate not bound
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:didProvideContentKeyRequests:forInitializationData: not found
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:externalProtectionStatusDidChangeForContentKey: not found
!missing-protocol-member! AVSpeechSynthesizerDelegate::speechSynthesizer:willSpeakMarker:utterance: not found
!missing-selector! +AVAssetVariantQualifier::predicateForBinauralAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForDownmixAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForImmersiveAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInputTaggedPixelBufferGroupAdaptorWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! +AVAudioApplication::requestRecordPermissionWithCompletionHandler: not bound
!missing-selector! +AVAudioApplication::sharedInstance not bound
!missing-selector! +AVCaptureDevice::reactionEffectGesturesEnabled not bound
!missing-selector! +AVCaptureDevice::reactionEffectsEnabled not bound
!missing-selector! +AVCaptureDevice::setUserPreferredCamera: not bound
@ -381,13 +169,6 @@
!missing-selector! AVAssetWriter::initialMovieFragmentInterval not bound
!missing-selector! AVAssetWriter::setInitialMovieFragmentInterval: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::appendTaggedPixelBufferGroup:withPresentationTime: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInput not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::initWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::pixelBufferPool not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::sourcePixelBufferAttributes not bound
!missing-selector! AVAudioApplication::isInputMuted not bound
!missing-selector! AVAudioApplication::recordPermission not bound
!missing-selector! AVAudioApplication::setInputMuted:error: not bound
!missing-selector! AVAudioInputNode::setMutedSpeechActivityEventListener: not bound
!missing-selector! AVAudioInputNode::setVoiceProcessingOtherAudioDuckingConfiguration: not bound
!missing-selector! AVAudioInputNode::voiceProcessingOtherAudioDuckingConfiguration not bound
@ -417,42 +198,10 @@
!missing-selector! AVCaptureDeviceFormat::supportedVideoZoomRangesForDepthDataDelivery not bound
!missing-selector! AVCaptureDeviceFormat::videoFrameRateRangeForReactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceFormat::zoomFactorsOutsideOfVideoZoomRangesForDepthDeliverySupported not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::device not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::initWithDevice:previewLayer: not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::previewLayer not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelCapture not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelPreview not bound
!missing-selector! AVCapturePhotoOutput::captureReadiness not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationSupported not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureEnabled not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureSupported not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagEnabled not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagSupported not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationSupported: not bound
!missing-selector! AVCapturePhotoOutput::setResponsiveCaptureEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setZeroShutterLagEnabled: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::captureReadiness not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::delegate not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::initWithPhotoOutput: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::setDelegate: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::startTrackingCaptureRequestUsingPhotoSettings: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::stopTrackingCaptureRequestUsingPhotoSettingsUniqueID: not bound
!missing-selector! AVCaptureReactionEffectState::endTime not bound
!missing-selector! AVCaptureReactionEffectState::reactionType not bound
!missing-selector! AVCaptureReactionEffectState::startTime not bound
!missing-selector! AVCaptureResolvedPhotoSettings::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVContentKey::externalContentProtectionStatus not bound
!missing-selector! AVContentKey::revoke not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-selector! AVMutableVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-selector! AVMutableVideoComposition::setPerFrameHDRDisplayMetadataPolicy: not bound
@ -465,59 +214,13 @@
!missing-selector! AVPlayerLayer::copyDisplayedPixelBuffer not bound
!missing-selector! AVPlayerLooper::initWithPlayer:templateItem:timeRange:existingItemsOrdering: not bound
!missing-selector! AVPlayerVideoOutput::copyTaggedBufferGroupForHostTime:presentationTimeStamp:activeConfiguration: not bound
!missing-selector! AVPlayerVideoOutput::initWithSpecification: not bound
!missing-selector! AVPlayerVideoOutputConfiguration::activationTime not bound
!missing-selector! AVPlayerVideoOutputConfiguration::dataChannelDescriptions not bound
!missing-selector! AVPlayerVideoOutputConfiguration::sourcePlayerItem not bound
!missing-selector! AVSampleBufferDisplayLayer::isReadyForDisplay not bound
!missing-selector! AVSampleBufferDisplayLayer::sampleBufferRenderer not bound
!missing-selector! AVSampleBufferVideoRenderer::copyDisplayedPixelBuffer not bound
!missing-selector! AVSampleBufferVideoRenderer::error not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMinimumUpcomingSampleBufferPresentationTime: not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMonotonicallyIncreasingUpcomingSampleBufferPresentationTimes not bound
!missing-selector! AVSampleBufferVideoRenderer::flushWithRemovalOfDisplayedImage:completionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::loadVideoPerformanceMetricsWithCompletionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::requiresFlushToResumeDecoding not bound
!missing-selector! AVSampleBufferVideoRenderer::resetUpcomingSampleBufferPresentationTimeExpectations not bound
!missing-selector! AVSampleBufferVideoRenderer::status not bound
!missing-selector! AVSpeechSynthesisMarker::bookmarkName not bound
!missing-selector! AVSpeechSynthesisMarker::initWithBookmarkName:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithParagraphRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithPhonemeString:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithSentenceRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithWordRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::phoneme not bound
!missing-selector! AVSpeechSynthesisMarker::setBookmarkName: not bound
!missing-selector! AVSpeechSynthesisMarker::setPhoneme: not bound
!missing-selector! AVSpeechSynthesisVoice::voiceTraits not bound
!missing-selector! AVVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-selector! AVVideoOutputSpecification::defaultPixelBufferAttributes not bound
!missing-selector! AVVideoOutputSpecification::initWithTagCollections: not bound
!missing-selector! AVVideoOutputSpecification::preferredTagCollections not bound
!missing-selector! AVVideoOutputSpecification::setDefaultPixelBufferAttributes: not bound
!missing-selector! AVVideoOutputSpecification::setOutputPixelBufferAttributes:forTagCollection: not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfCorruptedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfDroppedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfFramesDisplayedUsingOptimizedCompositing not bound
!missing-selector! AVVideoPerformanceMetrics::totalAccumulatedFrameDelay not bound
!missing-selector! AVVideoPerformanceMetrics::totalNumberOfFrames not bound
!missing-selector! AVZoomRange::containsZoomFactor: not bound
!missing-selector! AVZoomRange::maxZoomFactor not bound
!missing-selector! AVZoomRange::minZoomFactor not bound
!missing-type! AVAssetVariantVideoLayoutAttributes not bound
!missing-type! AVAssetWriterInputTaggedPixelBufferGroupAdaptor not bound
!missing-type! AVAudioApplication not bound
!missing-type! AVCaptureDeskViewApplication not bound
!missing-type! AVCaptureDeskViewApplicationLaunchConfiguration not bound
!missing-type! AVCaptureDeviceRotationCoordinator not bound
!missing-type! AVCapturePhotoOutputReadinessCoordinator not bound
!missing-type! AVCaptureReactionEffectState not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound
!missing-type! AVMetadataHumanFullBodyObject not bound
!missing-type! AVPlayerVideoOutput not bound
!missing-type! AVPlayerVideoOutputConfiguration not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!missing-type! AVVideoOutputSpecification not bound
!missing-type! AVVideoPerformanceMetrics not bound
!missing-type! AVZoomRange not bound

Просмотреть файл

@ -15,37 +15,8 @@
!deprecated-attribute-missing! AVMutableComposition::insertTimeRange:ofAsset:atTime:error: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVURLAsset::compatibleTrackForCompositionTrack: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVVideoComposition::isValidForAsset:timeRange:validationDelegate: missing a [Deprecated] attribute
!missing-enum! AVAssetTrackGroupOutputHandling not bound
!missing-enum! AVMIDIControlChangeMessageType not bound
!missing-enum! AVMIDIMetaEventType not bound
!missing-enum! AVSpeechSynthesisMarkerMark not bound
!missing-enum-value! AVError native value AVErrorAirPlayReceiverTemporarilyUnavailable = -11882 not bound
!missing-enum-value! AVError native value AVErrorFailedToLoadSampleData = -11881 not bound
!missing-enum-value! AVError native value AVErrorInvalidSampleCursor = -11880 not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoMultiviewVideo not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoVideo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyAlbum not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyArtist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyChannelLayout not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComments not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComposer not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyCopyright not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyEncodingApplication not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyGenre not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyISRC not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyKeySignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyLyricist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyNominalBitRate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyRecordedDate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceBitDepth not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceEncoder not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySubTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTempo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTimeSignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTrackNumber not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyYear not bound
!missing-field! AVExtendedNoteOnEventDefaultInstrument not bound
!missing-field! AVPlayerInterstitialEventJoinCue not bound
!missing-field! AVPlayerInterstitialEventLeaveCue not bound
@ -54,26 +25,12 @@
!missing-field! AVURLAssetPrimarySessionIdentifierKey not bound
!missing-field! AVVideoTransferFunction_Linear not bound
!missing-protocol-conformance! AVPlayerInterstitialEvent should conform to NSCopying
!missing-selector! +AVAssetPlaybackAssistant::assetPlaybackAssistantWithAsset: not bound
!missing-selector! +AVCaptureDevice::isStudioLightEnabled not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:date: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:time: not bound
!missing-selector! +AVSampleBufferGenerator::notifyOfDataReadyForSampleBuffer:completionHandler: not bound
!missing-selector! +AVSpeechSynthesisProviderVoice::updateSpeechVoices not bound
!missing-selector! +AVSpeechUtterance::speechUtteranceWithSSMLRepresentation: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! AVAssetExportSession::audioTrackGroupHandling not bound
!missing-selector! AVAssetExportSession::setAudioTrackGroupHandling: not bound
!missing-selector! AVAssetPlaybackAssistant::loadPlaybackConfigurationOptionsWithCompletionHandler: not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::isEntireLengthAvailableOnDemand not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::setEntireLengthAvailableOnDemand: not bound
!missing-selector! AVAssetTrack::canProvideSampleCursors not bound
!missing-selector! AVAssetTrack::makeSampleCursorAtFirstSampleInDecodeOrder not bound
!missing-selector! AVAssetTrack::makeSampleCursorAtLastSampleInDecodeOrder not bound
!missing-selector! AVAssetTrack::makeSampleCursorWithPresentationTimeStamp: not bound
!missing-selector! AVAudioEngine::connectMIDI:to:format:eventListBlock: not bound
!missing-selector! AVAudioEngine::connectMIDI:toNodes:format:eventListBlock: not bound
@ -81,16 +38,7 @@
!missing-selector! AVAudioSequencer::removeTrack: not bound
!missing-selector! AVAudioSequencer::reverseEvents not bound
!missing-selector! AVAudioSequencer::setUserCallback: not bound
!missing-selector! AVAudioUnitComponent::configurationDictionary not bound
!missing-selector! AVAudioUnitComponent::icon not bound
!missing-selector! AVAudioUnitComponent::passesAUVal not bound
!missing-selector! AVAudioUnitMIDIInstrument::sendMIDIEventList: not bound
!missing-selector! AVAUPresetEvent::element not bound
!missing-selector! AVAUPresetEvent::initWithScope:element:dictionary: not bound
!missing-selector! AVAUPresetEvent::presetDictionary not bound
!missing-selector! AVAUPresetEvent::scope not bound
!missing-selector! AVAUPresetEvent::setElement: not bound
!missing-selector! AVAUPresetEvent::setScope: not bound
!missing-selector! AVCaptureDevice::companionDeskViewCamera not bound
!missing-selector! AVCaptureDevice::isContinuityCamera not bound
!missing-selector! AVCaptureDevice::isStudioLightActive not bound
@ -105,53 +53,6 @@
!missing-selector! AVCompositionTrack::hasMediaCharacteristic: not bound
!missing-selector! AVCompositionTrack::metadataForFormat: not bound
!missing-selector! AVCompositionTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVExtendedNoteOnEvent::duration not bound
!missing-selector! AVExtendedNoteOnEvent::groupID not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:instrumentID:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::instrumentID not bound
!missing-selector! AVExtendedNoteOnEvent::midiNote not bound
!missing-selector! AVExtendedNoteOnEvent::setDuration: not bound
!missing-selector! AVExtendedNoteOnEvent::setGroupID: not bound
!missing-selector! AVExtendedNoteOnEvent::setInstrumentID: not bound
!missing-selector! AVExtendedNoteOnEvent::setMidiNote: not bound
!missing-selector! AVExtendedNoteOnEvent::setVelocity: not bound
!missing-selector! AVExtendedNoteOnEvent::velocity not bound
!missing-selector! AVExtendedTempoEvent::initWithTempo: not bound
!missing-selector! AVExtendedTempoEvent::setTempo: not bound
!missing-selector! AVExtendedTempoEvent::tempo not bound
!missing-selector! AVMIDIChannelEvent::channel not bound
!missing-selector! AVMIDIChannelEvent::setChannel: not bound
!missing-selector! AVMIDIChannelPressureEvent::initWithChannel:pressure: not bound
!missing-selector! AVMIDIChannelPressureEvent::pressure not bound
!missing-selector! AVMIDIChannelPressureEvent::setPressure: not bound
!missing-selector! AVMIDIControlChangeEvent::initWithChannel:messageType:value: not bound
!missing-selector! AVMIDIControlChangeEvent::messageType not bound
!missing-selector! AVMIDIControlChangeEvent::value not bound
!missing-selector! AVMIDIMetaEvent::initWithType:data: not bound
!missing-selector! AVMIDIMetaEvent::type not bound
!missing-selector! AVMIDINoteEvent::channel not bound
!missing-selector! AVMIDINoteEvent::duration not bound
!missing-selector! AVMIDINoteEvent::initWithChannel:key:velocity:duration: not bound
!missing-selector! AVMIDINoteEvent::key not bound
!missing-selector! AVMIDINoteEvent::setChannel: not bound
!missing-selector! AVMIDINoteEvent::setDuration: not bound
!missing-selector! AVMIDINoteEvent::setKey: not bound
!missing-selector! AVMIDINoteEvent::setVelocity: not bound
!missing-selector! AVMIDINoteEvent::velocity not bound
!missing-selector! AVMIDIPitchBendEvent::initWithChannel:value: not bound
!missing-selector! AVMIDIPitchBendEvent::setValue: not bound
!missing-selector! AVMIDIPitchBendEvent::value not bound
!missing-selector! AVMIDIPolyPressureEvent::initWithChannel:key:pressure: not bound
!missing-selector! AVMIDIPolyPressureEvent::key not bound
!missing-selector! AVMIDIPolyPressureEvent::pressure not bound
!missing-selector! AVMIDIPolyPressureEvent::setKey: not bound
!missing-selector! AVMIDIPolyPressureEvent::setPressure: not bound
!missing-selector! AVMIDIProgramChangeEvent::initWithChannel:programNumber: not bound
!missing-selector! AVMIDIProgramChangeEvent::programNumber not bound
!missing-selector! AVMIDIProgramChangeEvent::setProgramNumber: not bound
!missing-selector! AVMIDISysexEvent::initWithData: not bound
!missing-selector! AVMIDISysexEvent::sizeInBytes not bound
!missing-selector! AVMusicTrack::addEvent:atBeat: not bound
!missing-selector! AVMusicTrack::clearEventsInRange: not bound
!missing-selector! AVMusicTrack::copyAndMergeEventsInRange:fromTrack:mergeAtBeat: not bound
@ -161,8 +62,6 @@
!missing-selector! AVMusicTrack::moveEventsInRange:byAmount: not bound
!missing-selector! AVMusicTrack::setUsesAutomatedParameters: not bound
!missing-selector! AVMusicTrack::usesAutomatedParameters not bound
!missing-selector! AVMusicUserEvent::initWithData: not bound
!missing-selector! AVMusicUserEvent::sizeInBytes not bound
!missing-selector! AVMutableComposition::insertTimeRange:ofAsset:atTime:completionHandler: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsBestMatchingPreferredLanguages: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys: not bound
@ -174,117 +73,20 @@
!missing-selector! AVMutableMovieTrack::metadataForFormat: not bound
!missing-selector! AVMutableMovieTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVMutableMovieTrack::segmentForTrackTime: not bound
!missing-selector! AVParameterEvent::element not bound
!missing-selector! AVParameterEvent::initWithParameterID:scope:element:value: not bound
!missing-selector! AVParameterEvent::parameterID not bound
!missing-selector! AVParameterEvent::scope not bound
!missing-selector! AVParameterEvent::setElement: not bound
!missing-selector! AVParameterEvent::setParameterID: not bound
!missing-selector! AVParameterEvent::setScope: not bound
!missing-selector! AVParameterEvent::setValue: not bound
!missing-selector! AVParameterEvent::value not bound
!missing-selector! AVPlayer::defaultRate not bound
!missing-selector! AVPlayer::setDefaultRate: not bound
!missing-selector! AVPlayerInterstitialEvent::alignsResumptionWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::alignsStartWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::cue not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsResumptionWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsStartWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setCue: not bound
!missing-selector! AVPlayerInterstitialEvent::setDate: not bound
!missing-selector! AVPlayerInterstitialEvent::setIdentifier: not bound
!missing-selector! AVPlayerInterstitialEvent::setPlayoutLimit: not bound
!missing-selector! AVPlayerInterstitialEvent::setPrimaryItem: not bound
!missing-selector! AVPlayerInterstitialEvent::setRestrictions: not bound
!missing-selector! AVPlayerInterstitialEvent::setResumptionOffset: not bound
!missing-selector! AVPlayerInterstitialEvent::setTemplateItems: not bound
!missing-selector! AVPlayerInterstitialEvent::setTime: not bound
!missing-selector! AVPlayerInterstitialEvent::setUserDefinedAttributes: not bound
!missing-selector! AVPlayerInterstitialEvent::setWillPlayOnce: not bound
!missing-selector! AVPlayerInterstitialEvent::willPlayOnce not bound
!missing-selector! AVRouteDetector::detectsCustomRoutes not bound
!missing-selector! AVRouteDetector::setDetectsCustomRoutes: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:addingToBatch:error: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:error: not bound
!missing-selector! AVSampleBufferGenerator::initWithAsset:timebase: not bound
!missing-selector! AVSampleBufferGenerator::makeBatch not bound
!missing-selector! AVSampleBufferGeneratorBatch::cancel not bound
!missing-selector! AVSampleBufferGeneratorBatch::makeDataReadyWithCompletionHandler: not bound
!missing-selector! AVSampleBufferRequest::direction not bound
!missing-selector! AVSampleBufferRequest::initWithStartCursor: not bound
!missing-selector! AVSampleBufferRequest::limitCursor not bound
!missing-selector! AVSampleBufferRequest::maxSampleCount not bound
!missing-selector! AVSampleBufferRequest::mode not bound
!missing-selector! AVSampleBufferRequest::overrideTime not bound
!missing-selector! AVSampleBufferRequest::preferredMinSampleCount not bound
!missing-selector! AVSampleBufferRequest::setDirection: not bound
!missing-selector! AVSampleBufferRequest::setLimitCursor: not bound
!missing-selector! AVSampleBufferRequest::setMaxSampleCount: not bound
!missing-selector! AVSampleBufferRequest::setMode: not bound
!missing-selector! AVSampleBufferRequest::setOverrideTime: not bound
!missing-selector! AVSampleBufferRequest::setPreferredMinSampleCount: not bound
!missing-selector! AVSampleBufferRequest::startCursor not bound
!missing-selector! AVSpeechSynthesisMarker::byteSampleOffset not bound
!missing-selector! AVSpeechSynthesisMarker::initWithMarkerType:forTextRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::mark not bound
!missing-selector! AVSpeechSynthesisMarker::setByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::setMark: not bound
!missing-selector! AVSpeechSynthesisMarker::setTextRange: not bound
!missing-selector! AVSpeechSynthesisMarker::textRange not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::cancelSpeechRequest not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechSynthesisOutputMetadataBlock: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechVoices: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechSynthesisOutputMetadataBlock not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechVoices not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::synthesizeSpeechRequest: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::initWithSSMLRepresentation:voice: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::ssmlRepresentation not bound
!missing-selector! AVSpeechSynthesisProviderRequest::voice not bound
!missing-selector! AVSpeechSynthesisProviderVoice::age not bound
!missing-selector! AVSpeechSynthesisProviderVoice::gender not bound
!missing-selector! AVSpeechSynthesisProviderVoice::identifier not bound
!missing-selector! AVSpeechSynthesisProviderVoice::initWithName:identifier:primaryLanguages:supportedLanguages: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::name not bound
!missing-selector! AVSpeechSynthesisProviderVoice::primaryLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setAge: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setGender: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVersion: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVoiceSize: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::supportedLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::version not bound
!missing-selector! AVSpeechSynthesisProviderVoice::voiceSize not bound
!missing-selector! AVSpeechSynthesizer::writeUtterance:toBufferCallback:toMarkerCallback: not bound
!missing-selector! AVSpeechUtterance::initWithSSMLRepresentation: not bound
!missing-selector! AVURLAsset::httpSessionIdentifier not bound
!missing-selector! AVVideoComposition::determineValidityForAsset:timeRange:validationDelegate:completionHandler: not bound
!missing-type! AVAssetPlaybackAssistant not bound
!missing-type! AVAUPresetEvent not bound
!missing-type! AVExtendedNoteOnEvent not bound
!missing-type! AVExtendedTempoEvent not bound
!missing-type! AVMIDIChannelEvent not bound
!missing-type! AVMIDIChannelPressureEvent not bound
!missing-type! AVMIDIControlChangeEvent not bound
!missing-type! AVMIDIMetaEvent not bound
!missing-type! AVMIDINoteEvent not bound
!missing-type! AVMIDIPitchBendEvent not bound
!missing-type! AVMIDIPolyPressureEvent not bound
!missing-type! AVMIDIProgramChangeEvent not bound
!missing-type! AVMIDISysexEvent not bound
!missing-type! AVMusicEvent not bound
!missing-type! AVMusicUserEvent not bound
!missing-type! AVParameterEvent not bound
!missing-type! AVSampleBufferGenerator not bound
!missing-type! AVSampleBufferGeneratorBatch not bound
!missing-type! AVSampleBufferRequest not bound
!missing-type! AVSpeechSynthesisMarker not bound
!missing-type! AVSpeechSynthesisProviderAudioUnit not bound
!missing-type! AVSpeechSynthesisProviderRequest not bound
!missing-type! AVSpeechSynthesisProviderVoice not bound
!missing-enum-value! AVSpeechSynthesisVoiceQuality native value AVSpeechSynthesisVoiceQualityPremium = 3 not bound
!missing-selector! AVPlayerLayer::copyDisplayedPixelBuffer not bound
!missing-enum! AVPlayerInterstitialEventAssetListResponseStatus not bound
!missing-enum-value! AVError native value AVErrorEncodeFailed = -11883 not bound
!missing-enum-value! AVError native value AVErrorSandboxExtensionDenied = -11884 not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeErrorKey not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification not bound
@ -308,14 +110,6 @@
!deprecated-attribute-missing! AVSampleBufferDisplayLayer::stopRequestingMediaData missing a [Deprecated] attribute
!deprecated-attribute-missing! AVSampleBufferDisplayLayer::timebase missing a [Deprecated] attribute
!extra-designated-initializer! AVPlayerLooper::initWithPlayer:templateItem:timeRange: is incorrectly decorated with an [DesignatedInitializer] attribute
!missing-enum! AVAudioApplicationRecordPermission not bound
!missing-enum! AVAudioVoiceProcessingOtherAudioDuckingLevel not bound
!missing-enum! AVAudioVoiceProcessingSpeechActivityEvent not bound
!missing-enum! AVCapturePhotoOutputCaptureReadiness not bound
!missing-enum! AVPlayerLooperItemOrdering not bound
!missing-enum! AVSpeechSynthesisPersonalVoiceAuthorizationStatus not bound
!missing-enum! AVSpeechSynthesisVoiceTraits not bound
!missing-enum-value! AVAudioSessionInterruptionReason native value AVAudioSessionInterruptionReasonRouteDisconnected = 4 not bound
!missing-field! AVAssetExportPresetMVHEVC1440x1440 not bound
!missing-field! AVAssetExportPresetMVHEVC960x960 not bound
!missing-field! AVAudioApplicationInputMuteStateChangeNotification not bound
@ -341,23 +135,17 @@
!missing-field! AVMetadataObjectTypeHumanFullBody not bound
!missing-field! AVOutputSettingsPresetMVHEVC1440x1440 not bound
!missing-field! AVOutputSettingsPresetMVHEVC960x960 not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotification not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotificationErrorKey not bound
!missing-field! AVSampleBufferVideoRendererRequiresFlushToResumeDecodingDidChangeNotification not bound
!missing-field! AVSpeechSynthesisAvailableVoicesDidChangeNotification not bound
!missing-field! AVURLAssetOverrideMIMETypeKey not bound
!missing-field! AVVideoCompositionPerFrameHDRDisplayMetadataPolicyGenerate not bound
!missing-field! AVVideoCompositionPerFrameHDRDisplayMetadataPolicyPropagate not bound
!missing-pinvoke! AVCaptureReactionSystemImageNameForType is not bound
!missing-protocol! AVCapturePhotoOutputReadinessCoordinatorDelegate not bound
!missing-protocol-member! AVCapturePhotoCaptureDelegate::captureOutput:didFinishCapturingDeferredPhotoProxy:error: not found
!missing-protocol-member! AVSpeechSynthesizerDelegate::speechSynthesizer:willSpeakMarker:utterance: not found
!missing-selector! +AVAssetVariantQualifier::predicateForBinauralAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForDownmixAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForImmersiveAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInputTaggedPixelBufferGroupAdaptorWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! +AVAudioApplication::requestRecordPermissionWithCompletionHandler: not bound
!missing-selector! +AVAudioApplication::sharedInstance not bound
!missing-selector! +AVCaptureDevice::reactionEffectGesturesEnabled not bound
!missing-selector! +AVCaptureDevice::reactionEffectsEnabled not bound
!missing-selector! +AVCaptureDevice::setUserPreferredCamera: not bound
@ -373,13 +161,6 @@
!missing-selector! AVAssetWriter::initialMovieFragmentInterval not bound
!missing-selector! AVAssetWriter::setInitialMovieFragmentInterval: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::appendTaggedPixelBufferGroup:withPresentationTime: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInput not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::initWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::pixelBufferPool not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::sourcePixelBufferAttributes not bound
!missing-selector! AVAudioApplication::isInputMuted not bound
!missing-selector! AVAudioApplication::recordPermission not bound
!missing-selector! AVAudioApplication::setInputMuted:error: not bound
!missing-selector! AVAudioInputNode::setMutedSpeechActivityEventListener: not bound
!missing-selector! AVAudioInputNode::setVoiceProcessingOtherAudioDuckingConfiguration: not bound
!missing-selector! AVAudioInputNode::voiceProcessingOtherAudioDuckingConfiguration not bound
@ -394,83 +175,23 @@
!missing-selector! AVCaptureDevice::reactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceFormat::reactionEffectsSupported not bound
!missing-selector! AVCaptureDeviceFormat::videoFrameRateRangeForReactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::device not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::initWithDevice:previewLayer: not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::previewLayer not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelCapture not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelPreview not bound
!missing-selector! AVCapturePhotoOutput::captureReadiness not bound
!missing-selector! AVCapturePhotoOutput::isAutoDeferredPhotoDeliveryEnabled not bound
!missing-selector! AVCapturePhotoOutput::isAutoDeferredPhotoDeliverySupported not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationSupported not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureEnabled not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureSupported not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagEnabled not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagSupported not bound
!missing-selector! AVCapturePhotoOutput::setAutoDeferredPhotoDeliveryEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationSupported: not bound
!missing-selector! AVCapturePhotoOutput::setResponsiveCaptureEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setZeroShutterLagEnabled: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::captureReadiness not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::delegate not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::initWithPhotoOutput: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::setDelegate: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::startTrackingCaptureRequestUsingPhotoSettings: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::stopTrackingCaptureRequestUsingPhotoSettingsUniqueID: not bound
!missing-selector! AVCaptureReactionEffectState::endTime not bound
!missing-selector! AVCaptureReactionEffectState::reactionType not bound
!missing-selector! AVCaptureReactionEffectState::startTime not bound
!missing-selector! AVCaptureResolvedPhotoSettings::deferredPhotoProxyDimensions not bound
!missing-selector! AVCaptureResolvedPhotoSettings::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVMutableVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-selector! AVMutableVideoComposition::setPerFrameHDRDisplayMetadataPolicy: not bound
!missing-selector! AVPlayerLooper::initWithPlayer:templateItem:timeRange:existingItemsOrdering: not bound
!missing-selector! AVSampleBufferDisplayLayer::sampleBufferRenderer not bound
!missing-selector! AVSampleBufferVideoRenderer::error not bound
!missing-selector! AVSampleBufferVideoRenderer::flushWithRemovalOfDisplayedImage:completionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::requiresFlushToResumeDecoding not bound
!missing-selector! AVSampleBufferVideoRenderer::status not bound
!missing-selector! AVSpeechSynthesisMarker::bookmarkName not bound
!missing-selector! AVSpeechSynthesisMarker::initWithBookmarkName:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithParagraphRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithPhonemeString:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithSentenceRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithWordRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::phoneme not bound
!missing-selector! AVSpeechSynthesisMarker::setBookmarkName: not bound
!missing-selector! AVSpeechSynthesisMarker::setPhoneme: not bound
!missing-selector! AVSpeechSynthesisVoice::voiceTraits not bound
!missing-selector! AVVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-type! AVAssetVariantVideoLayoutAttributes not bound
!missing-type! AVAssetWriterInputTaggedPixelBufferGroupAdaptor not bound
!missing-type! AVAudioApplication not bound
!missing-type! AVCaptureDeferredPhotoProxy not bound
!missing-type! AVCaptureDeviceRotationCoordinator not bound
!missing-type! AVCapturePhotoOutputReadinessCoordinator not bound
!missing-type! AVCaptureReactionEffectState not bound
!missing-type! AVMetadataHumanFullBodyObject not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!missing-field! AVCaptureDeviceTypeContinuityCamera not bound
!deprecated-attribute-missing! AVCaptureDeviceFormat::supportedVideoZoomFactorsForDepthDataDelivery missing a [Deprecated] attribute
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-enum-value! AVCaptureSystemPressureFactors native value AVCaptureSystemPressureFactorCameraTemperature = 8 not bound
!missing-enum-value! AVCaptureVideoStabilizationMode native value AVCaptureVideoStabilizationModePreviewOptimized = 4 not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound
!missing-enum! CMTagCollectionVideoOutputPreset not bound
!missing-field! AVVideoDecompressionPropertiesKey not bound
@ -480,37 +201,11 @@
!missing-selector! AVPlayer::setVideoOutput: not bound
!missing-selector! AVPlayer::videoOutput not bound
!missing-selector! AVPlayerVideoOutput::copyTaggedBufferGroupForHostTime:presentationTimeStamp:activeConfiguration: not bound
!missing-selector! AVPlayerVideoOutput::initWithSpecification: not bound
!missing-selector! AVPlayerVideoOutputConfiguration::activationTime not bound
!missing-selector! AVPlayerVideoOutputConfiguration::dataChannelDescriptions not bound
!missing-selector! AVPlayerVideoOutputConfiguration::sourcePlayerItem not bound
!missing-selector! AVVideoOutputSpecification::defaultPixelBufferAttributes not bound
!missing-selector! AVVideoOutputSpecification::initWithTagCollections: not bound
!missing-selector! AVVideoOutputSpecification::preferredTagCollections not bound
!missing-selector! AVVideoOutputSpecification::setDefaultPixelBufferAttributes: not bound
!missing-selector! AVVideoOutputSpecification::setOutputPixelBufferAttributes:forTagCollection: not bound
!missing-selector! AVZoomRange::containsZoomFactor: not bound
!missing-selector! AVZoomRange::maxZoomFactor not bound
!missing-selector! AVZoomRange::minZoomFactor not bound
!missing-type! AVPlayerVideoOutput not bound
!missing-type! AVPlayerVideoOutputConfiguration not bound
!missing-type! AVVideoOutputSpecification not bound
!missing-type! AVZoomRange not bound
!missing-enum! AVExternalContentProtectionStatus not bound
!missing-field! AVSampleBufferDisplayLayerReadyForDisplayDidChangeNotification not bound
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:didProvideContentKeyRequests:forInitializationData: not found
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:externalProtectionStatusDidChangeForContentKey: not found
!missing-selector! AVContentKey::externalContentProtectionStatus not bound
!missing-selector! AVContentKey::revoke not bound
!missing-selector! AVSampleBufferDisplayLayer::isReadyForDisplay not bound
!missing-selector! AVSampleBufferVideoRenderer::copyDisplayedPixelBuffer not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMinimumUpcomingSampleBufferPresentationTime: not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMonotonicallyIncreasingUpcomingSampleBufferPresentationTimes not bound
!missing-selector! AVSampleBufferVideoRenderer::loadVideoPerformanceMetricsWithCompletionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::resetUpcomingSampleBufferPresentationTimeExpectations not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfCorruptedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfDroppedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfFramesDisplayedUsingOptimizedCompositing not bound
!missing-selector! AVVideoPerformanceMetrics::totalAccumulatedFrameDelay not bound
!missing-selector! AVVideoPerformanceMetrics::totalNumberOfFrames not bound
!missing-type! AVVideoPerformanceMetrics not bound

Просмотреть файл

@ -14,38 +14,9 @@
!deprecated-attribute-missing! AVMutableComposition::insertTimeRange:ofAsset:atTime:error: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVURLAsset::compatibleTrackForCompositionTrack: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVVideoComposition::isValidForAsset:timeRange:validationDelegate: missing a [Deprecated] attribute
!missing-enum! AVAssetTrackGroupOutputHandling not bound
!missing-enum! AVCapturePhotoQualityPrioritization not bound
!missing-enum! AVMIDIControlChangeMessageType not bound
!missing-enum! AVMIDIMetaEventType not bound
!missing-enum! AVSpeechSynthesisMarkerMark not bound
!missing-enum-value! AVError native value AVErrorAirPlayReceiverTemporarilyUnavailable = -11882 not bound
!missing-enum-value! AVError native value AVErrorFailedToLoadSampleData = -11881 not bound
!missing-enum-value! AVError native value AVErrorInvalidSampleCursor = -11880 not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoMultiviewVideo not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoVideo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyAlbum not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyArtist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyChannelLayout not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComments not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComposer not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyCopyright not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyEncodingApplication not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyGenre not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyISRC not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyKeySignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyLyricist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyNominalBitRate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyRecordedDate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceBitDepth not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceEncoder not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySubTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTempo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTimeSignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTrackNumber not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyYear not bound
!missing-field! AVCaptureDeviceTypeDeskViewCamera not bound
!missing-field! AVExtendedNoteOnEventDefaultInstrument not bound
!missing-field! AVPlayerInterstitialEventJoinCue not bound
@ -56,22 +27,12 @@
!missing-field! AVVideoTransferFunction_Linear not bound
!missing-protocol! AVCaptureMetadataOutputObjectsDelegate not bound
!missing-protocol-conformance! AVPlayerInterstitialEvent should conform to NSCopying
!missing-selector! +AVAssetPlaybackAssistant::assetPlaybackAssistantWithAsset: not bound
!missing-selector! +AVCaptureDevice::isStudioLightEnabled not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:date: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:time: not bound
!missing-selector! +AVSpeechSynthesisProviderVoice::updateSpeechVoices not bound
!missing-selector! +AVSpeechUtterance::speechUtteranceWithSSMLRepresentation: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! AVAssetExportSession::audioTrackGroupHandling not bound
!missing-selector! AVAssetExportSession::setAudioTrackGroupHandling: not bound
!missing-selector! AVAssetPlaybackAssistant::loadPlaybackConfigurationOptionsWithCompletionHandler: not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::isEntireLengthAvailableOnDemand not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::setEntireLengthAvailableOnDemand: not bound
!missing-selector! AVAudioEngine::connectMIDI:to:format:eventListBlock: not bound
!missing-selector! AVAudioEngine::connectMIDI:toNodes:format:eventListBlock: not bound
!missing-selector! AVAudioSequencer::createAndAppendTrack not bound
@ -79,12 +40,6 @@
!missing-selector! AVAudioSequencer::reverseEvents not bound
!missing-selector! AVAudioSequencer::setUserCallback: not bound
!missing-selector! AVAudioUnitMIDIInstrument::sendMIDIEventList: not bound
!missing-selector! AVAUPresetEvent::element not bound
!missing-selector! AVAUPresetEvent::initWithScope:element:dictionary: not bound
!missing-selector! AVAUPresetEvent::presetDictionary not bound
!missing-selector! AVAUPresetEvent::scope not bound
!missing-selector! AVAUPresetEvent::setElement: not bound
!missing-selector! AVAUPresetEvent::setScope: not bound
!missing-selector! AVCaptionRegion::isEqual: not bound
!missing-selector! AVCaptureDevice::companionDeskViewCamera not bound
!missing-selector! AVCaptureDevice::isContinuityCamera not bound
@ -114,53 +69,6 @@
!missing-selector! AVCompositionTrack::hasMediaCharacteristic: not bound
!missing-selector! AVCompositionTrack::metadataForFormat: not bound
!missing-selector! AVCompositionTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVExtendedNoteOnEvent::duration not bound
!missing-selector! AVExtendedNoteOnEvent::groupID not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:instrumentID:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::instrumentID not bound
!missing-selector! AVExtendedNoteOnEvent::midiNote not bound
!missing-selector! AVExtendedNoteOnEvent::setDuration: not bound
!missing-selector! AVExtendedNoteOnEvent::setGroupID: not bound
!missing-selector! AVExtendedNoteOnEvent::setInstrumentID: not bound
!missing-selector! AVExtendedNoteOnEvent::setMidiNote: not bound
!missing-selector! AVExtendedNoteOnEvent::setVelocity: not bound
!missing-selector! AVExtendedNoteOnEvent::velocity not bound
!missing-selector! AVExtendedTempoEvent::initWithTempo: not bound
!missing-selector! AVExtendedTempoEvent::setTempo: not bound
!missing-selector! AVExtendedTempoEvent::tempo not bound
!missing-selector! AVMIDIChannelEvent::channel not bound
!missing-selector! AVMIDIChannelEvent::setChannel: not bound
!missing-selector! AVMIDIChannelPressureEvent::initWithChannel:pressure: not bound
!missing-selector! AVMIDIChannelPressureEvent::pressure not bound
!missing-selector! AVMIDIChannelPressureEvent::setPressure: not bound
!missing-selector! AVMIDIControlChangeEvent::initWithChannel:messageType:value: not bound
!missing-selector! AVMIDIControlChangeEvent::messageType not bound
!missing-selector! AVMIDIControlChangeEvent::value not bound
!missing-selector! AVMIDIMetaEvent::initWithType:data: not bound
!missing-selector! AVMIDIMetaEvent::type not bound
!missing-selector! AVMIDINoteEvent::channel not bound
!missing-selector! AVMIDINoteEvent::duration not bound
!missing-selector! AVMIDINoteEvent::initWithChannel:key:velocity:duration: not bound
!missing-selector! AVMIDINoteEvent::key not bound
!missing-selector! AVMIDINoteEvent::setChannel: not bound
!missing-selector! AVMIDINoteEvent::setDuration: not bound
!missing-selector! AVMIDINoteEvent::setKey: not bound
!missing-selector! AVMIDINoteEvent::setVelocity: not bound
!missing-selector! AVMIDINoteEvent::velocity not bound
!missing-selector! AVMIDIPitchBendEvent::initWithChannel:value: not bound
!missing-selector! AVMIDIPitchBendEvent::setValue: not bound
!missing-selector! AVMIDIPitchBendEvent::value not bound
!missing-selector! AVMIDIPolyPressureEvent::initWithChannel:key:pressure: not bound
!missing-selector! AVMIDIPolyPressureEvent::key not bound
!missing-selector! AVMIDIPolyPressureEvent::pressure not bound
!missing-selector! AVMIDIPolyPressureEvent::setKey: not bound
!missing-selector! AVMIDIPolyPressureEvent::setPressure: not bound
!missing-selector! AVMIDIProgramChangeEvent::initWithChannel:programNumber: not bound
!missing-selector! AVMIDIProgramChangeEvent::programNumber not bound
!missing-selector! AVMIDIProgramChangeEvent::setProgramNumber: not bound
!missing-selector! AVMIDISysexEvent::initWithData: not bound
!missing-selector! AVMIDISysexEvent::sizeInBytes not bound
!missing-selector! AVMusicTrack::addEvent:atBeat: not bound
!missing-selector! AVMusicTrack::clearEventsInRange: not bound
!missing-selector! AVMusicTrack::copyAndMergeEventsInRange:fromTrack:mergeAtBeat: not bound
@ -170,8 +78,6 @@
!missing-selector! AVMusicTrack::moveEventsInRange:byAmount: not bound
!missing-selector! AVMusicTrack::setUsesAutomatedParameters: not bound
!missing-selector! AVMusicTrack::usesAutomatedParameters not bound
!missing-selector! AVMusicUserEvent::initWithData: not bound
!missing-selector! AVMusicUserEvent::sizeInBytes not bound
!missing-selector! AVMutableComposition::insertTimeRange:ofAsset:atTime:completionHandler: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsBestMatchingPreferredLanguages: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys: not bound
@ -183,95 +89,18 @@
!missing-selector! AVMutableMovieTrack::metadataForFormat: not bound
!missing-selector! AVMutableMovieTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVMutableMovieTrack::segmentForTrackTime: not bound
!missing-selector! AVParameterEvent::element not bound
!missing-selector! AVParameterEvent::initWithParameterID:scope:element:value: not bound
!missing-selector! AVParameterEvent::parameterID not bound
!missing-selector! AVParameterEvent::scope not bound
!missing-selector! AVParameterEvent::setElement: not bound
!missing-selector! AVParameterEvent::setParameterID: not bound
!missing-selector! AVParameterEvent::setScope: not bound
!missing-selector! AVParameterEvent::setValue: not bound
!missing-selector! AVParameterEvent::value not bound
!missing-selector! AVPlayer::defaultRate not bound
!missing-selector! AVPlayer::setDefaultRate: not bound
!missing-selector! AVPlayerInterstitialEvent::alignsResumptionWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::alignsStartWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::cue not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsResumptionWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsStartWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setCue: not bound
!missing-selector! AVPlayerInterstitialEvent::setDate: not bound
!missing-selector! AVPlayerInterstitialEvent::setIdentifier: not bound
!missing-selector! AVPlayerInterstitialEvent::setPlayoutLimit: not bound
!missing-selector! AVPlayerInterstitialEvent::setPrimaryItem: not bound
!missing-selector! AVPlayerInterstitialEvent::setRestrictions: not bound
!missing-selector! AVPlayerInterstitialEvent::setResumptionOffset: not bound
!missing-selector! AVPlayerInterstitialEvent::setTemplateItems: not bound
!missing-selector! AVPlayerInterstitialEvent::setTime: not bound
!missing-selector! AVPlayerInterstitialEvent::setUserDefinedAttributes: not bound
!missing-selector! AVPlayerInterstitialEvent::setWillPlayOnce: not bound
!missing-selector! AVPlayerInterstitialEvent::willPlayOnce not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:addingToBatch:error: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:error: not bound
!missing-selector! AVSampleBufferGenerator::makeBatch not bound
!missing-selector! AVSampleBufferGeneratorBatch::cancel not bound
!missing-selector! AVSampleBufferGeneratorBatch::makeDataReadyWithCompletionHandler: not bound
!missing-selector! AVSpeechSynthesisMarker::byteSampleOffset not bound
!missing-selector! AVSpeechSynthesisMarker::initWithMarkerType:forTextRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::mark not bound
!missing-selector! AVSpeechSynthesisMarker::setByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::setMark: not bound
!missing-selector! AVSpeechSynthesisMarker::setTextRange: not bound
!missing-selector! AVSpeechSynthesisMarker::textRange not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::cancelSpeechRequest not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechSynthesisOutputMetadataBlock: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechVoices: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechSynthesisOutputMetadataBlock not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechVoices not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::synthesizeSpeechRequest: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::initWithSSMLRepresentation:voice: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::ssmlRepresentation not bound
!missing-selector! AVSpeechSynthesisProviderRequest::voice not bound
!missing-selector! AVSpeechSynthesisProviderVoice::age not bound
!missing-selector! AVSpeechSynthesisProviderVoice::gender not bound
!missing-selector! AVSpeechSynthesisProviderVoice::identifier not bound
!missing-selector! AVSpeechSynthesisProviderVoice::initWithName:identifier:primaryLanguages:supportedLanguages: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::name not bound
!missing-selector! AVSpeechSynthesisProviderVoice::primaryLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setAge: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setGender: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVersion: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVoiceSize: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::supportedLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::version not bound
!missing-selector! AVSpeechSynthesisProviderVoice::voiceSize not bound
!missing-selector! AVSpeechSynthesizer::writeUtterance:toBufferCallback:toMarkerCallback: not bound
!missing-selector! AVSpeechUtterance::initWithSSMLRepresentation: not bound
!missing-selector! AVURLAsset::httpSessionIdentifier not bound
!missing-selector! AVVideoComposition::determineValidityForAsset:timeRange:validationDelegate:completionHandler: not bound
!missing-type! AVAssetPlaybackAssistant not bound
!missing-type! AVAUPresetEvent not bound
!missing-type! AVCaptureMetadataOutput not bound
!missing-type! AVExtendedNoteOnEvent not bound
!missing-type! AVExtendedTempoEvent not bound
!missing-type! AVMIDIChannelEvent not bound
!missing-type! AVMIDIChannelPressureEvent not bound
!missing-type! AVMIDIControlChangeEvent not bound
!missing-type! AVMIDIMetaEvent not bound
!missing-type! AVMIDINoteEvent not bound
!missing-type! AVMIDIPitchBendEvent not bound
!missing-type! AVMIDIPolyPressureEvent not bound
!missing-type! AVMIDIProgramChangeEvent not bound
!missing-type! AVMIDISysexEvent not bound
!missing-type! AVMusicEvent not bound
!missing-type! AVMusicUserEvent not bound
!missing-type! AVParameterEvent not bound
!missing-type! AVSampleBufferGeneratorBatch not bound
!missing-type! AVSpeechSynthesisMarker not bound
!missing-type! AVSpeechSynthesisProviderAudioUnit not bound
!missing-type! AVSpeechSynthesisProviderRequest not bound
!missing-type! AVSpeechSynthesisProviderVoice not bound
!missing-enum-value! AVSpeechSynthesisVoiceQuality native value AVSpeechSynthesisVoiceQualityPremium = 3 not bound
!missing-selector! AVPlayerLayer::copyDisplayedPixelBuffer not bound
!missing-selector! AVCaptureDeskViewApplication::presentWithCompletionHandler: not bound
!missing-selector! AVCaptureDeskViewApplication::presentWithLaunchConfiguration:completionHandler: not bound
@ -281,9 +110,6 @@
!missing-selector! AVCaptureDeskViewApplicationLaunchConfiguration::setRequiresSetUpModeCompletion: not bound
!missing-type! AVCaptureDeskViewApplication not bound
!missing-type! AVCaptureDeskViewApplicationLaunchConfiguration not bound
!missing-enum! AVPlayerInterstitialEventAssetListResponseStatus not bound
!missing-enum-value! AVError native value AVErrorEncodeFailed = -11883 not bound
!missing-enum-value! AVError native value AVErrorSandboxExtensionDenied = -11884 not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeErrorKey not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification not bound
@ -305,13 +131,6 @@
!extra-enum-value! Managed value 1684369017 for AVAudioSessionRecordPermission.Denied is available for the current platform while the value in the native header is not
!extra-enum-value! Managed value 1735552628 for AVAudioSessionRecordPermission.Granted is available for the current platform while the value in the native header is not
!extra-enum-value! Managed value 1970168948 for AVAudioSessionRecordPermission.Undetermined is available for the current platform while the value in the native header is not
!missing-enum! AVAudioApplicationRecordPermission not bound
!missing-enum! AVAudioVoiceProcessingOtherAudioDuckingLevel not bound
!missing-enum! AVAudioVoiceProcessingSpeechActivityEvent not bound
!missing-enum! AVCapturePhotoOutputCaptureReadiness not bound
!missing-enum! AVPlayerLooperItemOrdering not bound
!missing-enum! AVSpeechSynthesisPersonalVoiceAuthorizationStatus not bound
!missing-enum! AVSpeechSynthesisVoiceTraits not bound
!missing-field! AVAssetExportPresetMVHEVC1440x1440 not bound
!missing-field! AVAssetExportPresetMVHEVC960x960 not bound
!missing-field! AVAudioApplicationInputMuteStateChangeNotification not bound
@ -336,22 +155,16 @@
!missing-field! AVMetadataObjectTypeHumanFullBody not bound
!missing-field! AVOutputSettingsPresetMVHEVC1440x1440 not bound
!missing-field! AVOutputSettingsPresetMVHEVC960x960 not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotification not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotificationErrorKey not bound
!missing-field! AVSampleBufferVideoRendererRequiresFlushToResumeDecodingDidChangeNotification not bound
!missing-field! AVSpeechSynthesisAvailableVoicesDidChangeNotification not bound
!missing-field! AVURLAssetOverrideMIMETypeKey not bound
!missing-field! AVVideoCompositionPerFrameHDRDisplayMetadataPolicyGenerate not bound
!missing-field! AVVideoCompositionPerFrameHDRDisplayMetadataPolicyPropagate not bound
!missing-pinvoke! AVCaptureReactionSystemImageNameForType is not bound
!missing-protocol! AVCapturePhotoOutputReadinessCoordinatorDelegate not bound
!missing-protocol-member! AVSpeechSynthesizerDelegate::speechSynthesizer:willSpeakMarker:utterance: not found
!missing-selector! +AVAssetVariantQualifier::predicateForBinauralAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForDownmixAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForImmersiveAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInputTaggedPixelBufferGroupAdaptorWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! +AVAudioApplication::requestRecordPermissionWithCompletionHandler: not bound
!missing-selector! +AVAudioApplication::sharedInstance not bound
!missing-selector! +AVCaptureDevice::reactionEffectGesturesEnabled not bound
!missing-selector! +AVCaptureDevice::reactionEffectsEnabled not bound
!missing-selector! +AVCaptureDevice::setUserPreferredCamera: not bound
@ -369,14 +182,6 @@
!missing-selector! AVAssetWriter::initialMovieFragmentInterval not bound
!missing-selector! AVAssetWriter::setInitialMovieFragmentInterval: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::appendTaggedPixelBufferGroup:withPresentationTime: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInput not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::initWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::pixelBufferPool not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::sourcePixelBufferAttributes not bound
!missing-selector! AVAudioApplication::isInputMuted not bound
!missing-selector! AVAudioApplication::recordPermission not bound
!missing-selector! AVAudioApplication::setInputMuted:error: not bound
!missing-selector! AVAudioApplication::setInputMuteStateChangeHandler:error: not bound
!missing-selector! AVAudioInputNode::setMutedSpeechActivityEventListener: not bound
!missing-selector! AVAudioInputNode::setVoiceProcessingOtherAudioDuckingConfiguration: not bound
!missing-selector! AVAudioInputNode::voiceProcessingOtherAudioDuckingConfiguration not bound
@ -389,59 +194,14 @@
!missing-selector! AVCaptureDevice::reactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceFormat::reactionEffectsSupported not bound
!missing-selector! AVCaptureDeviceFormat::videoFrameRateRangeForReactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::device not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::initWithDevice:previewLayer: not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::previewLayer not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelCapture not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelPreview not bound
!missing-selector! AVCapturePhotoOutput::captureReadiness not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationSupported not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureEnabled not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureSupported not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagEnabled not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagSupported not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationSupported: not bound
!missing-selector! AVCapturePhotoOutput::setResponsiveCaptureEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setZeroShutterLagEnabled: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::captureReadiness not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::delegate not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::initWithPhotoOutput: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::setDelegate: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::startTrackingCaptureRequestUsingPhotoSettings: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::stopTrackingCaptureRequestUsingPhotoSettingsUniqueID: not bound
!missing-selector! AVCaptureReactionEffectState::endTime not bound
!missing-selector! AVCaptureReactionEffectState::reactionType not bound
!missing-selector! AVCaptureReactionEffectState::startTime not bound
!missing-selector! AVCaptureResolvedPhotoSettings::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVMutableVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-selector! AVMutableVideoComposition::setPerFrameHDRDisplayMetadataPolicy: not bound
!missing-selector! AVPlayerLooper::initWithPlayer:templateItem:timeRange:existingItemsOrdering: not bound
!missing-selector! AVSampleBufferDisplayLayer::sampleBufferRenderer not bound
!missing-selector! AVSampleBufferVideoRenderer::error not bound
!missing-selector! AVSampleBufferVideoRenderer::flushWithRemovalOfDisplayedImage:completionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::requiresFlushToResumeDecoding not bound
!missing-selector! AVSampleBufferVideoRenderer::status not bound
!missing-selector! AVSpeechSynthesisMarker::bookmarkName not bound
!missing-selector! AVSpeechSynthesisMarker::initWithBookmarkName:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithParagraphRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithPhonemeString:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithSentenceRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithWordRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::phoneme not bound
!missing-selector! AVSpeechSynthesisMarker::setBookmarkName: not bound
!missing-selector! AVSpeechSynthesisMarker::setPhoneme: not bound
!missing-selector! AVSpeechSynthesisVoice::voiceTraits not bound
!missing-selector! AVVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-type! AVAssetVariantVideoLayoutAttributes not bound
!missing-type! AVAssetWriterInputTaggedPixelBufferGroupAdaptor not bound
!missing-type! AVAudioApplication not bound
!missing-type! AVCaptureDeviceRotationCoordinator not bound
!missing-type! AVCapturePhotoOutputReadinessCoordinator not bound
!missing-type! AVCaptureReactionEffectState not bound
!missing-type! AVMetadataHumanFullBodyObject not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!unknown-field! AVAudioSessionInterruptionNotification bound
!unknown-field! AVAudioSessionInterruptionOptionKey bound
!unknown-field! AVAudioSessionInterruptionTypeKey bound
@ -449,21 +209,12 @@
!unknown-field! AVAudioSessionMediaServicesWereResetNotification bound
!missing-field! AVCaptureDeviceTypeContinuityCamera not bound
!missing-selector! AVCaptureDevice::displayVideoZoomFactorMultiplier not bound
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound
!missing-enum! AVAudioSessionRenderingMode not bound
!missing-enum! CMTagCollectionVideoOutputPreset not bound
@ -473,40 +224,14 @@
!missing-selector! AVPlayer::setVideoOutput: not bound
!missing-selector! AVPlayer::videoOutput not bound
!missing-selector! AVPlayerVideoOutput::copyTaggedBufferGroupForHostTime:presentationTimeStamp:activeConfiguration: not bound
!missing-selector! AVPlayerVideoOutput::initWithSpecification: not bound
!missing-selector! AVPlayerVideoOutputConfiguration::activationTime not bound
!missing-selector! AVPlayerVideoOutputConfiguration::dataChannelDescriptions not bound
!missing-selector! AVPlayerVideoOutputConfiguration::sourcePlayerItem not bound
!missing-selector! AVVideoOutputSpecification::defaultPixelBufferAttributes not bound
!missing-selector! AVVideoOutputSpecification::initWithTagCollections: not bound
!missing-selector! AVVideoOutputSpecification::preferredTagCollections not bound
!missing-selector! AVVideoOutputSpecification::setDefaultPixelBufferAttributes: not bound
!missing-selector! AVVideoOutputSpecification::setOutputPixelBufferAttributes:forTagCollection: not bound
!missing-selector! AVZoomRange::containsZoomFactor: not bound
!missing-selector! AVZoomRange::maxZoomFactor not bound
!missing-selector! AVZoomRange::minZoomFactor not bound
!missing-type! AVPlayerVideoOutput not bound
!missing-type! AVPlayerVideoOutputConfiguration not bound
!missing-type! AVVideoOutputSpecification not bound
!missing-type! AVZoomRange not bound
!missing-enum! AVExternalContentProtectionStatus not bound
!missing-field! AVSampleBufferDisplayLayerReadyForDisplayDidChangeNotification not bound
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:didProvideContentKeyRequests:forInitializationData: not found
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:externalProtectionStatusDidChangeForContentKey: not found
!missing-selector! AVContentKey::externalContentProtectionStatus not bound
!missing-selector! AVContentKey::revoke not bound
!missing-selector! AVSampleBufferDisplayLayer::isReadyForDisplay not bound
!missing-selector! AVSampleBufferVideoRenderer::copyDisplayedPixelBuffer not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMinimumUpcomingSampleBufferPresentationTime: not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMonotonicallyIncreasingUpcomingSampleBufferPresentationTimes not bound
!missing-selector! AVSampleBufferVideoRenderer::loadVideoPerformanceMetricsWithCompletionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::resetUpcomingSampleBufferPresentationTimeExpectations not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfCorruptedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfDroppedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfFramesDisplayedUsingOptimizedCompositing not bound
!missing-selector! AVVideoPerformanceMetrics::totalAccumulatedFrameDelay not bound
!missing-selector! AVVideoPerformanceMetrics::totalNumberOfFrames not bound
!missing-type! AVVideoPerformanceMetrics not bound
!deprecated-attribute-missing! AVAudioEngine::connectMIDI:to:format:block: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVAudioEngine::connectMIDI:toNodes:format:block: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCaptureConnection::isVideoOrientationSupported missing a [Deprecated] attribute

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -15,37 +15,8 @@
!deprecated-attribute-missing! AVMutableComposition::insertTimeRange:ofAsset:atTime:error: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVURLAsset::compatibleTrackForCompositionTrack: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVVideoComposition::isValidForAsset:timeRange:validationDelegate: missing a [Deprecated] attribute
!missing-enum! AVAssetTrackGroupOutputHandling not bound
!missing-enum! AVMIDIControlChangeMessageType not bound
!missing-enum! AVMIDIMetaEventType not bound
!missing-enum! AVSpeechSynthesisMarkerMark not bound
!missing-enum-value! AVError native value AVErrorAirPlayReceiverTemporarilyUnavailable = -11882 not bound
!missing-enum-value! AVError native value AVErrorFailedToLoadSampleData = -11881 not bound
!missing-enum-value! AVError native value AVErrorInvalidSampleCursor = -11880 not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoMultiviewVideo not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoVideo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyAlbum not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyArtist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyChannelLayout not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComments not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComposer not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyCopyright not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyEncodingApplication not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyGenre not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyISRC not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyKeySignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyLyricist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyNominalBitRate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyRecordedDate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceBitDepth not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceEncoder not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySubTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTempo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTimeSignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTrackNumber not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyYear not bound
!missing-field! AVExtendedNoteOnEventDefaultInstrument not bound
!missing-field! AVPlayerInterstitialEventJoinCue not bound
!missing-field! AVPlayerInterstitialEventLeaveCue not bound
@ -54,26 +25,12 @@
!missing-field! AVURLAssetPrimarySessionIdentifierKey not bound
!missing-field! AVVideoTransferFunction_Linear not bound
!missing-protocol-conformance! AVPlayerInterstitialEvent should conform to NSCopying
!missing-selector! +AVAssetPlaybackAssistant::assetPlaybackAssistantWithAsset: not bound
!missing-selector! +AVCaptureDevice::isStudioLightEnabled not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:date: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:time: not bound
!missing-selector! +AVSampleBufferGenerator::notifyOfDataReadyForSampleBuffer:completionHandler: not bound
!missing-selector! +AVSpeechSynthesisProviderVoice::updateSpeechVoices not bound
!missing-selector! +AVSpeechUtterance::speechUtteranceWithSSMLRepresentation: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! AVAssetExportSession::audioTrackGroupHandling not bound
!missing-selector! AVAssetExportSession::setAudioTrackGroupHandling: not bound
!missing-selector! AVAssetPlaybackAssistant::loadPlaybackConfigurationOptionsWithCompletionHandler: not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::isEntireLengthAvailableOnDemand not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::setEntireLengthAvailableOnDemand: not bound
!missing-selector! AVAssetTrack::canProvideSampleCursors not bound
!missing-selector! AVAssetTrack::makeSampleCursorAtFirstSampleInDecodeOrder not bound
!missing-selector! AVAssetTrack::makeSampleCursorAtLastSampleInDecodeOrder not bound
!missing-selector! AVAssetTrack::makeSampleCursorWithPresentationTimeStamp: not bound
!missing-selector! AVAudioEngine::connectMIDI:to:format:eventListBlock: not bound
!missing-selector! AVAudioEngine::connectMIDI:toNodes:format:eventListBlock: not bound
@ -81,16 +38,7 @@
!missing-selector! AVAudioSequencer::removeTrack: not bound
!missing-selector! AVAudioSequencer::reverseEvents not bound
!missing-selector! AVAudioSequencer::setUserCallback: not bound
!missing-selector! AVAudioUnitComponent::configurationDictionary not bound
!missing-selector! AVAudioUnitComponent::icon not bound
!missing-selector! AVAudioUnitComponent::passesAUVal not bound
!missing-selector! AVAudioUnitMIDIInstrument::sendMIDIEventList: not bound
!missing-selector! AVAUPresetEvent::element not bound
!missing-selector! AVAUPresetEvent::initWithScope:element:dictionary: not bound
!missing-selector! AVAUPresetEvent::presetDictionary not bound
!missing-selector! AVAUPresetEvent::scope not bound
!missing-selector! AVAUPresetEvent::setElement: not bound
!missing-selector! AVAUPresetEvent::setScope: not bound
!missing-selector! AVCaptureDevice::companionDeskViewCamera not bound
!missing-selector! AVCaptureDevice::isContinuityCamera not bound
!missing-selector! AVCaptureDevice::isStudioLightActive not bound
@ -105,53 +53,6 @@
!missing-selector! AVCompositionTrack::hasMediaCharacteristic: not bound
!missing-selector! AVCompositionTrack::metadataForFormat: not bound
!missing-selector! AVCompositionTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVExtendedNoteOnEvent::duration not bound
!missing-selector! AVExtendedNoteOnEvent::groupID not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:instrumentID:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::instrumentID not bound
!missing-selector! AVExtendedNoteOnEvent::midiNote not bound
!missing-selector! AVExtendedNoteOnEvent::setDuration: not bound
!missing-selector! AVExtendedNoteOnEvent::setGroupID: not bound
!missing-selector! AVExtendedNoteOnEvent::setInstrumentID: not bound
!missing-selector! AVExtendedNoteOnEvent::setMidiNote: not bound
!missing-selector! AVExtendedNoteOnEvent::setVelocity: not bound
!missing-selector! AVExtendedNoteOnEvent::velocity not bound
!missing-selector! AVExtendedTempoEvent::initWithTempo: not bound
!missing-selector! AVExtendedTempoEvent::setTempo: not bound
!missing-selector! AVExtendedTempoEvent::tempo not bound
!missing-selector! AVMIDIChannelEvent::channel not bound
!missing-selector! AVMIDIChannelEvent::setChannel: not bound
!missing-selector! AVMIDIChannelPressureEvent::initWithChannel:pressure: not bound
!missing-selector! AVMIDIChannelPressureEvent::pressure not bound
!missing-selector! AVMIDIChannelPressureEvent::setPressure: not bound
!missing-selector! AVMIDIControlChangeEvent::initWithChannel:messageType:value: not bound
!missing-selector! AVMIDIControlChangeEvent::messageType not bound
!missing-selector! AVMIDIControlChangeEvent::value not bound
!missing-selector! AVMIDIMetaEvent::initWithType:data: not bound
!missing-selector! AVMIDIMetaEvent::type not bound
!missing-selector! AVMIDINoteEvent::channel not bound
!missing-selector! AVMIDINoteEvent::duration not bound
!missing-selector! AVMIDINoteEvent::initWithChannel:key:velocity:duration: not bound
!missing-selector! AVMIDINoteEvent::key not bound
!missing-selector! AVMIDINoteEvent::setChannel: not bound
!missing-selector! AVMIDINoteEvent::setDuration: not bound
!missing-selector! AVMIDINoteEvent::setKey: not bound
!missing-selector! AVMIDINoteEvent::setVelocity: not bound
!missing-selector! AVMIDINoteEvent::velocity not bound
!missing-selector! AVMIDIPitchBendEvent::initWithChannel:value: not bound
!missing-selector! AVMIDIPitchBendEvent::setValue: not bound
!missing-selector! AVMIDIPitchBendEvent::value not bound
!missing-selector! AVMIDIPolyPressureEvent::initWithChannel:key:pressure: not bound
!missing-selector! AVMIDIPolyPressureEvent::key not bound
!missing-selector! AVMIDIPolyPressureEvent::pressure not bound
!missing-selector! AVMIDIPolyPressureEvent::setKey: not bound
!missing-selector! AVMIDIPolyPressureEvent::setPressure: not bound
!missing-selector! AVMIDIProgramChangeEvent::initWithChannel:programNumber: not bound
!missing-selector! AVMIDIProgramChangeEvent::programNumber not bound
!missing-selector! AVMIDIProgramChangeEvent::setProgramNumber: not bound
!missing-selector! AVMIDISysexEvent::initWithData: not bound
!missing-selector! AVMIDISysexEvent::sizeInBytes not bound
!missing-selector! AVMusicTrack::addEvent:atBeat: not bound
!missing-selector! AVMusicTrack::clearEventsInRange: not bound
!missing-selector! AVMusicTrack::copyAndMergeEventsInRange:fromTrack:mergeAtBeat: not bound
@ -161,8 +62,6 @@
!missing-selector! AVMusicTrack::moveEventsInRange:byAmount: not bound
!missing-selector! AVMusicTrack::setUsesAutomatedParameters: not bound
!missing-selector! AVMusicTrack::usesAutomatedParameters not bound
!missing-selector! AVMusicUserEvent::initWithData: not bound
!missing-selector! AVMusicUserEvent::sizeInBytes not bound
!missing-selector! AVMutableComposition::insertTimeRange:ofAsset:atTime:completionHandler: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsBestMatchingPreferredLanguages: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys: not bound
@ -174,117 +73,20 @@
!missing-selector! AVMutableMovieTrack::metadataForFormat: not bound
!missing-selector! AVMutableMovieTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVMutableMovieTrack::segmentForTrackTime: not bound
!missing-selector! AVParameterEvent::element not bound
!missing-selector! AVParameterEvent::initWithParameterID:scope:element:value: not bound
!missing-selector! AVParameterEvent::parameterID not bound
!missing-selector! AVParameterEvent::scope not bound
!missing-selector! AVParameterEvent::setElement: not bound
!missing-selector! AVParameterEvent::setParameterID: not bound
!missing-selector! AVParameterEvent::setScope: not bound
!missing-selector! AVParameterEvent::setValue: not bound
!missing-selector! AVParameterEvent::value not bound
!missing-selector! AVPlayer::defaultRate not bound
!missing-selector! AVPlayer::setDefaultRate: not bound
!missing-selector! AVPlayerInterstitialEvent::alignsResumptionWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::alignsStartWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::cue not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsResumptionWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsStartWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setCue: not bound
!missing-selector! AVPlayerInterstitialEvent::setDate: not bound
!missing-selector! AVPlayerInterstitialEvent::setIdentifier: not bound
!missing-selector! AVPlayerInterstitialEvent::setPlayoutLimit: not bound
!missing-selector! AVPlayerInterstitialEvent::setPrimaryItem: not bound
!missing-selector! AVPlayerInterstitialEvent::setRestrictions: not bound
!missing-selector! AVPlayerInterstitialEvent::setResumptionOffset: not bound
!missing-selector! AVPlayerInterstitialEvent::setTemplateItems: not bound
!missing-selector! AVPlayerInterstitialEvent::setTime: not bound
!missing-selector! AVPlayerInterstitialEvent::setUserDefinedAttributes: not bound
!missing-selector! AVPlayerInterstitialEvent::setWillPlayOnce: not bound
!missing-selector! AVPlayerInterstitialEvent::willPlayOnce not bound
!missing-selector! AVRouteDetector::detectsCustomRoutes not bound
!missing-selector! AVRouteDetector::setDetectsCustomRoutes: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:addingToBatch:error: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:error: not bound
!missing-selector! AVSampleBufferGenerator::initWithAsset:timebase: not bound
!missing-selector! AVSampleBufferGenerator::makeBatch not bound
!missing-selector! AVSampleBufferGeneratorBatch::cancel not bound
!missing-selector! AVSampleBufferGeneratorBatch::makeDataReadyWithCompletionHandler: not bound
!missing-selector! AVSampleBufferRequest::direction not bound
!missing-selector! AVSampleBufferRequest::initWithStartCursor: not bound
!missing-selector! AVSampleBufferRequest::limitCursor not bound
!missing-selector! AVSampleBufferRequest::maxSampleCount not bound
!missing-selector! AVSampleBufferRequest::mode not bound
!missing-selector! AVSampleBufferRequest::overrideTime not bound
!missing-selector! AVSampleBufferRequest::preferredMinSampleCount not bound
!missing-selector! AVSampleBufferRequest::setDirection: not bound
!missing-selector! AVSampleBufferRequest::setLimitCursor: not bound
!missing-selector! AVSampleBufferRequest::setMaxSampleCount: not bound
!missing-selector! AVSampleBufferRequest::setMode: not bound
!missing-selector! AVSampleBufferRequest::setOverrideTime: not bound
!missing-selector! AVSampleBufferRequest::setPreferredMinSampleCount: not bound
!missing-selector! AVSampleBufferRequest::startCursor not bound
!missing-selector! AVSpeechSynthesisMarker::byteSampleOffset not bound
!missing-selector! AVSpeechSynthesisMarker::initWithMarkerType:forTextRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::mark not bound
!missing-selector! AVSpeechSynthesisMarker::setByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::setMark: not bound
!missing-selector! AVSpeechSynthesisMarker::setTextRange: not bound
!missing-selector! AVSpeechSynthesisMarker::textRange not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::cancelSpeechRequest not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechSynthesisOutputMetadataBlock: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechVoices: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechSynthesisOutputMetadataBlock not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechVoices not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::synthesizeSpeechRequest: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::initWithSSMLRepresentation:voice: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::ssmlRepresentation not bound
!missing-selector! AVSpeechSynthesisProviderRequest::voice not bound
!missing-selector! AVSpeechSynthesisProviderVoice::age not bound
!missing-selector! AVSpeechSynthesisProviderVoice::gender not bound
!missing-selector! AVSpeechSynthesisProviderVoice::identifier not bound
!missing-selector! AVSpeechSynthesisProviderVoice::initWithName:identifier:primaryLanguages:supportedLanguages: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::name not bound
!missing-selector! AVSpeechSynthesisProviderVoice::primaryLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setAge: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setGender: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVersion: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVoiceSize: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::supportedLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::version not bound
!missing-selector! AVSpeechSynthesisProviderVoice::voiceSize not bound
!missing-selector! AVSpeechSynthesizer::writeUtterance:toBufferCallback:toMarkerCallback: not bound
!missing-selector! AVSpeechUtterance::initWithSSMLRepresentation: not bound
!missing-selector! AVURLAsset::httpSessionIdentifier not bound
!missing-selector! AVVideoComposition::determineValidityForAsset:timeRange:validationDelegate:completionHandler: not bound
!missing-type! AVAssetPlaybackAssistant not bound
!missing-type! AVAUPresetEvent not bound
!missing-type! AVExtendedNoteOnEvent not bound
!missing-type! AVExtendedTempoEvent not bound
!missing-type! AVMIDIChannelEvent not bound
!missing-type! AVMIDIChannelPressureEvent not bound
!missing-type! AVMIDIControlChangeEvent not bound
!missing-type! AVMIDIMetaEvent not bound
!missing-type! AVMIDINoteEvent not bound
!missing-type! AVMIDIPitchBendEvent not bound
!missing-type! AVMIDIPolyPressureEvent not bound
!missing-type! AVMIDIProgramChangeEvent not bound
!missing-type! AVMIDISysexEvent not bound
!missing-type! AVMusicEvent not bound
!missing-type! AVMusicUserEvent not bound
!missing-type! AVParameterEvent not bound
!missing-type! AVSampleBufferGenerator not bound
!missing-type! AVSampleBufferGeneratorBatch not bound
!missing-type! AVSampleBufferRequest not bound
!missing-type! AVSpeechSynthesisMarker not bound
!missing-type! AVSpeechSynthesisProviderAudioUnit not bound
!missing-type! AVSpeechSynthesisProviderRequest not bound
!missing-type! AVSpeechSynthesisProviderVoice not bound
!missing-enum-value! AVSpeechSynthesisVoiceQuality native value AVSpeechSynthesisVoiceQualityPremium = 3 not bound
!missing-selector! AVPlayerLayer::copyDisplayedPixelBuffer not bound
!missing-enum! AVPlayerInterstitialEventAssetListResponseStatus not bound
!missing-enum-value! AVError native value AVErrorEncodeFailed = -11883 not bound
!missing-enum-value! AVError native value AVErrorSandboxExtensionDenied = -11884 not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeErrorKey not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification not bound
@ -308,14 +110,6 @@
!deprecated-attribute-missing! AVSampleBufferDisplayLayer::stopRequestingMediaData missing a [Deprecated] attribute
!deprecated-attribute-missing! AVSampleBufferDisplayLayer::timebase missing a [Deprecated] attribute
!extra-designated-initializer! AVPlayerLooper::initWithPlayer:templateItem:timeRange: is incorrectly decorated with an [DesignatedInitializer] attribute
!missing-enum! AVAudioApplicationRecordPermission not bound
!missing-enum! AVAudioVoiceProcessingOtherAudioDuckingLevel not bound
!missing-enum! AVAudioVoiceProcessingSpeechActivityEvent not bound
!missing-enum! AVCapturePhotoOutputCaptureReadiness not bound
!missing-enum! AVPlayerLooperItemOrdering not bound
!missing-enum! AVSpeechSynthesisPersonalVoiceAuthorizationStatus not bound
!missing-enum! AVSpeechSynthesisVoiceTraits not bound
!missing-enum-value! AVAudioSessionInterruptionReason native value AVAudioSessionInterruptionReasonRouteDisconnected = 4 not bound
!missing-field! AVAssetExportPresetMVHEVC1440x1440 not bound
!missing-field! AVAssetExportPresetMVHEVC960x960 not bound
!missing-field! AVAudioApplicationInputMuteStateChangeNotification not bound
@ -341,23 +135,17 @@
!missing-field! AVMetadataObjectTypeHumanFullBody not bound
!missing-field! AVOutputSettingsPresetMVHEVC1440x1440 not bound
!missing-field! AVOutputSettingsPresetMVHEVC960x960 not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotification not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotificationErrorKey not bound
!missing-field! AVSampleBufferVideoRendererRequiresFlushToResumeDecodingDidChangeNotification not bound
!missing-field! AVSpeechSynthesisAvailableVoicesDidChangeNotification not bound
!missing-field! AVURLAssetOverrideMIMETypeKey not bound
!missing-field! AVVideoCompositionPerFrameHDRDisplayMetadataPolicyGenerate not bound
!missing-field! AVVideoCompositionPerFrameHDRDisplayMetadataPolicyPropagate not bound
!missing-pinvoke! AVCaptureReactionSystemImageNameForType is not bound
!missing-protocol! AVCapturePhotoOutputReadinessCoordinatorDelegate not bound
!missing-protocol-member! AVCapturePhotoCaptureDelegate::captureOutput:didFinishCapturingDeferredPhotoProxy:error: not found
!missing-protocol-member! AVSpeechSynthesizerDelegate::speechSynthesizer:willSpeakMarker:utterance: not found
!missing-selector! +AVAssetVariantQualifier::predicateForBinauralAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForDownmixAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForImmersiveAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInputTaggedPixelBufferGroupAdaptorWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! +AVAudioApplication::requestRecordPermissionWithCompletionHandler: not bound
!missing-selector! +AVAudioApplication::sharedInstance not bound
!missing-selector! +AVCaptureDevice::reactionEffectGesturesEnabled not bound
!missing-selector! +AVCaptureDevice::reactionEffectsEnabled not bound
!missing-selector! +AVCaptureDevice::setUserPreferredCamera: not bound
@ -373,13 +161,6 @@
!missing-selector! AVAssetWriter::initialMovieFragmentInterval not bound
!missing-selector! AVAssetWriter::setInitialMovieFragmentInterval: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::appendTaggedPixelBufferGroup:withPresentationTime: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInput not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::initWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::pixelBufferPool not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::sourcePixelBufferAttributes not bound
!missing-selector! AVAudioApplication::isInputMuted not bound
!missing-selector! AVAudioApplication::recordPermission not bound
!missing-selector! AVAudioApplication::setInputMuted:error: not bound
!missing-selector! AVAudioInputNode::setMutedSpeechActivityEventListener: not bound
!missing-selector! AVAudioInputNode::setVoiceProcessingOtherAudioDuckingConfiguration: not bound
!missing-selector! AVAudioInputNode::voiceProcessingOtherAudioDuckingConfiguration not bound
@ -394,83 +175,23 @@
!missing-selector! AVCaptureDevice::reactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceFormat::reactionEffectsSupported not bound
!missing-selector! AVCaptureDeviceFormat::videoFrameRateRangeForReactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::device not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::initWithDevice:previewLayer: not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::previewLayer not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelCapture not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelPreview not bound
!missing-selector! AVCapturePhotoOutput::captureReadiness not bound
!missing-selector! AVCapturePhotoOutput::isAutoDeferredPhotoDeliveryEnabled not bound
!missing-selector! AVCapturePhotoOutput::isAutoDeferredPhotoDeliverySupported not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationSupported not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureEnabled not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureSupported not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagEnabled not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagSupported not bound
!missing-selector! AVCapturePhotoOutput::setAutoDeferredPhotoDeliveryEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationSupported: not bound
!missing-selector! AVCapturePhotoOutput::setResponsiveCaptureEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setZeroShutterLagEnabled: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::captureReadiness not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::delegate not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::initWithPhotoOutput: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::setDelegate: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::startTrackingCaptureRequestUsingPhotoSettings: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::stopTrackingCaptureRequestUsingPhotoSettingsUniqueID: not bound
!missing-selector! AVCaptureReactionEffectState::endTime not bound
!missing-selector! AVCaptureReactionEffectState::reactionType not bound
!missing-selector! AVCaptureReactionEffectState::startTime not bound
!missing-selector! AVCaptureResolvedPhotoSettings::deferredPhotoProxyDimensions not bound
!missing-selector! AVCaptureResolvedPhotoSettings::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVMutableVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-selector! AVMutableVideoComposition::setPerFrameHDRDisplayMetadataPolicy: not bound
!missing-selector! AVPlayerLooper::initWithPlayer:templateItem:timeRange:existingItemsOrdering: not bound
!missing-selector! AVSampleBufferDisplayLayer::sampleBufferRenderer not bound
!missing-selector! AVSampleBufferVideoRenderer::error not bound
!missing-selector! AVSampleBufferVideoRenderer::flushWithRemovalOfDisplayedImage:completionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::requiresFlushToResumeDecoding not bound
!missing-selector! AVSampleBufferVideoRenderer::status not bound
!missing-selector! AVSpeechSynthesisMarker::bookmarkName not bound
!missing-selector! AVSpeechSynthesisMarker::initWithBookmarkName:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithParagraphRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithPhonemeString:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithSentenceRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithWordRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::phoneme not bound
!missing-selector! AVSpeechSynthesisMarker::setBookmarkName: not bound
!missing-selector! AVSpeechSynthesisMarker::setPhoneme: not bound
!missing-selector! AVSpeechSynthesisVoice::voiceTraits not bound
!missing-selector! AVVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-type! AVAssetVariantVideoLayoutAttributes not bound
!missing-type! AVAssetWriterInputTaggedPixelBufferGroupAdaptor not bound
!missing-type! AVAudioApplication not bound
!missing-type! AVCaptureDeferredPhotoProxy not bound
!missing-type! AVCaptureDeviceRotationCoordinator not bound
!missing-type! AVCapturePhotoOutputReadinessCoordinator not bound
!missing-type! AVCaptureReactionEffectState not bound
!missing-type! AVMetadataHumanFullBodyObject not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!missing-field! AVCaptureDeviceTypeContinuityCamera not bound
!deprecated-attribute-missing! AVCaptureDeviceFormat::supportedVideoZoomFactorsForDepthDataDelivery missing a [Deprecated] attribute
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-enum-value! AVCaptureSystemPressureFactors native value AVCaptureSystemPressureFactorCameraTemperature = 8 not bound
!missing-enum-value! AVCaptureVideoStabilizationMode native value AVCaptureVideoStabilizationModePreviewOptimized = 4 not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound
!missing-enum! CMTagCollectionVideoOutputPreset not bound
!missing-field! AVVideoDecompressionPropertiesKey not bound
@ -480,37 +201,11 @@
!missing-selector! AVPlayer::setVideoOutput: not bound
!missing-selector! AVPlayer::videoOutput not bound
!missing-selector! AVPlayerVideoOutput::copyTaggedBufferGroupForHostTime:presentationTimeStamp:activeConfiguration: not bound
!missing-selector! AVPlayerVideoOutput::initWithSpecification: not bound
!missing-selector! AVPlayerVideoOutputConfiguration::activationTime not bound
!missing-selector! AVPlayerVideoOutputConfiguration::dataChannelDescriptions not bound
!missing-selector! AVPlayerVideoOutputConfiguration::sourcePlayerItem not bound
!missing-selector! AVVideoOutputSpecification::defaultPixelBufferAttributes not bound
!missing-selector! AVVideoOutputSpecification::initWithTagCollections: not bound
!missing-selector! AVVideoOutputSpecification::preferredTagCollections not bound
!missing-selector! AVVideoOutputSpecification::setDefaultPixelBufferAttributes: not bound
!missing-selector! AVVideoOutputSpecification::setOutputPixelBufferAttributes:forTagCollection: not bound
!missing-selector! AVZoomRange::containsZoomFactor: not bound
!missing-selector! AVZoomRange::maxZoomFactor not bound
!missing-selector! AVZoomRange::minZoomFactor not bound
!missing-type! AVPlayerVideoOutput not bound
!missing-type! AVPlayerVideoOutputConfiguration not bound
!missing-type! AVVideoOutputSpecification not bound
!missing-type! AVZoomRange not bound
!missing-enum! AVExternalContentProtectionStatus not bound
!missing-field! AVSampleBufferDisplayLayerReadyForDisplayDidChangeNotification not bound
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:didProvideContentKeyRequests:forInitializationData: not found
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:externalProtectionStatusDidChangeForContentKey: not found
!missing-selector! AVContentKey::externalContentProtectionStatus not bound
!missing-selector! AVContentKey::revoke not bound
!missing-selector! AVSampleBufferDisplayLayer::isReadyForDisplay not bound
!missing-selector! AVSampleBufferVideoRenderer::copyDisplayedPixelBuffer not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMinimumUpcomingSampleBufferPresentationTime: not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMonotonicallyIncreasingUpcomingSampleBufferPresentationTimes not bound
!missing-selector! AVSampleBufferVideoRenderer::loadVideoPerformanceMetricsWithCompletionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::resetUpcomingSampleBufferPresentationTimeExpectations not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfCorruptedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfDroppedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfFramesDisplayedUsingOptimizedCompositing not bound
!missing-selector! AVVideoPerformanceMetrics::totalAccumulatedFrameDelay not bound
!missing-selector! AVVideoPerformanceMetrics::totalNumberOfFrames not bound
!missing-type! AVVideoPerformanceMetrics not bound

Просмотреть файл

@ -14,38 +14,9 @@
!deprecated-attribute-missing! AVMutableComposition::insertTimeRange:ofAsset:atTime:error: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVURLAsset::compatibleTrackForCompositionTrack: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVVideoComposition::isValidForAsset:timeRange:validationDelegate: missing a [Deprecated] attribute
!missing-enum! AVAssetTrackGroupOutputHandling not bound
!missing-enum! AVCapturePhotoQualityPrioritization not bound
!missing-enum! AVMIDIControlChangeMessageType not bound
!missing-enum! AVMIDIMetaEventType not bound
!missing-enum! AVSpeechSynthesisMarkerMark not bound
!missing-enum-value! AVError native value AVErrorAirPlayReceiverTemporarilyUnavailable = -11882 not bound
!missing-enum-value! AVError native value AVErrorFailedToLoadSampleData = -11881 not bound
!missing-enum-value! AVError native value AVErrorInvalidSampleCursor = -11880 not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoMultiviewVideo not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoVideo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyAlbum not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyApproximateDurationInSeconds not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyArtist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyChannelLayout not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComments not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyComposer not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyCopyright not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyEncodingApplication not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyGenre not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyISRC not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyKeySignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyLyricist not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyNominalBitRate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyRecordedDate not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceBitDepth not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySourceEncoder not bound
!missing-field! AVAudioSequencerInfoDictionaryKeySubTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTempo not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTimeSignature not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTitle not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyTrackNumber not bound
!missing-field! AVAudioSequencerInfoDictionaryKeyYear not bound
!missing-field! AVCaptureDeviceTypeDeskViewCamera not bound
!missing-field! AVExtendedNoteOnEventDefaultInstrument not bound
!missing-field! AVPlayerInterstitialEventJoinCue not bound
@ -56,22 +27,12 @@
!missing-field! AVVideoTransferFunction_Linear not bound
!missing-protocol! AVCaptureMetadataOutputObjectsDelegate not bound
!missing-protocol-conformance! AVPlayerInterstitialEvent should conform to NSCopying
!missing-selector! +AVAssetPlaybackAssistant::assetPlaybackAssistantWithAsset: not bound
!missing-selector! +AVCaptureDevice::isStudioLightEnabled not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! +AVMutableVideoComposition::videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:date: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:time: not bound
!missing-selector! +AVSpeechSynthesisProviderVoice::updateSpeechVoices not bound
!missing-selector! +AVSpeechUtterance::speechUtteranceWithSSMLRepresentation: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler: not bound
!missing-selector! +AVVideoComposition::videoCompositionWithPropertiesOfAsset:completionHandler: not bound
!missing-selector! AVAssetExportSession::audioTrackGroupHandling not bound
!missing-selector! AVAssetExportSession::setAudioTrackGroupHandling: not bound
!missing-selector! AVAssetPlaybackAssistant::loadPlaybackConfigurationOptionsWithCompletionHandler: not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::isEntireLengthAvailableOnDemand not bound
!missing-selector! AVAssetResourceLoadingContentInformationRequest::setEntireLengthAvailableOnDemand: not bound
!missing-selector! AVAudioEngine::connectMIDI:to:format:eventListBlock: not bound
!missing-selector! AVAudioEngine::connectMIDI:toNodes:format:eventListBlock: not bound
!missing-selector! AVAudioSequencer::createAndAppendTrack not bound
@ -79,12 +40,6 @@
!missing-selector! AVAudioSequencer::reverseEvents not bound
!missing-selector! AVAudioSequencer::setUserCallback: not bound
!missing-selector! AVAudioUnitMIDIInstrument::sendMIDIEventList: not bound
!missing-selector! AVAUPresetEvent::element not bound
!missing-selector! AVAUPresetEvent::initWithScope:element:dictionary: not bound
!missing-selector! AVAUPresetEvent::presetDictionary not bound
!missing-selector! AVAUPresetEvent::scope not bound
!missing-selector! AVAUPresetEvent::setElement: not bound
!missing-selector! AVAUPresetEvent::setScope: not bound
!missing-selector! AVCaptionRegion::isEqual: not bound
!missing-selector! AVCaptureDevice::companionDeskViewCamera not bound
!missing-selector! AVCaptureDevice::isContinuityCamera not bound
@ -114,53 +69,6 @@
!missing-selector! AVCompositionTrack::hasMediaCharacteristic: not bound
!missing-selector! AVCompositionTrack::metadataForFormat: not bound
!missing-selector! AVCompositionTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVExtendedNoteOnEvent::duration not bound
!missing-selector! AVExtendedNoteOnEvent::groupID not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::initWithMIDINote:velocity:instrumentID:groupID:duration: not bound
!missing-selector! AVExtendedNoteOnEvent::instrumentID not bound
!missing-selector! AVExtendedNoteOnEvent::midiNote not bound
!missing-selector! AVExtendedNoteOnEvent::setDuration: not bound
!missing-selector! AVExtendedNoteOnEvent::setGroupID: not bound
!missing-selector! AVExtendedNoteOnEvent::setInstrumentID: not bound
!missing-selector! AVExtendedNoteOnEvent::setMidiNote: not bound
!missing-selector! AVExtendedNoteOnEvent::setVelocity: not bound
!missing-selector! AVExtendedNoteOnEvent::velocity not bound
!missing-selector! AVExtendedTempoEvent::initWithTempo: not bound
!missing-selector! AVExtendedTempoEvent::setTempo: not bound
!missing-selector! AVExtendedTempoEvent::tempo not bound
!missing-selector! AVMIDIChannelEvent::channel not bound
!missing-selector! AVMIDIChannelEvent::setChannel: not bound
!missing-selector! AVMIDIChannelPressureEvent::initWithChannel:pressure: not bound
!missing-selector! AVMIDIChannelPressureEvent::pressure not bound
!missing-selector! AVMIDIChannelPressureEvent::setPressure: not bound
!missing-selector! AVMIDIControlChangeEvent::initWithChannel:messageType:value: not bound
!missing-selector! AVMIDIControlChangeEvent::messageType not bound
!missing-selector! AVMIDIControlChangeEvent::value not bound
!missing-selector! AVMIDIMetaEvent::initWithType:data: not bound
!missing-selector! AVMIDIMetaEvent::type not bound
!missing-selector! AVMIDINoteEvent::channel not bound
!missing-selector! AVMIDINoteEvent::duration not bound
!missing-selector! AVMIDINoteEvent::initWithChannel:key:velocity:duration: not bound
!missing-selector! AVMIDINoteEvent::key not bound
!missing-selector! AVMIDINoteEvent::setChannel: not bound
!missing-selector! AVMIDINoteEvent::setDuration: not bound
!missing-selector! AVMIDINoteEvent::setKey: not bound
!missing-selector! AVMIDINoteEvent::setVelocity: not bound
!missing-selector! AVMIDINoteEvent::velocity not bound
!missing-selector! AVMIDIPitchBendEvent::initWithChannel:value: not bound
!missing-selector! AVMIDIPitchBendEvent::setValue: not bound
!missing-selector! AVMIDIPitchBendEvent::value not bound
!missing-selector! AVMIDIPolyPressureEvent::initWithChannel:key:pressure: not bound
!missing-selector! AVMIDIPolyPressureEvent::key not bound
!missing-selector! AVMIDIPolyPressureEvent::pressure not bound
!missing-selector! AVMIDIPolyPressureEvent::setKey: not bound
!missing-selector! AVMIDIPolyPressureEvent::setPressure: not bound
!missing-selector! AVMIDIProgramChangeEvent::initWithChannel:programNumber: not bound
!missing-selector! AVMIDIProgramChangeEvent::programNumber not bound
!missing-selector! AVMIDIProgramChangeEvent::setProgramNumber: not bound
!missing-selector! AVMIDISysexEvent::initWithData: not bound
!missing-selector! AVMIDISysexEvent::sizeInBytes not bound
!missing-selector! AVMusicTrack::addEvent:atBeat: not bound
!missing-selector! AVMusicTrack::clearEventsInRange: not bound
!missing-selector! AVMusicTrack::copyAndMergeEventsInRange:fromTrack:mergeAtBeat: not bound
@ -170,8 +78,6 @@
!missing-selector! AVMusicTrack::moveEventsInRange:byAmount: not bound
!missing-selector! AVMusicTrack::setUsesAutomatedParameters: not bound
!missing-selector! AVMusicTrack::usesAutomatedParameters not bound
!missing-selector! AVMusicUserEvent::initWithData: not bound
!missing-selector! AVMusicUserEvent::sizeInBytes not bound
!missing-selector! AVMutableComposition::insertTimeRange:ofAsset:atTime:completionHandler: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsBestMatchingPreferredLanguages: not bound
!missing-selector! AVMutableMovie::chapterMetadataGroupsWithTitleLocale:containingItemsWithCommonKeys: not bound
@ -183,95 +89,18 @@
!missing-selector! AVMutableMovieTrack::metadataForFormat: not bound
!missing-selector! AVMutableMovieTrack::samplePresentationTimeForTrackTime: not bound
!missing-selector! AVMutableMovieTrack::segmentForTrackTime: not bound
!missing-selector! AVParameterEvent::element not bound
!missing-selector! AVParameterEvent::initWithParameterID:scope:element:value: not bound
!missing-selector! AVParameterEvent::parameterID not bound
!missing-selector! AVParameterEvent::scope not bound
!missing-selector! AVParameterEvent::setElement: not bound
!missing-selector! AVParameterEvent::setParameterID: not bound
!missing-selector! AVParameterEvent::setScope: not bound
!missing-selector! AVParameterEvent::setValue: not bound
!missing-selector! AVParameterEvent::value not bound
!missing-selector! AVPlayer::defaultRate not bound
!missing-selector! AVPlayer::setDefaultRate: not bound
!missing-selector! AVPlayerInterstitialEvent::alignsResumptionWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::alignsStartWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::cue not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsResumptionWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsStartWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setCue: not bound
!missing-selector! AVPlayerInterstitialEvent::setDate: not bound
!missing-selector! AVPlayerInterstitialEvent::setIdentifier: not bound
!missing-selector! AVPlayerInterstitialEvent::setPlayoutLimit: not bound
!missing-selector! AVPlayerInterstitialEvent::setPrimaryItem: not bound
!missing-selector! AVPlayerInterstitialEvent::setRestrictions: not bound
!missing-selector! AVPlayerInterstitialEvent::setResumptionOffset: not bound
!missing-selector! AVPlayerInterstitialEvent::setTemplateItems: not bound
!missing-selector! AVPlayerInterstitialEvent::setTime: not bound
!missing-selector! AVPlayerInterstitialEvent::setUserDefinedAttributes: not bound
!missing-selector! AVPlayerInterstitialEvent::setWillPlayOnce: not bound
!missing-selector! AVPlayerInterstitialEvent::willPlayOnce not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:addingToBatch:error: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:error: not bound
!missing-selector! AVSampleBufferGenerator::makeBatch not bound
!missing-selector! AVSampleBufferGeneratorBatch::cancel not bound
!missing-selector! AVSampleBufferGeneratorBatch::makeDataReadyWithCompletionHandler: not bound
!missing-selector! AVSpeechSynthesisMarker::byteSampleOffset not bound
!missing-selector! AVSpeechSynthesisMarker::initWithMarkerType:forTextRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::mark not bound
!missing-selector! AVSpeechSynthesisMarker::setByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::setMark: not bound
!missing-selector! AVSpeechSynthesisMarker::setTextRange: not bound
!missing-selector! AVSpeechSynthesisMarker::textRange not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::cancelSpeechRequest not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechSynthesisOutputMetadataBlock: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::setSpeechVoices: not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechSynthesisOutputMetadataBlock not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::speechVoices not bound
!missing-selector! AVSpeechSynthesisProviderAudioUnit::synthesizeSpeechRequest: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::initWithSSMLRepresentation:voice: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::ssmlRepresentation not bound
!missing-selector! AVSpeechSynthesisProviderRequest::voice not bound
!missing-selector! AVSpeechSynthesisProviderVoice::age not bound
!missing-selector! AVSpeechSynthesisProviderVoice::gender not bound
!missing-selector! AVSpeechSynthesisProviderVoice::identifier not bound
!missing-selector! AVSpeechSynthesisProviderVoice::initWithName:identifier:primaryLanguages:supportedLanguages: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::name not bound
!missing-selector! AVSpeechSynthesisProviderVoice::primaryLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setAge: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setGender: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVersion: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVoiceSize: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::supportedLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::version not bound
!missing-selector! AVSpeechSynthesisProviderVoice::voiceSize not bound
!missing-selector! AVSpeechSynthesizer::writeUtterance:toBufferCallback:toMarkerCallback: not bound
!missing-selector! AVSpeechUtterance::initWithSSMLRepresentation: not bound
!missing-selector! AVURLAsset::httpSessionIdentifier not bound
!missing-selector! AVVideoComposition::determineValidityForAsset:timeRange:validationDelegate:completionHandler: not bound
!missing-type! AVAssetPlaybackAssistant not bound
!missing-type! AVAUPresetEvent not bound
!missing-type! AVCaptureMetadataOutput not bound
!missing-type! AVExtendedNoteOnEvent not bound
!missing-type! AVExtendedTempoEvent not bound
!missing-type! AVMIDIChannelEvent not bound
!missing-type! AVMIDIChannelPressureEvent not bound
!missing-type! AVMIDIControlChangeEvent not bound
!missing-type! AVMIDIMetaEvent not bound
!missing-type! AVMIDINoteEvent not bound
!missing-type! AVMIDIPitchBendEvent not bound
!missing-type! AVMIDIPolyPressureEvent not bound
!missing-type! AVMIDIProgramChangeEvent not bound
!missing-type! AVMIDISysexEvent not bound
!missing-type! AVMusicEvent not bound
!missing-type! AVMusicUserEvent not bound
!missing-type! AVParameterEvent not bound
!missing-type! AVSampleBufferGeneratorBatch not bound
!missing-type! AVSpeechSynthesisMarker not bound
!missing-type! AVSpeechSynthesisProviderAudioUnit not bound
!missing-type! AVSpeechSynthesisProviderRequest not bound
!missing-type! AVSpeechSynthesisProviderVoice not bound
!missing-enum-value! AVSpeechSynthesisVoiceQuality native value AVSpeechSynthesisVoiceQualityPremium = 3 not bound
!missing-selector! AVPlayerLayer::copyDisplayedPixelBuffer not bound
!missing-selector! AVCaptureDeskViewApplication::presentWithCompletionHandler: not bound
!missing-selector! AVCaptureDeskViewApplication::presentWithLaunchConfiguration:completionHandler: not bound
@ -281,9 +110,6 @@
!missing-selector! AVCaptureDeskViewApplicationLaunchConfiguration::setRequiresSetUpModeCompletion: not bound
!missing-type! AVCaptureDeskViewApplication not bound
!missing-type! AVCaptureDeskViewApplicationLaunchConfiguration not bound
!missing-enum! AVPlayerInterstitialEventAssetListResponseStatus not bound
!missing-enum-value! AVError native value AVErrorEncodeFailed = -11883 not bound
!missing-enum-value! AVError native value AVErrorSandboxExtensionDenied = -11884 not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeErrorKey not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey not bound
!missing-field! AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification not bound
@ -305,13 +131,6 @@
!extra-enum-value! Managed value 1684369017 for AVAudioSessionRecordPermission.Denied is available for the current platform while the value in the native header is not
!extra-enum-value! Managed value 1735552628 for AVAudioSessionRecordPermission.Granted is available for the current platform while the value in the native header is not
!extra-enum-value! Managed value 1970168948 for AVAudioSessionRecordPermission.Undetermined is available for the current platform while the value in the native header is not
!missing-enum! AVAudioApplicationRecordPermission not bound
!missing-enum! AVAudioVoiceProcessingOtherAudioDuckingLevel not bound
!missing-enum! AVAudioVoiceProcessingSpeechActivityEvent not bound
!missing-enum! AVCapturePhotoOutputCaptureReadiness not bound
!missing-enum! AVPlayerLooperItemOrdering not bound
!missing-enum! AVSpeechSynthesisPersonalVoiceAuthorizationStatus not bound
!missing-enum! AVSpeechSynthesisVoiceTraits not bound
!missing-field! AVAssetExportPresetMVHEVC1440x1440 not bound
!missing-field! AVAssetExportPresetMVHEVC960x960 not bound
!missing-field! AVAudioApplicationInputMuteStateChangeNotification not bound
@ -336,22 +155,16 @@
!missing-field! AVMetadataObjectTypeHumanFullBody not bound
!missing-field! AVOutputSettingsPresetMVHEVC1440x1440 not bound
!missing-field! AVOutputSettingsPresetMVHEVC960x960 not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotification not bound
!missing-field! AVSampleBufferVideoRendererDidFailToDecodeNotificationErrorKey not bound
!missing-field! AVSampleBufferVideoRendererRequiresFlushToResumeDecodingDidChangeNotification not bound
!missing-field! AVSpeechSynthesisAvailableVoicesDidChangeNotification not bound
!missing-field! AVURLAssetOverrideMIMETypeKey not bound
!missing-field! AVVideoCompositionPerFrameHDRDisplayMetadataPolicyGenerate not bound
!missing-field! AVVideoCompositionPerFrameHDRDisplayMetadataPolicyPropagate not bound
!missing-pinvoke! AVCaptureReactionSystemImageNameForType is not bound
!missing-protocol! AVCapturePhotoOutputReadinessCoordinatorDelegate not bound
!missing-protocol-member! AVSpeechSynthesizerDelegate::speechSynthesizer:willSpeakMarker:utterance: not found
!missing-selector! +AVAssetVariantQualifier::predicateForBinauralAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForDownmixAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForImmersiveAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInputTaggedPixelBufferGroupAdaptorWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! +AVAudioApplication::requestRecordPermissionWithCompletionHandler: not bound
!missing-selector! +AVAudioApplication::sharedInstance not bound
!missing-selector! +AVCaptureDevice::reactionEffectGesturesEnabled not bound
!missing-selector! +AVCaptureDevice::reactionEffectsEnabled not bound
!missing-selector! +AVCaptureDevice::setUserPreferredCamera: not bound
@ -369,14 +182,6 @@
!missing-selector! AVAssetWriter::initialMovieFragmentInterval not bound
!missing-selector! AVAssetWriter::setInitialMovieFragmentInterval: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::appendTaggedPixelBufferGroup:withPresentationTime: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::assetWriterInput not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::initWithAssetWriterInput:sourcePixelBufferAttributes: not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::pixelBufferPool not bound
!missing-selector! AVAssetWriterInputTaggedPixelBufferGroupAdaptor::sourcePixelBufferAttributes not bound
!missing-selector! AVAudioApplication::isInputMuted not bound
!missing-selector! AVAudioApplication::recordPermission not bound
!missing-selector! AVAudioApplication::setInputMuted:error: not bound
!missing-selector! AVAudioApplication::setInputMuteStateChangeHandler:error: not bound
!missing-selector! AVAudioInputNode::setMutedSpeechActivityEventListener: not bound
!missing-selector! AVAudioInputNode::setVoiceProcessingOtherAudioDuckingConfiguration: not bound
!missing-selector! AVAudioInputNode::voiceProcessingOtherAudioDuckingConfiguration not bound
@ -389,59 +194,14 @@
!missing-selector! AVCaptureDevice::reactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceFormat::reactionEffectsSupported not bound
!missing-selector! AVCaptureDeviceFormat::videoFrameRateRangeForReactionEffectsInProgress not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::device not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::initWithDevice:previewLayer: not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::previewLayer not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelCapture not bound
!missing-selector! AVCaptureDeviceRotationCoordinator::videoRotationAngleForHorizonLevelPreview not bound
!missing-selector! AVCapturePhotoOutput::captureReadiness not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVCapturePhotoOutput::isFastCapturePrioritizationSupported not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureEnabled not bound
!missing-selector! AVCapturePhotoOutput::isResponsiveCaptureSupported not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagEnabled not bound
!missing-selector! AVCapturePhotoOutput::isZeroShutterLagSupported not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setFastCapturePrioritizationSupported: not bound
!missing-selector! AVCapturePhotoOutput::setResponsiveCaptureEnabled: not bound
!missing-selector! AVCapturePhotoOutput::setZeroShutterLagEnabled: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::captureReadiness not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::delegate not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::initWithPhotoOutput: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::setDelegate: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::startTrackingCaptureRequestUsingPhotoSettings: not bound
!missing-selector! AVCapturePhotoOutputReadinessCoordinator::stopTrackingCaptureRequestUsingPhotoSettingsUniqueID: not bound
!missing-selector! AVCaptureReactionEffectState::endTime not bound
!missing-selector! AVCaptureReactionEffectState::reactionType not bound
!missing-selector! AVCaptureReactionEffectState::startTime not bound
!missing-selector! AVCaptureResolvedPhotoSettings::isFastCapturePrioritizationEnabled not bound
!missing-selector! AVMutableVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-selector! AVMutableVideoComposition::setPerFrameHDRDisplayMetadataPolicy: not bound
!missing-selector! AVPlayerLooper::initWithPlayer:templateItem:timeRange:existingItemsOrdering: not bound
!missing-selector! AVSampleBufferDisplayLayer::sampleBufferRenderer not bound
!missing-selector! AVSampleBufferVideoRenderer::error not bound
!missing-selector! AVSampleBufferVideoRenderer::flushWithRemovalOfDisplayedImage:completionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::requiresFlushToResumeDecoding not bound
!missing-selector! AVSampleBufferVideoRenderer::status not bound
!missing-selector! AVSpeechSynthesisMarker::bookmarkName not bound
!missing-selector! AVSpeechSynthesisMarker::initWithBookmarkName:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithParagraphRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithPhonemeString:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithSentenceRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithWordRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::phoneme not bound
!missing-selector! AVSpeechSynthesisMarker::setBookmarkName: not bound
!missing-selector! AVSpeechSynthesisMarker::setPhoneme: not bound
!missing-selector! AVSpeechSynthesisVoice::voiceTraits not bound
!missing-selector! AVVideoComposition::perFrameHDRDisplayMetadataPolicy not bound
!missing-type! AVAssetVariantVideoLayoutAttributes not bound
!missing-type! AVAssetWriterInputTaggedPixelBufferGroupAdaptor not bound
!missing-type! AVAudioApplication not bound
!missing-type! AVCaptureDeviceRotationCoordinator not bound
!missing-type! AVCapturePhotoOutputReadinessCoordinator not bound
!missing-type! AVCaptureReactionEffectState not bound
!missing-type! AVMetadataHumanFullBodyObject not bound
!missing-type! AVSampleBufferVideoRenderer not bound
!unknown-field! AVAudioSessionInterruptionNotification bound
!unknown-field! AVAudioSessionInterruptionOptionKey bound
!unknown-field! AVAudioSessionInterruptionTypeKey bound
@ -449,21 +209,12 @@
!unknown-field! AVAudioSessionMediaServicesWereResetNotification bound
!missing-field! AVCaptureDeviceTypeContinuityCamera not bound
!missing-selector! AVCaptureDevice::displayVideoZoomFactorMultiplier not bound
!missing-enum-value! AVCaptureColorSpace native value AVCaptureColorSpace_AppleLog = 3 not bound
!missing-selector! +AVExternalStorageDevice::authorizationStatus not bound
!missing-selector! +AVExternalStorageDevice::requestAccessWithCompletionHandler: not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::isSupported not bound
!missing-selector! +AVExternalStorageDeviceDiscoverySession::sharedSession not bound
!missing-selector! AVCaptureVideoDataOutput::recommendedVideoSettingsForVideoCodecType:assetWriterOutputFileType:outputFileURL: not bound
!missing-selector! AVExternalStorageDevice::displayName not bound
!missing-selector! AVExternalStorageDevice::freeSize not bound
!missing-selector! AVExternalStorageDevice::isConnected not bound
!missing-selector! AVExternalStorageDevice::isNotRecommendedForCaptureUse not bound
!missing-selector! AVExternalStorageDevice::nextAvailableURLsWithPathExtensions:error: not bound
!missing-selector! AVExternalStorageDevice::totalSize not bound
!missing-selector! AVExternalStorageDevice::uuid not bound
!missing-selector! AVExternalStorageDeviceDiscoverySession::externalStorageDevices not bound
!missing-type! AVExternalStorageDevice not bound
!missing-type! AVExternalStorageDeviceDiscoverySession not bound
!missing-enum! AVAudioSessionRenderingMode not bound
!missing-enum! CMTagCollectionVideoOutputPreset not bound
@ -473,40 +224,14 @@
!missing-selector! AVPlayer::setVideoOutput: not bound
!missing-selector! AVPlayer::videoOutput not bound
!missing-selector! AVPlayerVideoOutput::copyTaggedBufferGroupForHostTime:presentationTimeStamp:activeConfiguration: not bound
!missing-selector! AVPlayerVideoOutput::initWithSpecification: not bound
!missing-selector! AVPlayerVideoOutputConfiguration::activationTime not bound
!missing-selector! AVPlayerVideoOutputConfiguration::dataChannelDescriptions not bound
!missing-selector! AVPlayerVideoOutputConfiguration::sourcePlayerItem not bound
!missing-selector! AVVideoOutputSpecification::defaultPixelBufferAttributes not bound
!missing-selector! AVVideoOutputSpecification::initWithTagCollections: not bound
!missing-selector! AVVideoOutputSpecification::preferredTagCollections not bound
!missing-selector! AVVideoOutputSpecification::setDefaultPixelBufferAttributes: not bound
!missing-selector! AVVideoOutputSpecification::setOutputPixelBufferAttributes:forTagCollection: not bound
!missing-selector! AVZoomRange::containsZoomFactor: not bound
!missing-selector! AVZoomRange::maxZoomFactor not bound
!missing-selector! AVZoomRange::minZoomFactor not bound
!missing-type! AVPlayerVideoOutput not bound
!missing-type! AVPlayerVideoOutputConfiguration not bound
!missing-type! AVVideoOutputSpecification not bound
!missing-type! AVZoomRange not bound
!missing-enum! AVExternalContentProtectionStatus not bound
!missing-field! AVSampleBufferDisplayLayerReadyForDisplayDidChangeNotification not bound
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:didProvideContentKeyRequests:forInitializationData: not found
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:externalProtectionStatusDidChangeForContentKey: not found
!missing-selector! AVContentKey::externalContentProtectionStatus not bound
!missing-selector! AVContentKey::revoke not bound
!missing-selector! AVSampleBufferDisplayLayer::isReadyForDisplay not bound
!missing-selector! AVSampleBufferVideoRenderer::copyDisplayedPixelBuffer not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMinimumUpcomingSampleBufferPresentationTime: not bound
!missing-selector! AVSampleBufferVideoRenderer::expectMonotonicallyIncreasingUpcomingSampleBufferPresentationTimes not bound
!missing-selector! AVSampleBufferVideoRenderer::loadVideoPerformanceMetricsWithCompletionHandler: not bound
!missing-selector! AVSampleBufferVideoRenderer::resetUpcomingSampleBufferPresentationTimeExpectations not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfCorruptedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfDroppedFrames not bound
!missing-selector! AVVideoPerformanceMetrics::numberOfFramesDisplayedUsingOptimizedCompositing not bound
!missing-selector! AVVideoPerformanceMetrics::totalAccumulatedFrameDelay not bound
!missing-selector! AVVideoPerformanceMetrics::totalNumberOfFrames not bound
!missing-type! AVVideoPerformanceMetrics not bound
!deprecated-attribute-missing! AVAudioEngine::connectMIDI:to:format:block: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVAudioEngine::connectMIDI:toNodes:format:block: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVCaptureConnection::isVideoOrientationSupported missing a [Deprecated] attribute

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -24,21 +24,9 @@
!extra-null-allowed! 'System.Void AVFoundation.AVAudioTime::.ctor(AudioToolbox.AudioTimeStamp&,System.Double)' has a extraneous [NullAllowed] on parameter #0
!incorrect-protocol-member! AVAudioMixing::destinationForMixer:bus: is REQUIRED and should be abstract
!incorrect-protocol-member! AVQueuedSampleBufferRendering::hasSufficientMediaDataForReliablePlaybackStart is REQUIRED and should be abstract
!missing-enum! AVAudioApplicationRecordPermission not bound
!missing-enum! AVAudioSessionIOType not bound
!missing-enum! AVMIDIControlChangeMessageType not bound
!missing-enum! AVMIDIMetaEventType not bound
!missing-enum! AVPlayerInterstitialEventAssetListResponseStatus not bound
!missing-enum! AVSpeechSynthesisMarkerMark not bound
!missing-enum! AVSpeechSynthesisPersonalVoiceAuthorizationStatus not bound
!missing-enum! AVSpeechSynthesisVoiceTraits not bound
!missing-enum-value! AVAudioSessionInterruptionReason native value AVAudioSessionInterruptionReasonRouteDisconnected = 4 not bound
!missing-enum-value! AVError native value AVErrorAirPlayReceiverTemporarilyUnavailable = -11882 not bound
!missing-enum-value! AVError native value AVErrorEncodeFailed = -11883 not bound
!missing-enum-value! AVError native value AVErrorFailedToLoadSampleData = -11881 not bound
!missing-enum-value! AVError native value AVErrorInvalidSampleCursor = -11880 not bound
!missing-enum-value! AVError native value AVErrorSandboxExtensionDenied = -11884 not bound
!missing-enum-value! AVSpeechSynthesisVoiceQuality native value AVSpeechSynthesisVoiceQualityPremium = 3 not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoMultiviewVideo not bound
!missing-field! AVAssetPlaybackConfigurationOptionStereoVideo not bound
!missing-field! AVAudioApplicationInputMuteStateChangeNotification not bound
@ -76,7 +64,6 @@
!missing-protocol-member! AVSpeechSynthesizerDelegate::speechSynthesizer:willSpeakMarker:utterance: not found
!missing-selector! +AVAssetDownloadConfiguration::downloadConfigurationWithAsset:title: not bound
!missing-selector! +AVAssetDownloadURLSession::sessionWithConfiguration:assetDownloadDelegate:delegateQueue: not bound
!missing-selector! +AVAssetPlaybackAssistant::assetPlaybackAssistantWithAsset: not bound
!missing-selector! +AVAssetVariantQualifier::assetVariantQualifierWithPredicate: not bound
!missing-selector! +AVAssetVariantQualifier::assetVariantQualifierWithVariant: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForBinauralAudio:mediaSelectionOption: not bound
@ -85,15 +72,11 @@
!missing-selector! +AVAssetVariantQualifier::predicateForImmersiveAudio:mediaSelectionOption: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForPresentationHeight:operatorType: not bound
!missing-selector! +AVAssetVariantQualifier::predicateForPresentationWidth:operatorType: not bound
!missing-selector! +AVAudioApplication::requestRecordPermissionWithCompletionHandler: not bound
!missing-selector! +AVAudioApplication::sharedInstance not bound
!missing-selector! +AVAudioChannelLayout::layoutWithLayout: not bound
!missing-selector! +AVAudioChannelLayout::layoutWithLayoutTag: not bound
!missing-selector! +AVMetadataItem::metadataItemsFromArray:filteredByMetadataItemFilter: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:date: not bound
!missing-selector! +AVPlayerInterstitialEvent::interstitialEventWithPrimaryItem:time: not bound
!missing-selector! +AVSampleBufferGenerator::notifyOfDataReadyForSampleBuffer:completionHandler: not bound
!missing-selector! +AVSpeechSynthesisProviderVoice::updateSpeechVoices not bound
!missing-selector! +AVSpeechSynthesizer::personalVoiceAuthorizationStatus not bound
!missing-selector! +AVSpeechSynthesizer::requestPersonalVoiceAuthorizationWithCompletionHandler: not bound
!missing-selector! +AVSpeechUtterance::speechUtteranceWithSSMLRepresentation: not bound
@ -112,19 +95,12 @@
!missing-selector! AVAssetDownloadContentConfiguration::variantQualifiers not bound
!missing-selector! AVAssetDownloadTask::URLAsset not bound
!missing-selector! AVAssetDownloadURLSession::assetDownloadTaskWithConfiguration: not bound
!missing-selector! AVAssetPlaybackAssistant::loadPlaybackConfigurationOptionsWithCompletionHandler: not bound
!missing-selector! AVAssetTrack::canProvideSampleCursors not bound
!missing-selector! AVAssetTrack::makeSampleCursorAtFirstSampleInDecodeOrder not bound
!missing-selector! AVAssetTrack::makeSampleCursorAtLastSampleInDecodeOrder not bound
!missing-selector! AVAssetTrack::makeSampleCursorWithPresentationTimeStamp: not bound
!missing-selector! AVAssetVariantAudioRenditionSpecificAttributes::isBinaural not bound
!missing-selector! AVAssetVariantAudioRenditionSpecificAttributes::isDownmix not bound
!missing-selector! AVAssetVariantAudioRenditionSpecificAttributes::isImmersive not bound
!missing-selector! AVAssetVariantVideoAttributes::videoLayoutAttributes not bound
!missing-selector! AVAssetVariantVideoLayoutAttributes::stereoViewComponents not bound
!missing-selector! AVAudioApplication::isInputMuted not bound
!missing-selector! AVAudioApplication::recordPermission not bound
!missing-selector! AVAudioApplication::setInputMuted:error: not bound
!missing-selector! AVAudioPlayer::initWithContentsOfURL:error: not bound
!missing-selector! AVAudioPlayer::initWithData:error: not bound
!missing-selector! AVAudioSession::prefersInterruptionOnRouteDisconnect not bound
@ -153,79 +129,15 @@
!missing-selector! AVMutableMovieTrack::segmentForTrackTime: not bound
!missing-selector! AVPlayer::defaultRate not bound
!missing-selector! AVPlayer::setDefaultRate: not bound
!missing-selector! AVPlayerInterstitialEvent::alignsResumptionWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::alignsStartWithPrimarySegmentBoundary not bound
!missing-selector! AVPlayerInterstitialEvent::assetListResponse not bound
!missing-selector! AVPlayerInterstitialEvent::cue not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsResumptionWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setAlignsStartWithPrimarySegmentBoundary: not bound
!missing-selector! AVPlayerInterstitialEvent::setCue: not bound
!missing-selector! AVPlayerInterstitialEvent::setDate: not bound
!missing-selector! AVPlayerInterstitialEvent::setIdentifier: not bound
!missing-selector! AVPlayerInterstitialEvent::setPlayoutLimit: not bound
!missing-selector! AVPlayerInterstitialEvent::setPrimaryItem: not bound
!missing-selector! AVPlayerInterstitialEvent::setRestrictions: not bound
!missing-selector! AVPlayerInterstitialEvent::setResumptionOffset: not bound
!missing-selector! AVPlayerInterstitialEvent::setTemplateItems: not bound
!missing-selector! AVPlayerInterstitialEvent::setTime: not bound
!missing-selector! AVPlayerInterstitialEvent::setUserDefinedAttributes: not bound
!missing-selector! AVPlayerInterstitialEvent::setWillPlayOnce: not bound
!missing-selector! AVPlayerInterstitialEvent::willPlayOnce not bound
!missing-selector! AVPlayerItem::automaticallyHandlesInterstitialEvents not bound
!missing-selector! AVPlayerItem::setAutomaticallyHandlesInterstitialEvents: not bound
!missing-selector! AVPlayerItem::templatePlayerItem not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:addingToBatch:error: not bound
!missing-selector! AVSampleBufferGenerator::createSampleBufferForRequest:error: not bound
!missing-selector! AVSampleBufferGenerator::initWithAsset:timebase: not bound
!missing-selector! AVSampleBufferGenerator::makeBatch not bound
!missing-selector! AVSampleBufferGeneratorBatch::cancel not bound
!missing-selector! AVSampleBufferGeneratorBatch::makeDataReadyWithCompletionHandler: not bound
!missing-selector! AVSampleBufferRequest::direction not bound
!missing-selector! AVSampleBufferRequest::initWithStartCursor: not bound
!missing-selector! AVSampleBufferRequest::limitCursor not bound
!missing-selector! AVSampleBufferRequest::maxSampleCount not bound
!missing-selector! AVSampleBufferRequest::mode not bound
!missing-selector! AVSampleBufferRequest::overrideTime not bound
!missing-selector! AVSampleBufferRequest::preferredMinSampleCount not bound
!missing-selector! AVSampleBufferRequest::setDirection: not bound
!missing-selector! AVSampleBufferRequest::setLimitCursor: not bound
!missing-selector! AVSampleBufferRequest::setMaxSampleCount: not bound
!missing-selector! AVSampleBufferRequest::setMode: not bound
!missing-selector! AVSampleBufferRequest::setOverrideTime: not bound
!missing-selector! AVSampleBufferRequest::setPreferredMinSampleCount: not bound
!missing-selector! AVSampleBufferRequest::startCursor not bound
!missing-selector! AVSpeechSynthesisMarker::bookmarkName not bound
!missing-selector! AVSpeechSynthesisMarker::byteSampleOffset not bound
!missing-selector! AVSpeechSynthesisMarker::initWithBookmarkName:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithMarkerType:forTextRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithParagraphRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithPhonemeString:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithSentenceRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::initWithWordRange:atByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::mark not bound
!missing-selector! AVSpeechSynthesisMarker::phoneme not bound
!missing-selector! AVSpeechSynthesisMarker::setBookmarkName: not bound
!missing-selector! AVSpeechSynthesisMarker::setByteSampleOffset: not bound
!missing-selector! AVSpeechSynthesisMarker::setMark: not bound
!missing-selector! AVSpeechSynthesisMarker::setPhoneme: not bound
!missing-selector! AVSpeechSynthesisMarker::setTextRange: not bound
!missing-selector! AVSpeechSynthesisMarker::textRange not bound
!missing-selector! AVSpeechSynthesisProviderRequest::initWithSSMLRepresentation:voice: not bound
!missing-selector! AVSpeechSynthesisProviderRequest::ssmlRepresentation not bound
!missing-selector! AVSpeechSynthesisProviderRequest::voice not bound
!missing-selector! AVSpeechSynthesisProviderVoice::age not bound
!missing-selector! AVSpeechSynthesisProviderVoice::gender not bound
!missing-selector! AVSpeechSynthesisProviderVoice::identifier not bound
!missing-selector! AVSpeechSynthesisProviderVoice::initWithName:identifier:primaryLanguages:supportedLanguages: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::name not bound
!missing-selector! AVSpeechSynthesisProviderVoice::primaryLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setAge: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setGender: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVersion: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::setVoiceSize: not bound
!missing-selector! AVSpeechSynthesisProviderVoice::supportedLanguages not bound
!missing-selector! AVSpeechSynthesisProviderVoice::version not bound
!missing-selector! AVSpeechSynthesisProviderVoice::voiceSize not bound
!missing-selector! AVSpeechSynthesisVoice::voiceTraits not bound
!missing-selector! AVSpeechSynthesizer::writeUtterance:toBufferCallback:toMarkerCallback: not bound
!missing-selector! AVSpeechUtterance::initWithSSMLRepresentation: not bound
@ -242,33 +154,13 @@
!missing-type! AVAssetDownloadContentConfiguration not bound
!missing-type! AVAssetDownloadTask not bound
!missing-type! AVAssetDownloadURLSession not bound
!missing-type! AVAssetPlaybackAssistant not bound
!missing-type! AVAssetVariantQualifier not bound
!missing-type! AVAssetVariantVideoLayoutAttributes not bound
!missing-type! AVAudioApplication not bound
!missing-type! AVSampleBufferGenerator not bound
!missing-type! AVSampleBufferGeneratorBatch not bound
!missing-type! AVSampleBufferRequest not bound
!missing-type! AVSpeechSynthesisMarker not bound
!missing-type! AVSpeechSynthesisProviderRequest not bound
!missing-type! AVSpeechSynthesisProviderVoice not bound
!missing-enum! AVAudioSessionRenderingMode not bound
!missing-enum! CMTagCollectionVideoOutputPreset not bound
!missing-pinvoke! CMTagCollectionCreateWithVideoOutputPreset is not bound
!missing-selector! AVPlayer::setVideoOutput: not bound
!missing-selector! AVPlayer::videoOutput not bound
!missing-selector! AVPlayerVideoOutput::copyTaggedBufferGroupForHostTime:presentationTimeStamp:activeConfiguration: not bound
!missing-selector! AVPlayerVideoOutput::initWithSpecification: not bound
!missing-selector! AVPlayerVideoOutputConfiguration::activationTime not bound
!missing-selector! AVPlayerVideoOutputConfiguration::dataChannelDescriptions not bound
!missing-selector! AVPlayerVideoOutputConfiguration::sourcePlayerItem not bound
!missing-selector! AVVideoOutputSpecification::defaultPixelBufferAttributes not bound
!missing-selector! AVVideoOutputSpecification::initWithTagCollections: not bound
!missing-selector! AVVideoOutputSpecification::preferredTagCollections not bound
!missing-selector! AVVideoOutputSpecification::setDefaultPixelBufferAttributes: not bound
!missing-selector! AVVideoOutputSpecification::setOutputPixelBufferAttributes:forTagCollection: not bound
!missing-type! AVPlayerVideoOutput not bound
!missing-type! AVPlayerVideoOutputConfiguration not bound
!missing-type! AVVideoOutputSpecification not bound
!missing-protocol-member! AVContentKeySessionDelegate::contentKeySession:didProvideContentKeyRequests:forInitializationData: not found
!missing-selector! AVContentKey::revoke not bound