|
6 | 6 | AVAssetInternal * _asset;
|
7 | 7 | }
|
8 | 8 |
|
9 |
| -@property (getter=MP_canAffectNetworkPlayability, setter=MP_setCanAffectNetworkPlayability:, nonatomic) BOOL MP_canAffectNetworkPlayability; |
10 | 9 | @property (readonly) NSArray *availableChapterLocales;
|
11 | 10 | @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; |
15 | 15 | @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; |
17 | 17 | @property (nonatomic, readonly) float preferredVolume;
|
18 | 18 | @property (nonatomic, readonly) id propertyListForProxy;
|
19 | 19 | @property (nonatomic, readonly) NSValue *pu_cachedDuration;
|
| 20 | +@property (getter=isQTAutoloopVideo, readonly) bool qtAutoloopVideo; |
20 | 21 | @property (setter=rc_setComposedAVURL:, nonatomic, retain) NSURL *rc_composedAVURL;
|
21 | 22 |
|
22 | 23 | // Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
|
23 | 24 |
|
24 | 25 | + (id)assetProxyWithPropertyList:(id)arg1;
|
25 | 26 | + (id)assetWithData:(id)arg1 contentType:(id)arg2 options:(id)arg3;
|
26 | 27 | + (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; |
28 | 31 |
|
29 | 32 | - (id)_ID3Metadata;
|
30 | 33 | - (id)_URLSessionDataDelegate;
|
31 | 34 | - (id)_URLSessionOperationQueue;
|
32 | 35 | - (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; |
34 | 38 | - (id)_assetInspector;
|
35 | 39 | - (id)_assetInspectorLoader;
|
36 | 40 | - (id)_availableCanonicalizedChapterLanguages;
|
37 |
| -- (id)_chapterDataTypeForMediaSubType:(long)arg1; |
| 41 | +- (id)_chapterDataTypeForMediaSubType:(int)arg1; |
38 | 42 | - (id)_chapterMetadataGroupsBestMatchingPreferredLanguages:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
|
39 | 43 | - (id)_chapterMetadataGroupsWithFigChapterGroups:(id)arg1 titleLanguage:(id)arg2 containingItemsWithCommonKeys:(id)arg3;
|
40 | 44 | - (id)_chapterMetadataGroupsWithTitleLanguage:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
|
41 | 45 | - (id)_chapterTracks;
|
42 | 46 | - (Class)_classForTrackInspectors;
|
43 | 47 | - (id)_comparisonToken;
|
44 |
| -- (BOOL)_containsAtLeastOnePlayableAudioTrack; |
45 |
| -- (BOOL)_containsAtLeastOnePlayableVideoTrack; |
| 48 | +- (bool)_containsAtLeastOnePlayableAudioTrack; |
| 49 | +- (bool)_containsAtLeastOnePlayableVideoTrack; |
46 | 50 | - (id)_exportURL;
|
47 | 51 | - (struct OpaqueFigAsset { }*)_figAsset;
|
48 | 52 | - (id)_firstTrackGroupWithMediaTypes:(id)arg1;
|
49 | 53 | - (struct OpaqueFigFormatReader { }*)_formatReader;
|
50 | 54 | - (double)_fragmentMindingInterval;
|
51 | 55 | - (void)_handleURLRequest:(id)arg1;
|
52 |
| -- (BOOL)_hasResourceLoaderDelegate; |
53 |
| -- (BOOL)_isStreaming; |
| 56 | +- (bool)_hasResourceLoaderDelegate; |
| 57 | +- (bool)_isStreaming; |
54 | 58 | - (void)_loadChapterInfo;
|
55 | 59 | - (void)_loadValuesSynchronouslyForKeys:(id)arg1 trackKeys:(id)arg2;
|
56 | 60 | - (id)_mediaSelectionGroupDictionaries;
|
57 |
| -- (BOOL)_mindsFragments; |
| 61 | +- (bool)_mindsFragments; |
58 | 62 | - (struct OpaqueFigMutableComposition { }*)_mutableComposition;
|
59 |
| -- (BOOL)_needsLegacyChangeNotifications; |
| 63 | +- (bool)_needsLegacyChangeNotifications; |
60 | 64 | - (struct OpaqueFigPlaybackItem { }*)_playbackItem;
|
61 | 65 | - (id)_resourceLoaderURLSession;
|
62 | 66 | - (void)_serverHasDied;
|
63 | 67 | - (void)_setFragmentMindingInterval:(double)arg1;
|
64 |
| -- (void)_setIsAssociatedWithFragmentMinder:(BOOL)arg1; |
| 68 | +- (void)_setIsAssociatedWithFragmentMinder:(bool)arg1; |
65 | 69 | - (void)_tracksDidChange;
|
66 | 70 | - (id)_tracksWithClass:(Class)arg1;
|
67 | 71 | - (id)_weakReference;
|
| 72 | +- (id)allMediaSelections; |
68 | 73 | - (id)alternateTrackGroups;
|
69 | 74 | - (id)audioAlternatesTrackGroup;
|
70 | 75 | - (id)availableChapterLanguages;
|
71 | 76 | - (id)availableChapterLocales;
|
72 | 77 | - (id)availableMediaCharacteristicsWithMediaSelectionOptions;
|
73 | 78 | - (id)availableMetadataFormats;
|
74 |
| -- (BOOL)canContainFragments; |
| 79 | +- (id)availableVideoDynamicRanges; |
| 80 | +- (bool)canContainFragments; |
75 | 81 | - (void)cancelLoading;
|
76 | 82 | - (id)chapterMetadataGroupsBestMatchingPreferredLanguages:(id)arg1;
|
77 | 83 | - (id)chapterMetadataGroupsWithTitleLocale:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
|
78 | 84 | - (id)commonMetadata;
|
79 | 85 | - (id)compatibleTrackForCompositionTrack:(id)arg1;
|
80 |
| -- (BOOL)containsFragments; |
| 86 | +- (bool)containsFragments; |
81 | 87 | - (id)copyWithZone:(struct _NSZone { }*)arg1;
|
82 | 88 | - (id)creationDate;
|
83 | 89 | - (void)dealloc;
|
84 | 90 | - (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; |
87 | 93 | - (id)init;
|
88 | 94 | - (id)initWithData:(id)arg1 contentType:(id)arg2 options:(id)arg3;
|
89 | 95 | - (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; |
98 | 104 | - (void)loadValuesAsynchronouslyForKeys:(id)arg1 completionHandler:(id /* block */)arg2;
|
99 | 105 | - (void)loadValuesAsynchronouslyForKeys:(id)arg1 keysForCollectionKeys:(id)arg2 completionHandler:(id /* block */)arg3;
|
100 | 106 | - (id)lyrics;
|
101 | 107 | - (id)makePropertyListForProxyWithOptions:(id)arg1;
|
| 108 | +- (struct CGSize { double x1; double x2; })maximumVideoResolution; |
102 | 109 | - (id)mediaSelectionGroupForMediaCharacteristic:(id)arg1;
|
103 | 110 | - (id)mediaSelectionGroupForPropertyList:(id)arg1 mediaSelectionOption:(id*)arg2;
|
104 | 111 | - (id)metadata;
|
105 | 112 | - (id)metadataForFormat:(id)arg1;
|
106 |
| -- (struct CGSize { float x1; float x2; })naturalSize; |
| 113 | +- (long long)moovAtomSize; |
| 114 | +- (struct CGSize { double x1; double x2; })naturalSize; |
107 | 115 | - (int)naturalTimeScale;
|
108 | 116 | - (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint;
|
109 | 117 | - (id)preferredMediaSelection;
|
110 | 118 | - (float)preferredRate;
|
111 | 119 | - (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; |
113 | 121 | - (float)preferredVolume;
|
114 | 122 | - (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; |
119 | 127 | - (id)subtitleAlternatesTrackGroup;
|
| 128 | +- (bool)supportsAnalysisReporting; |
120 | 129 | - (id)trackGroups;
|
121 | 130 | - (id)trackReferences;
|
122 | 131 | - (id)trackWithTrackID:(int)arg1;
|
|
129 | 138 |
|
130 | 139 | // Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
|
131 | 140 |
|
132 |
| -- (BOOL)MP_canAffectNetworkPlayability; |
133 |
| -- (void)MP_setCanAffectNetworkPlayability:(BOOL)arg1; |
134 | 141 | - (id)createLanguageOptionGroups;
|
135 | 142 | - (void)mpLoadValuesAsynchronouslyForKeys:(id)arg1 completionQueue:(id)arg2 completionHandler:(id /* block */)arg3;
|
136 | 143 |
|
|
141 | 148 | - (struct { long long x1; int x2; unsigned int x3; long long x4; })pu_duration;
|
142 | 149 | - (void)pu_loadDurationWithCompletionHandler:(id /* block */)arg1;
|
143 | 150 |
|
| 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 | + |
144 | 167 | // Image: /System/Library/PrivateFrameworks/NotesShared.framework/NotesShared
|
145 | 168 |
|
146 | 169 | - (struct CGImageSource { }*)newPreviewImageSource;
|
| 170 | +- (id)previewImageDataWithUTType:(id)arg1; |
| 171 | + |
| 172 | +// Image: /System/Library/PrivateFrameworks/NotesUI.framework/NotesUI |
| 173 | + |
147 | 174 | - (struct UIImage { Class x1; }*)previewImage;
|
148 | 175 |
|
149 | 176 | // Image: /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
|
|
154 | 181 |
|
155 | 182 | - (float)is_cropFactor;
|
156 | 183 | - (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; |
158 | 191 |
|
159 | 192 | // Image: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
|
160 | 193 |
|
| 194 | +- (id)vcp_assetWithoutAdjustments:(id)arg1 duration:(double)arg2; |
161 | 195 | - (id)vcp_enabledTracksWithMediaType:(id)arg1;
|
162 | 196 | - (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; |
165 | 202 |
|
166 | 203 | // Image: /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos
|
167 | 204 |
|
|
172 | 209 |
|
173 | 210 | + (id)keyPathsForValuesAffectingNaturalSizeWithPreferredTransforms;
|
174 | 211 |
|
175 |
| -- (struct CGSize { float x1; float x2; })naturalSizeWithPreferredTransforms; |
| 212 | +- (struct CGSize { double x1; double x2; })naturalSizeWithPreferredTransforms; |
176 | 213 |
|
177 | 214 | @end
|
0 commit comments