Skip to content

Commit f53e3d0

Browse files
committed
11.4
1 parent 9c31ca2 commit f53e3d0

File tree

47,648 files changed

+756369
-498469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47,648 files changed

+756369
-498469
lines changed

Frameworks/AVFAudio.framework

Lines changed: 0 additions & 58 deletions
This file was deleted.

Frameworks/AVFoundation.framework/AVAIFCOutputSettingsValidator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
@interface AVAIFCOutputSettingsValidator : AVMediaFileOutputSettingsValidator
66

77
- (id)initWithFileType:(id)arg1;
8-
- (BOOL)validateAudioOutputSettings:(id)arg1 reason:(id*)arg2;
8+
- (bool)validateAudioOutputSettings:(id)arg1 reason:(id*)arg2;
99

1010
@end

Frameworks/AVFoundation.framework/AVAIFFOutputSettingsValidator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
@interface AVAIFFOutputSettingsValidator : AVMediaFileOutputSettingsValidator
66

77
- (id)initWithFileType:(id)arg1;
8-
- (BOOL)validateAudioOutputSettings:(id)arg1 reason:(id*)arg2;
8+
- (bool)validateAudioOutputSettings:(id)arg1 reason:(id*)arg2;
99

1010
@end

Frameworks/AVFoundation.framework/AVAVAudioSettingsAudioOutputSettings.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
+ (id)eligibleOutputSettingsDictionaryKeys;
99

1010
- (id)audioOptions;
11-
- (BOOL)canFullySpecifyOutputFormatReturningReason:(id*)arg1;
12-
- (struct AudioChannelLayout { unsigned int x1; unsigned long x2; unsigned int x3; struct AudioChannelDescription { unsigned int x_4_1_1; unsigned long x_4_1_2; float x_4_1_3[3]; } x4[1]; }*)copyAudioChannelLayoutForSourceFormatDescription:(struct opaqueCMFormatDescription { }*)arg1 audioChannelLayoutSize:(unsigned int*)arg2;
13-
- (BOOL)encoderIsAvailableOnCurrentSystemReturningError:(id*)arg1;
14-
- (void)getAudioStreamBasicDescription:(struct AudioStreamBasicDescription { double x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; }*)arg1 forAudioFileTypeID:(unsigned long)arg2 sourceFormatDescription:(struct opaqueCMFormatDescription { }*)arg3;
11+
- (bool)canFullySpecifyOutputFormatReturningReason:(id*)arg1;
12+
- (struct AudioChannelLayout { unsigned int x1; unsigned int x2; unsigned int x3; struct AudioChannelDescription { unsigned int x_4_1_1; unsigned int x_4_1_2; float x_4_1_3[3]; } x4[1]; }*)copyAudioChannelLayoutForSourceFormatDescription:(struct opaqueCMFormatDescription { }*)arg1 audioChannelLayoutSize:(unsigned long long*)arg2;
13+
- (bool)encoderIsAvailableOnCurrentSystemReturningError:(id*)arg1;
14+
- (void)getAudioStreamBasicDescription:(struct AudioStreamBasicDescription { double x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; }*)arg1 forAudioFileTypeID:(unsigned int)arg2 sourceFormatDescription:(struct opaqueCMFormatDescription { }*)arg3;
1515
- (id)initWithAVAudioSettingsDictionary:(id)arg1 exceptionReason:(id*)arg2;
1616
- (id)initWithTrustedAVAudioSettingsDictionary:(id)arg1;
17-
- (BOOL)willYieldCompressedSamples;
17+
- (bool)willYieldCompressedSamples;
1818

1919
@end

Frameworks/AVFoundation.framework/AVAVVideoSettingsVideoOutputSettings.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@
88
NSDictionary * _adaptedVideoCompressionProperties;
99
}
1010

11-
@property (nonatomic, readonly) unsigned long videoCodecType;
11+
@property (nonatomic, readonly) unsigned int videoCodecType;
1212
@property (nonatomic, readonly) NSDictionary *videoCompressionProperties;
1313
@property (nonatomic, readonly) NSDictionary *videoEncoderSpecification;
1414

15-
+ (BOOL)_validateVideoCompressionProperties:(id)arg1 againstSupportedPropertyDictionary:(id)arg2 forCodecType:(id)arg3 exceptionReason:(id*)arg4;
15+
+ (bool)_validateVideoCompressionProperties:(id)arg1 againstSupportedPropertyDictionary:(id)arg2 forCodecType:(id)arg3 exceptionReason:(id*)arg4;
1616
+ (id)_videoOutputSettingsWithVideoSettingsDictionary:(id)arg1 exceptionReason:(id*)arg2;
1717
+ (id)eligibleOutputSettingsDictionaryKeys;
1818

19-
- (BOOL)canFullySpecifyOutputFormatReturningReason:(id*)arg1;
19+
- (bool)canFullySpecifyOutputFormatReturningReason:(id*)arg1;
2020
- (id)cleanApertureDictionary;
2121
- (void)dealloc;
22-
- (BOOL)encoderIsAvailableOnCurrentSystemReturningError:(id*)arg1;
22+
- (bool)encoderIsAvailableOnCurrentSystemReturningError:(id*)arg1;
2323
- (int)height;
2424
- (id)initWithAVVideoSettingsDictionary:(id)arg1 exceptionReason:(id*)arg2;
2525
- (id)initWithTrustedAVVideoSettingsDictionary:(id)arg1;
2626
- (id)pixelAspectRatioDictionary;
27-
- (unsigned long)videoCodecType;
27+
- (unsigned int)videoCodecType;
2828
- (id)videoCompressionProperties;
2929
- (id)videoEncoderSpecification;
3030
- (int)width;
31-
- (BOOL)willYieldCompressedSamples;
31+
- (bool)willYieldCompressedSamples;
3232

3333
@end

Frameworks/AVFoundation.framework/AVAsset.h

Lines changed: 76 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,117 +6,126 @@
66
AVAssetInternal * _asset;
77
}
88

9-
@property (getter=MP_canAffectNetworkPlayability, setter=MP_setCanAffectNetworkPlayability:, nonatomic) BOOL MP_canAffectNetworkPlayability;
109
@property (readonly) NSArray *availableChapterLocales;
1110
@property (nonatomic, readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } duration;
12-
@property (nonatomic, readonly) BOOL isProxy;
13-
@property (nonatomic, readonly) struct CGSize { float x1; float x2; } naturalSize;
14-
@property (nonatomic, readonly) struct CGSize { float x1; float x2; } naturalSizeWithPreferredTransforms;
11+
@property (nonatomic, readonly) bool isProxy;
12+
@property (nonatomic, readonly) long long moovAtomSize;
13+
@property (nonatomic, readonly) struct CGSize { double x1; double x2; } naturalSize;
14+
@property (nonatomic, readonly) struct CGSize { double x1; double x2; } naturalSizeWithPreferredTransforms;
1515
@property (nonatomic, readonly) float preferredRate;
16-
@property (nonatomic, readonly) struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; } preferredTransform;
16+
@property (nonatomic, readonly) struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; } preferredTransform;
1717
@property (nonatomic, readonly) float preferredVolume;
1818
@property (nonatomic, readonly) id propertyListForProxy;
1919
@property (nonatomic, readonly) NSValue *pu_cachedDuration;
20+
@property (getter=isQTAutoloopVideo, readonly) bool qtAutoloopVideo;
2021
@property (setter=rc_setComposedAVURL:, nonatomic, retain) NSURL *rc_composedAVURL;
2122

2223
// Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
2324

2425
+ (id)assetProxyWithPropertyList:(id)arg1;
2526
+ (id)assetWithData:(id)arg1 contentType:(id)arg2 options:(id)arg3;
2627
+ (id)assetWithURL:(id)arg1;
27-
+ (id)assetWithURL:(id)arg1 figPlaybackItem:(struct OpaqueFigPlaybackItem { }*)arg2 trackIDs:(id)arg3 dynamicBehavior:(BOOL)arg4;
28+
+ (id)assetWithURL:(id)arg1 figPlaybackItem:(struct OpaqueFigPlaybackItem { }*)arg2 trackIDs:(id)arg3 dynamicBehavior:(bool)arg4;
29+
+ (bool)expectsPropertyRevisedNotifications;
30+
+ (bool)supportsPlayerItems;
2831

2932
- (id)_ID3Metadata;
3033
- (id)_URLSessionDataDelegate;
3134
- (id)_URLSessionOperationQueue;
3235
- (id)_absoluteURL;
33-
- (unsigned int)_addChapterMetadataItem:(id)arg1 timeRange:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; })arg2 toChapters:(id)arg3 fromIndex:(unsigned int)arg4;
36+
- (unsigned long long)_addChapterMetadataItem:(id)arg1 timeRange:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; })arg2 toChapters:(id)arg3 fromIndex:(unsigned long long)arg4;
37+
- (id)_assetAnalysisMessages;
3438
- (id)_assetInspector;
3539
- (id)_assetInspectorLoader;
3640
- (id)_availableCanonicalizedChapterLanguages;
37-
- (id)_chapterDataTypeForMediaSubType:(long)arg1;
41+
- (id)_chapterDataTypeForMediaSubType:(int)arg1;
3842
- (id)_chapterMetadataGroupsBestMatchingPreferredLanguages:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
3943
- (id)_chapterMetadataGroupsWithFigChapterGroups:(id)arg1 titleLanguage:(id)arg2 containingItemsWithCommonKeys:(id)arg3;
4044
- (id)_chapterMetadataGroupsWithTitleLanguage:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
4145
- (id)_chapterTracks;
4246
- (Class)_classForTrackInspectors;
4347
- (id)_comparisonToken;
44-
- (BOOL)_containsAtLeastOnePlayableAudioTrack;
45-
- (BOOL)_containsAtLeastOnePlayableVideoTrack;
48+
- (bool)_containsAtLeastOnePlayableAudioTrack;
49+
- (bool)_containsAtLeastOnePlayableVideoTrack;
4650
- (id)_exportURL;
4751
- (struct OpaqueFigAsset { }*)_figAsset;
4852
- (id)_firstTrackGroupWithMediaTypes:(id)arg1;
4953
- (struct OpaqueFigFormatReader { }*)_formatReader;
5054
- (double)_fragmentMindingInterval;
5155
- (void)_handleURLRequest:(id)arg1;
52-
- (BOOL)_hasResourceLoaderDelegate;
53-
- (BOOL)_isStreaming;
56+
- (bool)_hasResourceLoaderDelegate;
57+
- (bool)_isStreaming;
5458
- (void)_loadChapterInfo;
5559
- (void)_loadValuesSynchronouslyForKeys:(id)arg1 trackKeys:(id)arg2;
5660
- (id)_mediaSelectionGroupDictionaries;
57-
- (BOOL)_mindsFragments;
61+
- (bool)_mindsFragments;
5862
- (struct OpaqueFigMutableComposition { }*)_mutableComposition;
59-
- (BOOL)_needsLegacyChangeNotifications;
63+
- (bool)_needsLegacyChangeNotifications;
6064
- (struct OpaqueFigPlaybackItem { }*)_playbackItem;
6165
- (id)_resourceLoaderURLSession;
6266
- (void)_serverHasDied;
6367
- (void)_setFragmentMindingInterval:(double)arg1;
64-
- (void)_setIsAssociatedWithFragmentMinder:(BOOL)arg1;
68+
- (void)_setIsAssociatedWithFragmentMinder:(bool)arg1;
6569
- (void)_tracksDidChange;
6670
- (id)_tracksWithClass:(Class)arg1;
6771
- (id)_weakReference;
72+
- (id)allMediaSelections;
6873
- (id)alternateTrackGroups;
6974
- (id)audioAlternatesTrackGroup;
7075
- (id)availableChapterLanguages;
7176
- (id)availableChapterLocales;
7277
- (id)availableMediaCharacteristicsWithMediaSelectionOptions;
7378
- (id)availableMetadataFormats;
74-
- (BOOL)canContainFragments;
79+
- (id)availableVideoDynamicRanges;
80+
- (bool)canContainFragments;
7581
- (void)cancelLoading;
7682
- (id)chapterMetadataGroupsBestMatchingPreferredLanguages:(id)arg1;
7783
- (id)chapterMetadataGroupsWithTitleLocale:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
7884
- (id)commonMetadata;
7985
- (id)compatibleTrackForCompositionTrack:(id)arg1;
80-
- (BOOL)containsFragments;
86+
- (bool)containsFragments;
8187
- (id)copyWithZone:(struct _NSZone { }*)arg1;
8288
- (id)creationDate;
8389
- (void)dealloc;
8490
- (struct { long long x1; int x2; unsigned int x3; long long x4; })duration;
85-
- (BOOL)hasProtectedContent;
86-
- (unsigned int)hash;
91+
- (bool)hasProtectedContent;
92+
- (unsigned long long)hash;
8793
- (id)init;
8894
- (id)initWithData:(id)arg1 contentType:(id)arg2 options:(id)arg3;
8995
- (id)initWithURL:(id)arg1 options:(id)arg2;
90-
- (BOOL)isCompatibleWithAirPlayVideo;
91-
- (BOOL)isCompatibleWithSavedPhotosAlbum;
92-
- (BOOL)isComposable;
93-
- (BOOL)isEqual:(id)arg1;
94-
- (BOOL)isExportable;
95-
- (BOOL)isPlayable;
96-
- (BOOL)isProxy;
97-
- (BOOL)isReadable;
96+
- (bool)isCompatibleWithAirPlayVideo;
97+
- (bool)isCompatibleWithSavedPhotosAlbum;
98+
- (bool)isComposable;
99+
- (bool)isEqual:(id)arg1;
100+
- (bool)isExportable;
101+
- (bool)isPlayable;
102+
- (bool)isProxy;
103+
- (bool)isReadable;
98104
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 completionHandler:(id /* block */)arg2;
99105
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 keysForCollectionKeys:(id)arg2 completionHandler:(id /* block */)arg3;
100106
- (id)lyrics;
101107
- (id)makePropertyListForProxyWithOptions:(id)arg1;
108+
- (struct CGSize { double x1; double x2; })maximumVideoResolution;
102109
- (id)mediaSelectionGroupForMediaCharacteristic:(id)arg1;
103110
- (id)mediaSelectionGroupForPropertyList:(id)arg1 mediaSelectionOption:(id*)arg2;
104111
- (id)metadata;
105112
- (id)metadataForFormat:(id)arg1;
106-
- (struct CGSize { float x1; float x2; })naturalSize;
113+
- (long long)moovAtomSize;
114+
- (struct CGSize { double x1; double x2; })naturalSize;
107115
- (int)naturalTimeScale;
108116
- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint;
109117
- (id)preferredMediaSelection;
110118
- (float)preferredRate;
111119
- (float)preferredSoundCheckVolumeNormalization;
112-
- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform;
120+
- (struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; })preferredTransform;
113121
- (float)preferredVolume;
114122
- (id)propertyListForProxy;
115-
- (BOOL)providesPreciseDurationAndTiming;
116-
- (unsigned int)referenceRestrictions;
117-
- (int)statusOfValueForKey:(id)arg1;
118-
- (int)statusOfValueForKey:(id)arg1 error:(id*)arg2;
123+
- (bool)providesPreciseDurationAndTiming;
124+
- (unsigned long long)referenceRestrictions;
125+
- (long long)statusOfValueForKey:(id)arg1;
126+
- (long long)statusOfValueForKey:(id)arg1 error:(id*)arg2;
119127
- (id)subtitleAlternatesTrackGroup;
128+
- (bool)supportsAnalysisReporting;
120129
- (id)trackGroups;
121130
- (id)trackReferences;
122131
- (id)trackWithTrackID:(int)arg1;
@@ -129,8 +138,6 @@
129138

130139
// Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
131140

132-
- (BOOL)MP_canAffectNetworkPlayability;
133-
- (void)MP_setCanAffectNetworkPlayability:(BOOL)arg1;
134141
- (id)createLanguageOptionGroups;
135142
- (void)mpLoadValuesAsynchronouslyForKeys:(id)arg1 completionQueue:(id)arg2 completionHandler:(id /* block */)arg3;
136143

@@ -141,9 +148,29 @@
141148
- (struct { long long x1; int x2; unsigned int x3; long long x4; })pu_duration;
142149
- (void)pu_loadDurationWithCompletionHandler:(id /* block */)arg1;
143150

151+
// Image: /System/Library/Frameworks/QuickLook.framework/QuickLook
152+
153+
+ (void)assetIsAutoloopMedia:(id)arg1 completionHandler:(id /* block */)arg2;
154+
155+
// Image: /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
156+
157+
- (bool)isQTAutoloopVideo;
158+
159+
// Image: /System/Library/PrivateFrameworks/Memories.framework/Memories
160+
161+
+ (id)assetWithIdentifierURL:(id)arg1;
162+
+ (id)pluginEditedAsset;
163+
+ (void)setPluginEditedAsset:(id)arg1;
164+
165+
- (id)creationDateFromMetadata;
166+
144167
// Image: /System/Library/PrivateFrameworks/NotesShared.framework/NotesShared
145168

146169
- (struct CGImageSource { }*)newPreviewImageSource;
170+
- (id)previewImageDataWithUTType:(id)arg1;
171+
172+
// Image: /System/Library/PrivateFrameworks/NotesUI.framework/NotesUI
173+
147174
- (struct UIImage { Class x1; }*)previewImage;
148175

149176
// Image: /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
@@ -154,14 +181,24 @@
154181

155182
- (float)is_cropFactor;
156183
- (id)is_valueForMetadataIdentifier:(id)arg1;
157-
- (struct CGSize { float x1; float x2; })is_videoSize;
184+
- (struct CGSize { double x1; double x2; })is_videoSize;
185+
186+
// Image: /System/Library/PrivateFrameworks/TSUtility.framework/TSUtility
187+
188+
+ (id)keyPathsForValuesAffectingNaturalSizeWithPreferredTransforms;
189+
190+
- (struct CGSize { double x1; double x2; })naturalSizeWithPreferredTransforms;
158191

159192
// Image: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
160193

194+
- (id)vcp_assetWithoutAdjustments:(id)arg1 duration:(double)arg2;
161195
- (id)vcp_enabledTracksWithMediaType:(id)arg1;
162196
- (id)vcp_firstEnabledTrackWithMediaType:(id)arg1;
163-
- (BOOL)vcp_isMontage;
164-
- (BOOL)vcp_isShortMovie;
197+
- (bool)vcp_isMontage;
198+
- (bool)vcp_isShortMovie;
199+
- (struct { long long x1; int x2; unsigned int x3; long long x4; })vcp_livePhotoStillDisplayTime;
200+
- (void)vcp_scaleRampWithIntervals:(id)arg1 andRates:(id)arg2 inSlowmoTimerange:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; })arg3 withTimeMapping:(id)arg4 inComposition:(id)arg5;
201+
- (void)vcp_scaleSlowmoTimeRange:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; })arg1 withTimeMapping:(id)arg2 inComposition:(id)arg3;
165202

166203
// Image: /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos
167204

@@ -172,6 +209,6 @@
172209

173210
+ (id)keyPathsForValuesAffectingNaturalSizeWithPreferredTransforms;
174211

175-
- (struct CGSize { float x1; float x2; })naturalSizeWithPreferredTransforms;
212+
- (struct CGSize { double x1; double x2; })naturalSizeWithPreferredTransforms;
176213

177214
@end

Frameworks/AVFoundation.framework/AVAssetCache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@interface AVAssetCache : NSObject
66

7-
@property (getter=isPlayableOffline, nonatomic, readonly) BOOL playableOffline;
7+
@property (getter=isPlayableOffline, nonatomic, readonly) bool playableOffline;
88

99
+ (id)assetCacheWithURL:(id)arg1;
1010

@@ -13,7 +13,7 @@
1313
- (id)allKeys;
1414
- (long long)currentSize;
1515
- (id)initWithURL:(id)arg1;
16-
- (BOOL)isPlayableOffline;
16+
- (bool)isPlayableOffline;
1717
- (id)lastModifiedDateOfEntryForKey:(id)arg1;
1818
- (long long)maxEntrySize;
1919
- (long long)maxSize;

Frameworks/AVFoundation.framework/AVAssetDownloadCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- (id)_asset;
1111
- (void)dealloc;
1212
- (id)initWithAsset:(id)arg1;
13-
- (BOOL)isPlayableOffline;
13+
- (bool)isPlayableOffline;
1414
- (id)mediaSelectionOptionsInMediaSelectionGroup:(id)arg1;
1515

1616
@end

0 commit comments

Comments
 (0)