Skip to content

Commit 9c31ca2

Browse files
iOS 10.3
1 parent 995b3bb commit 9c31ca2

File tree

5,735 files changed

+70550
-31861
lines changed

Some content is hidden

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

5,735 files changed

+70550
-31861
lines changed

Frameworks/AVFAudio.framework

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<HTML>
2+
<HEAD>
3+
<TITLE>AVFAudio.framework</TITLE>
4+
</HEAD>
5+
<BODY>
6+
<code>
7+
<pre>
8+
___ _ _ ___
9+
| _ \_ _ _ _| |_(_)_ __ ___ | _ )_ _ _____ __ _____ ___ _ _
10+
| / || | ' \ _| | ' \/ -_) | _ \ '_/ _ \ V V (_-// -_) '_|
11+
|_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
12+
13+
-------------------------------------------------------------------------------
14+
15+
16+
/Frameworks/AVFAudio.framework
17+
0 classes
18+
19+
20+
21+
-------------------------------------------------------------------------------
22+
23+
Source code: https://github.com/nst/RuntimeBrowser
24+
25+
Authors: Ezra Epstein ([email protected])
26+
Nicolas Seriot ([email protected])
27+
28+
Copyright (c) 2002 by Prajna IT Consulting.
29+
http://www.prajna.com
30+
2015 by Nicolas Seriot
31+
http://www.seriot.ch
32+
33+
========================================================================
34+
35+
THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
36+
THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
37+
FOR ITS OPERATIONS IS 100% YOURS.
38+
39+
========================================================================
40+
41+
RuntimeBrowser is free software; you can redistribute it and/or modify
42+
it under the terms of the GNU General Public License as published by
43+
the Free Software Foundation; either version 2 of the License, or
44+
(at your option) any later version.
45+
46+
RuntimeBrowser is distributed in the hope that it will be useful,
47+
but WITHOUT ANY WARRANTY; without even the implied warranty of
48+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49+
GNU General Public License for more details.
50+
51+
You should have received a copy of the GNU General Public License
52+
along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
53+
write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
54+
Boston, MA 02111-1307 USA
55+
56+
</pre>
57+
</code>
58+
</BODY>

Frameworks/AVFoundation.framework/AVAsset.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@
146146
- (struct CGImageSource { }*)newPreviewImageSource;
147147
- (struct UIImage { Class x1; }*)previewImage;
148148

149+
// Image: /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
150+
151+
- (id)plVideoCodecName;
152+
149153
// Image: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
150154

151155
- (float)is_cropFactor;

Frameworks/AVFoundation.framework/AVAssetClientURLRequestHelper.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
void * _URLRequestOriginator;
77
id /* block */ _figAssetProvider;
88
AVCMNotificationDispatcher * _figNotificationDispatcher;
9+
AVWeakReference * _weakReferenceToAsset;
910
AVWeakReference * _weakReferenceToResourceLoader;
1011
AVWeakReference * _weakReferenceToSelf;
1112
}
@@ -15,16 +16,19 @@
1516
@property (nonatomic, copy) id /* block */ figAssetProvider;
1617
@property (nonatomic) AVAssetResourceLoader *resourceLoader;
1718

19+
- (id)URLAsset;
1820
- (const void*)URLRequestOriginator;
1921
- (void)_finishLoadingCustomURLProviderRequestWithResponseProperties:(id)arg1 context:(id)arg2;
22+
- (void)_handleRequestForAsset:(id)arg1 contentKeySession:(id)arg2 request:(id)arg3 identifier:(id)arg4;
23+
- (void)_onUnhandledContentKeyRequest:(id)arg1;
2024
- (void)_startHandlingURLRequestsFromRequestOriginator:(void*)arg1;
2125
- (void)_stopHandlingURLRequestsFromRequestOriginator:(void*)arg1;
2226
- (void)dealloc;
2327
- (const struct OpaqueFigAsset { }*)figAsset;
2428
- (id /* block */)figAssetProvider;
2529
- (void)finalize;
2630
- (void)handleURLRequest:(id)arg1;
27-
- (id)init;
31+
- (id)initWithAsset:(id)arg1;
2832
- (id)resourceLoader;
2933
- (void)setFigAssetProvider:(id /* block */)arg1;
3034
- (void)setResourceLoader:(id)arg1;

Frameworks/AVFoundation.framework/AVAssetDownloadSession.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
@property (nonatomic, readonly) NSURL *URL;
1010
@property (nonatomic, readonly) unsigned long long availableFileSize;
11+
@property (nonatomic, readonly) unsigned long long countOfBytesReceived;
1112
@property (nonatomic, readonly) NSURL *destinationURL;
1213
@property (nonatomic, readonly) unsigned long long downloadToken;
1314
@property (nonatomic, readonly) NSError *error;
@@ -47,6 +48,7 @@
4748
- (id)_verifyDownloadConfigurationForAssetType;
4849
- (id)_weakReference;
4950
- (unsigned long long)availableFileSize;
51+
- (unsigned long long)countOfBytesReceived;
5052
- (void)dealloc;
5153
- (id)destinationURL;
5254
- (unsigned long long)downloadToken;

Frameworks/AVFoundation.framework/AVAssetInspector.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
@property (nonatomic, readonly) AVMetadataItem *creationDate;
1717
@property (nonatomic, readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } duration;
1818
@property (getter=isExportable, nonatomic, readonly) BOOL exportable;
19+
@property (nonatomic, readonly) NSString *identifyingTag;
1920
@property (nonatomic, readonly) NSString *identifyingTagClass;
2021
@property (getter=_instanceIdentifier, nonatomic, readonly) NSString *instanceIdentifier;
2122
@property (nonatomic, readonly) NSString *lyrics;
@@ -47,6 +48,7 @@
4748
- (id)creationDate;
4849
- (struct { long long x1; int x2; unsigned int x3; long long x4; })duration;
4950
- (BOOL)hasProtectedContent;
51+
- (id)identifyingTag;
5052
- (id)identifyingTagClass;
5153
- (BOOL)isCompatibleWithAirPlayVideo;
5254
- (BOOL)isCompatibleWithSavedPhotosAlbum;

Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@
7575
- (void)setShutterSound:(unsigned long)arg1;
7676
- (void)setSquareCropEnabled:(BOOL)arg1;
7777
- (void)setTurboModeEnabled:(BOOL)arg1;
78+
- (void)setUserInitiatedPhotoRequestTime:(unsigned long long)arg1;
7879
- (unsigned long)shutterSound;
7980
- (long long)uniqueID;
81+
- (unsigned long long)userInitiatedPhotoRequestTime;
8082

8183
// Image: /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI
8284

Frameworks/AVFoundation.framework/AVCapturePhotoSettingsInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
BOOL squareCropEnabled;
2424
BOOL turboModeEnabled;
2525
long long uniqueID;
26+
unsigned long long userInitiatedPhotoRequestTime;
2627
}
2728

2829
@end
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVContentKeyRequest : NSObject {
6+
AVContentKeyRequestInternal * _contentKeyRequest;
7+
}
8+
9+
@property (readonly) BOOL canProvidePersistableContentKey;
10+
@property (readonly) NSError *error;
11+
@property (readonly) id identifier;
12+
@property (nonatomic, readonly) NSData *initializationData;
13+
@property (readonly) int status;
14+
15+
- (id)_asset;
16+
- (void)_clearContext;
17+
- (struct OpaqueFigCPECryptor { }*)_figCryptor;
18+
- (void)_handleKeyResponseError:(long)arg1;
19+
- (long)_prepareForKeyRenewal;
20+
- (void)_setError:(id)arg1;
21+
- (void)_setStatus:(int)arg1;
22+
- (BOOL)canProvidePersistableContentKey;
23+
- (id)contentKeyRequestDataForApp:(id)arg1 contentIdentifier:(id)arg2 options:(id)arg3 error:(id*)arg4;
24+
- (void)dealloc;
25+
- (id)error;
26+
- (id)identifier;
27+
- (id)initWithContentKeySession:(id)arg1 identifier:(id)arg2 initializationData:(id)arg3 providesPersistableKey:(BOOL)arg4 context:(id)arg5 asset:(id)arg6;
28+
- (id)initializationData;
29+
- (void)makeStreamingContentKeyRequestDataForApp:(id)arg1 contentIdentifier:(id)arg2 options:(id)arg3 completionHandler:(id /* block */)arg4;
30+
- (void)processContentKeyResponse:(id)arg1;
31+
- (void)processContentKeyResponseData:(id)arg1;
32+
- (void)processContentKeyResponseError:(id)arg1;
33+
- (void)renewExpiringContentKeyResponseData;
34+
- (void)respondByRequestingPersistableContentKeyRequest;
35+
- (int)status;
36+
37+
@end
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVContentKeyRequestInternal : NSObject {
6+
AVWeakReference * _assetWeakRef;
7+
<NSObject> * _context;
8+
NSError * _error;
9+
struct OpaqueFigCPECryptor { } * _figCryptor;
10+
id _identifier;
11+
NSData * _initializationData;
12+
BOOL _providesPersistableKey;
13+
AVContentKeySession * _session;
14+
int _status;
15+
}
16+
17+
@end
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVContentKeyResponse : NSObject {
6+
AVContentKeyResponseInternal * _keyResponse;
7+
}
8+
9+
+ (id)contentKeyResponseWithFairPlayStreamingKeyResponseData:(id)arg1;
10+
11+
- (void)dealloc;
12+
- (id)initWithKeyResponseData:(id)arg1;
13+
- (id)keyResponseData;
14+
15+
@end
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVContentKeyResponseInternal : NSObject {
6+
NSData * _keyResponseData;
7+
}
8+
9+
@end
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVContentKeySession : NSObject {
6+
AVContentKeySessionInternal * _session;
7+
}
8+
9+
@property (readonly) NSData *contentProtectionSessionIdentifier;
10+
@property (readonly) <AVContentKeySessionDelegate> *delegate;
11+
@property (readonly) NSObject<OS_dispatch_queue> *delegateQueue;
12+
@property (getter=isInternal, nonatomic, readonly) BOOL internal;
13+
@property (readonly) NSString *keySystem;
14+
@property (readonly) NSURL *storageURL;
15+
16+
+ (id)contentKeySessionWithKeySystem:(id)arg1 storageDirectoryAtURL:(id)arg2;
17+
+ (id)pendingExpiredSessionReportsWithAppIdentifier:(id)arg1 storageDirectoryAtURL:(id)arg2;
18+
+ (void)removePendingExpiredSessionReports:(id)arg1 withAppIdentifier:(id)arg2 storageDirectoryAtURL:(id)arg3;
19+
20+
- (const struct OpaqueFigContentKeySession { }*)_figContentKeySession;
21+
- (id)_weakReference;
22+
- (void)_willDeallocOrFinalize;
23+
- (void)addContentKeyRecipient:(id)arg1;
24+
- (id)contentKeyRecipients;
25+
- (id)contentProtectionSessionIdentifier;
26+
- (const struct OpaqueFigCPECryptor { }*)copyDecryptorForIdentifier:(id)arg1 initializationData:(id)arg2;
27+
- (id)createCryptorOptionsForIdentifier:(id)arg1 initializationData:(id)arg2 formatDescription:(struct opaqueCMFormatDescription { }*)arg3;
28+
- (const struct OpaqueFigCPECryptor { }*)createDecryptorIfNecessaryForIdentifier:(id)arg1 initializationData:(id)arg2 formatDescription:(struct opaqueCMFormatDescription { }*)arg3 error:(id*)arg4;
29+
- (id)createProtectorSessionIdentifierIfNecessary;
30+
- (void)dealloc;
31+
- (long)decodeKeyRequestInitializationData:(id)arg1 IntoSinfs:(id*)arg2 CodecType:(id*)arg3 MediaType:(id*)arg4 ContainerType:(id*)arg5;
32+
- (id)delegate;
33+
- (id)delegateQueue;
34+
- (id)delegateStorage;
35+
- (void)expire;
36+
- (void)finalize;
37+
- (BOOL)hasProtector;
38+
- (id)init;
39+
- (id)initWithStorageDirectoryAtURL:(id)arg1;
40+
- (id)initWithStorageDirectoryAtURL:(id)arg1 internal:(BOOL)arg2;
41+
- (BOOL)isInternal;
42+
- (id)issueContentKeyRequestWithIdentifier:(id)arg1 initializationData:(id)arg2 context:(id)arg3 asset:(id)arg4;
43+
- (id)issueContentKeyRequestWithIdentifier:(id)arg1 initializationData:(id)arg2 providesPersistableKey:(BOOL)arg3 context:(id)arg4 asset:(id)arg5;
44+
- (id)keySystem;
45+
- (void)processContentKeyRequestWithIdentifier:(id)arg1 initializationData:(id)arg2 options:(id)arg3;
46+
- (void)removeContentKeyRecipient:(id)arg1;
47+
- (void)renewExpiringResponseDataForContentKeyRequest:(id)arg1;
48+
- (id)setAppIdentifier:(id)arg1;
49+
- (void)setDelegate:(id)arg1;
50+
- (void)setDelegate:(id)arg1 queue:(id)arg2;
51+
- (void)setHLSMethod:(id)arg1;
52+
- (id)storageURL;
53+
54+
@end
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVContentKeySessionInternal : NSObject {
6+
NSData * _appIdentifier;
7+
NSHashTable * _contentKeyRecipients;
8+
NSMutableArray * _cryptorsList;
9+
NSMutableDictionary * _decryptorsByInitData;
10+
AVWeakReferencingDelegateStorage * _delegateStorage;
11+
struct OpaqueFigContentKeySession { } * _figContentKeySession;
12+
NSString * _hlsMethod;
13+
BOOL _internal;
14+
BOOL _isExpired;
15+
NSString * _keySystem;
16+
struct __CFData { } * _protectorSessionIdentifier;
17+
NSURL * _storageURL;
18+
NSObject<OS_dispatch_queue> * _threadSafetyQ;
19+
AVWeakReference * _weakReference;
20+
}
21+
22+
@end

Frameworks/AVFoundation.framework/AVCustomVideoCompositorSession.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
- (long)_customCompositorShouldCancelPendingFrames;
3333
- (long)_setupFigCallbacks;
3434
- (void)_willDeallocOrFinalize;
35+
- (void)compositionFrame:(struct OpaqueFigVideoCompositorFrame { }*)arg1 didFinishWithComposedPixelBuffer:(struct __CVBuffer { }*)arg2;
36+
- (void)compositionFrame:(struct OpaqueFigVideoCompositorFrame { }*)arg1 didFinishWithError:(id)arg2;
37+
- (void)compositionFrameDidCancel:(struct OpaqueFigVideoCompositorFrame { }*)arg1;
3538
- (id)customVideoCompositor;
3639
- (void)dealloc;
3740
- (void)detachVideoComposition;
3841
- (void)finalize;
3942
- (id)getAndClearClientError;
4043
- (id)initWithVideoComposition:(id)arg1;
41-
- (void)request:(id)arg1 didFinishWithComposedPixelBuffer:(struct __CVBuffer { }*)arg2;
42-
- (void)request:(id)arg1 didFinishWithError:(id)arg2;
43-
- (void)requestDidCancel:(id)arg1;
4444
- (void)setVideoComposition:(id)arg1;
4545
- (BOOL)supportsWideColorSourceFrames;
4646

Frameworks/AVFoundation.framework/AVExternalDevice.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
@property (nonatomic, readonly) NSArray *limitedUIElements;
2020
@property (nonatomic, readonly) NSString *modelName;
2121
@property (nonatomic, readonly) NSString *name;
22+
@property (nonatomic, readonly) int navigationAidedDriving;
2223
@property (nonatomic, readonly) BOOL nightMode;
2324
@property (nonatomic, readonly) BOOL nightModeSupported;
2425
@property (nonatomic, readonly) BOOL ownsScreen;
@@ -60,6 +61,7 @@
6061
- (id)limitedUIElements;
6162
- (id)modelName;
6263
- (id)name;
64+
- (int)navigationAidedDriving;
6365
- (BOOL)nightMode;
6466
- (BOOL)nightModeSupported;
6567
- (BOOL)ownsScreen;

Frameworks/AVFoundation.framework/AVFigAssetInspector.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- (id)_instanceIdentifier;
3232
- (BOOL)_isStreaming;
3333
- (id)_mediaSelectionGroupDictionaries;
34+
- (id)_nameForProxy;
3435
- (void*)_valueAsCFTypeForProperty:(struct __CFString { }*)arg1;
3536
- (id)alternateTrackGroups;
3637
- (id)availableMetadataFormats;
@@ -46,6 +47,7 @@
4647
- (void)finalize;
4748
- (BOOL)hasProtectedContent;
4849
- (unsigned int)hash;
50+
- (id)identifyingTag;
4951
- (id)identifyingTagClass;
5052
- (id)initWithFigAsset:(struct OpaqueFigAsset { }*)arg1;
5153
- (BOOL)isCompatibleWithAirPlayVideo;

Frameworks/AVFoundation.framework/AVMediaSelectionOption.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393

9494
// Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
9595

96+
- (id)_languageOptionIdentifier;
9697
- (id)makeNowPlayingInfoLanguageOption;
9798
- (BOOL)mpIsOnlyAC3;
9899
- (BOOL)mpIsSDH;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVPersistableContentKeyRequest : AVContentKeyRequest
6+
7+
- (id)persistableContentKeyFromKeyVendorResponse:(id)arg1 options:(id)arg2 error:(id*)arg3;
8+
9+
@end

Frameworks/AVFoundation.framework/AVPlayAVSyncOutputConsumer.h

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

0 commit comments

Comments
 (0)