Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12.4 #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

12.4 #76

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions Frameworks/ARKit.framework/ARImageSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- (void)_configureCameraFocusForDevice:(id)arg1;
- (void)_configureCameraWhiteBalanceForDevice:(id)arg1;
- (void)_configureFrameRateForDevice:(id)arg1;
- (void)_configureImageControlModeForDevice:(id)arg1;
- (void)_configureVisionDataOutputForSession:(id)arg1;
- (void)_dispatchImageData:(id)arg1;
- (id)_setActiveFormat;
Expand Down
4 changes: 0 additions & 4 deletions Frameworks/ARKit.framework/ARObjectDetectionTechnique.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
bool _finishedLoadingObjects;
ARObjectDetectionResultData * _latestResultData;
NSObject<OS_dispatch_queue> * _loadObjectsQueue;
bool _startedLoadingObjects;
ARWorldTrackingTechnique * _worldTrackingTechnique;
}

@property (nonatomic, readonly) NSArray *detectionObjects;
@property bool finishedLoadingObjects;
@property bool startedLoadingObjects;
@property (retain) ARWorldTrackingTechnique *worldTrackingTechnique;

- (void).cxx_destruct;
Expand All @@ -29,10 +27,8 @@
- (void)prepare;
- (void)requestResultDataAtTimestamp:(double)arg1 context:(id)arg2;
- (void)setFinishedLoadingObjects:(bool)arg1;
- (void)setStartedLoadingObjects:(bool)arg1;
- (void)setWorldTrackingTechnique:(id)arg1;
- (void)siblingTechniquesDidChange:(id)arg1;
- (bool)startedLoadingObjects;
- (id)worldTrackingTechnique;

@end
9 changes: 5 additions & 4 deletions Frameworks/ARKit.framework/ARWorldTrackingTechnique.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
double _lastRelocalizationTimestamp;
double _minVergenceAngleCosine;
struct CV3DMLModel { struct { unsigned int x_1_1_1; unsigned int x_1_1_2; unsigned int x_1_1_3; } x1; struct CV3DMLModelData {} *x2; } * _mlModel;
ARWorldTrackingOptions * _mutableOptions;
NSDictionary * _objectDetectionOptions;
NSHashTable * _observers;
NSObject<OS_dispatch_semaphore> * _observersSemaphore;
ARWorldTrackingOptions * _options;
long long _previousKeyframeCount;
long long _reinitializationAttempts;
long long _reinitializationAttemptsAtInitialization;
Expand All @@ -57,10 +57,9 @@
NSObject<OS_dispatch_semaphore> * _vioObjectDetectionSemaphore;
}

@property (nonatomic, readonly) ARWorldTrackingOptions *mutableOptions;
@property (retain) ARWorldTrackingOptions *mutableOptions;
@property (nonatomic, readonly, copy) ARWorldTrackingOptions *options;
@property (nonatomic, readonly) struct CV3DVIOContext { }*vioHandle;
@property (nonatomic, readonly) long long vioHandleState;
@property (nonatomic) struct CV3DVIOContext { }*vioHandle;

+ (bool)isSupported;
+ (bool)supportsVideoResolution:(struct CGSize { double x1; double x2; })arg1;
Expand Down Expand Up @@ -106,6 +105,8 @@
- (id)resultDataClasses;
- (id)serializeMapData;
- (id)serializeSurfaceData;
- (void)setMutableOptions:(id)arg1;
- (void)setVioHandle:(struct CV3DVIOContext { }*)arg1;
- (bool)setupObjectDetection:(id)arg1;
- (struct CV3DVIOContext { }*)vioHandle;
- (long long)vioHandleState;
Expand Down
4 changes: 4 additions & 0 deletions Frameworks/ARKit.framework/gan_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@

@property (nonatomic, readonly) MLModel *model;

+ (id)urlOfModelInThisBundle;

- (void).cxx_destruct;
- (id)init;
- (id)initWithConfiguration:(id)arg1 error:(id*)arg2;
- (id)initWithContentsOfURL:(id)arg1 configuration:(id)arg2 error:(id*)arg3;
- (id)initWithContentsOfURL:(id)arg1 error:(id*)arg2;
- (id)model;
- (id)predictionFromFeatures:(id)arg1 error:(id*)arg2;
Expand Down
58 changes: 58 additions & 0 deletions Frameworks/AVFAudio.framework
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<HTML>
<HEAD>
<TITLE>AVFAudio.framework</TITLE>
</HEAD>
<BODY>
<code>
<pre>
___ _ _ ___
| _ \_ _ _ _| |_(_)_ __ ___ | _ )_ _ _____ __ _____ ___ _ _
| / || | ' \ _| | ' \/ -_) | _ \ '_/ _ \ V V (_-// -_) '_|
|_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|

-------------------------------------------------------------------------------


/Frameworks/AVFAudio.framework
0 classes



-------------------------------------------------------------------------------

Source code: https://github.com/nst/RuntimeBrowser

Authors: Ezra Epstein (eepstein@prajna.com)
Nicolas Seriot (nicolas@seriot.ch)

Copyright (c) 2002 by Prajna IT Consulting.
http://www.prajna.com
2015 by Nicolas Seriot
http://www.seriot.ch

========================================================================

THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
FOR ITS OPERATIONS IS 100% YOURS.

========================================================================

RuntimeBrowser is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

RuntimeBrowser is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA

</pre>
</code>
</BODY>
9 changes: 9 additions & 0 deletions Frameworks/AVFoundation.framework/AVAsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,15 @@

- (struct CGSize { double x1; double x2; })naturalSizeWithPreferredTransforms;

// Image: /System/Library/PrivateFrameworks/TVPlayback.framework/TVPlayback

+ (id)tvp_filteredAndSubsortedMainProgramSubtitleOptionsFromOptions:(id)arg1;
+ (id)tvp_groupedAudioAVMediaSelectionOptionsFromOptions:(id)arg1;
+ (id)tvp_sortedAuxSubtitleOptionsFromOptions:(id)arg1;

- (id)tvp_sortedAudioAVMediaSelectionOptions;
- (id)tvp_sortedSubtitleAVMediaSelectionOptions;

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

- (id)vcp_assetWithoutAdjustments:(id)arg1 duration:(double)arg2;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/AVFoundation.framework/AVCaptureDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
- (bool)hasFlash;
- (bool)hasMediaType:(id)arg1;
- (bool)hasTorch;
- (bool)hevcAllowBFramesForHighCTUCount;
- (int)hevcTurboModeVersion;
- (long long)imageControlMode;
- (id)initSubclass;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
- (bool)hasFlash;
- (bool)hasMediaType:(id)arg1;
- (bool)hasTorch;
- (bool)hevcAllowBFramesForHighCTUCount;
- (int)hevcTurboModeVersion;
- (long long)imageControlMode;
- (id)init;
Expand Down
14 changes: 9 additions & 5 deletions Frameworks/AVFoundation.framework/AVContentKeyRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,30 @@
@property (readonly) NSError *error;
@property (readonly) id identifier;
@property (nonatomic, readonly) NSData *initializationData;
@property (readonly, copy) NSDictionary *options;
@property (readonly) long long status;

+ (id)_createKeyRequestDictionaryForApp:(id)arg1 persistentKey:(id)arg2 serverChallenge:(id)arg3 cryptorKeyRequestID:(unsigned long long)arg4 purpose:(int)arg5;
+ (id)_ensureProtocolVersionList:(id)arg1;
+ (id)_mergePreloadingRequestOptions:(id)arg1 withCreateKeyRequestOptions:(id)arg2;
+ (int)_prepareCryptor:(struct OpaqueFigCPECryptor { }*)arg1 forRenewal:(bool)arg2 andReturnKeyRequestID:(unsigned long long*)arg3;
+ (void)_validateHLSEncryptionMethod:(id)arg1;
+ (void)_validateProtocolVersionList:(id)arg1;
+ (void)_validateServerChallenge:(id)arg1;

- (bool)_canRespondByRequestingPersistableContentKeyRequest;
- (void)_clearContext;
- (void)_copyAndStoreCryptorUUID;
- (void)_ensureResponseInfoSentToCustomURLHandler;
- (int)_extractAndStoreDefualtKeyIDFromInitializationData:(id)arg1;
- (void)_finishLoadingCustomURLRequestWithError:(id)arg1;
- (void)_finishLoadingCustomURLRequestWithResponseData:(id)arg1 renewalDate:(id)arg2;
- (id)_getRetryReasonForError:(int)arg1;
- (void)_handleKeyResponseError:(id)arg1;
- (void)_handleKeyResponseSuccess;
- (id)_keySystem;
- (int)_prepareForKeyRenewal;
- (void)_sendDataToCustomURLHandler:(id)arg1;
- (void)_sendDictionaryForURLRequest:(id)arg1;
- (void)_sendFinishLoadingToCustomURLHandler;
- (void)_sendFinishLoadingToCustomURLHandlerWithError:(id)arg1;
- (void)_sendResponseInfoToCustomURLHandler;
- (void)_sendResponseInfoToCustomURLHandlerWithRenewalDate:(id)arg1;
- (struct OpaqueFigCPECryptor { }*)_setCryptorWithFormatDescription:(struct opaqueCMFormatDescription { }*)arg1 error:(id*)arg2;
- (void)_setError:(id)arg1;
- (void)_setStatus:(long long)arg1;
Expand All @@ -46,8 +48,10 @@
- (id)initWithContentKeySession:(id)arg1 identifier:(id)arg2 initializationData:(id)arg3 preloadingRequestOptions:(id)arg4 providesPersistableKey:(bool)arg5;
- (id)initializationData;
- (void)makeStreamingContentKeyRequestDataForApp:(id)arg1 contentIdentifier:(id)arg2 options:(id)arg3 completionHandler:(id /* block */)arg4;
- (id)options;
- (void)processContentKeyResponse:(id)arg1;
- (void)processContentKeyResponseData:(id)arg1;
- (void)processContentKeyResponseData:(id)arg1 renewalDate:(id)arg2;
- (void)processContentKeyResponseError:(id)arg1;
- (void)renewExpiringContentKeyResponseData;
- (void)respondByRequestingPersistableContentKeyRequest;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/AVFoundation.framework/AVContentKeyResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

+ (id)contentKeyResponseWithClearKeyData:(id)arg1 initializationVector:(id)arg2;
+ (id)contentKeyResponseWithFairPlayStreamingKeyResponseData:(id)arg1;
+ (id)contentKeyResponseWithFairPlayStreamingKeyResponseData:(id)arg1 renewalDate:(id)arg2;

- (void)dealloc;
- (id)initWithKeySystem:(id)arg1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

@interface AVContentKeyResponseFairPlayStreaming : AVContentKeyResponse {
NSData * _keyData;
NSDate * _renewalDate;
}

- (void)dealloc;
- (id)initWithKeyData:(id)arg1;
- (id)initWithKeyData:(id)arg1 renewalDate:(id)arg2;

@end
4 changes: 3 additions & 1 deletion Frameworks/AVFoundation.framework/AVContentKeySession.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@
- (id)initWithKeySystem:(id)arg1 storageDirectoryAtURL:(id)arg2;
- (id)initWithKeySystem:(id)arg1 storageDirectoryAtURL:(id)arg2 internal:(bool)arg3;
- (id)initWithStorageDirectoryAtURL:(id)arg1;
- (void)invalidateAllPersistableContentKeysForApp:(id)arg1 options:(id)arg2 completionHandler:(id /* block */)arg3;
- (void)invalidatePersistableContentKey:(id)arg1 options:(id)arg2 completionHandler:(id /* block */)arg3;
- (bool)isInternal;
- (void)issueContentKeyRequest:(id)arg1;
- (void)issueContentKeyRequest:(id)arg1 forKeyRenewal:(bool)arg2;
- (id)issueContentKeyRequestForInitializationData:(id)arg1;
- (void)issueContentKeyRequestWithCustomURLHandler:(struct OpaqueFigCustomURLHandler { }*)arg1 identifier:(id)arg2 requestInfo:(struct __CFDictionary { }*)arg3 requestID:(unsigned long long)arg4 providesPersistableKey:(bool)arg5;
- (void)issueContentKeyRequestWithCustomURLProviderContext:(id)arg1 identifier:(id)arg2 initializationData:(id)arg3 providesPersistableKey:(bool)arg4;
Expand Down
22 changes: 22 additions & 0 deletions Frameworks/AVFoundation.framework/AVExternalPlaybackMonitor.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@interface AVExternalPlaybackMonitor : NSObject {
AVExternalPlaybackMonitorInternal * _ivars;
}

@property (getter=isAirPlayVideoActive, readonly) bool airPlayVideoActive;
@property (getter=isAirPlayVideoPlaying, readonly) bool airPlayVideoPlaying;

+ (void)initialize;
+ (id)longFormVideoExternalPlaybackMonitor;

- (void)dealloc;
- (id)description;
- (id)init;
- (id)initWithFigRoutingSessionManager:(struct OpaqueFigRoutingSessionManager { }*)arg1;
- (bool)isAirPlayVideoActive;
- (bool)isAirPlayVideoPlaying;

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@interface AVExternalPlaybackMonitorInternal : NSObject {
struct OpaqueFigRoutingSessionManager { } * figRoutingSessionManager;
}

@end
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
- (void)removeOutputDevice:(id)arg1 fromRoutingContext:(struct OpaqueFigRoutingContext { }*)arg2;
- (void)setOutputDevice:(id)arg1 withOptions:(struct __CFDictionary { }*)arg2 onRoutingContext:(struct OpaqueFigRoutingContext { }*)arg3 completionHandler:(id /* block */)arg4;
- (void)setOutputDevices:(id)arg1 withOptions:(struct __CFDictionary { }*)arg2 onRoutingContext:(struct OpaqueFigRoutingContext { }*)arg3;
- (void)setOutputDevices:(id)arg1 withOptions:(struct __CFDictionary { }*)arg2 onRoutingContext:(struct OpaqueFigRoutingContext { }*)arg3 completionHandler:(id /* block */)arg4;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
- (void)removeOutputDevice:(id)arg1;
- (void)setOutputDevice:(id)arg1 options:(id)arg2 completionHandler:(id /* block */)arg3;
- (void)setOutputDevices:(id)arg1;
- (void)setOutputDevices:(id)arg1 options:(id)arg2 completionHandler:(id /* block */)arg3;
- (void)setParentOutputContext:(id)arg1;
- (void)setVolume:(float)arg1;
- (bool)supportsMultipleOutputDevices;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
- (void)removeOutputDevice:(id)arg1 fromRoutingContext:(struct OpaqueFigRoutingContext { }*)arg2;
- (void)setOutputDevice:(id)arg1 withOptions:(struct __CFDictionary { }*)arg2 onRoutingContext:(struct OpaqueFigRoutingContext { }*)arg3 completionHandler:(id /* block */)arg4;
- (void)setOutputDevices:(id)arg1 withOptions:(struct __CFDictionary { }*)arg2 onRoutingContext:(struct OpaqueFigRoutingContext { }*)arg3;
- (void)setOutputDevices:(id)arg1 withOptions:(struct __CFDictionary { }*)arg2 onRoutingContext:(struct OpaqueFigRoutingContext { }*)arg3 completionHandler:(id /* block */)arg4;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
- (void)_routeChangeStartedWithID:(id)arg1;
- (void)_routeConfigUpdateEndedWithID:(struct __CFString { }*)arg1 reason:(struct __CFString { }*)arg2;
- (void)_routeConfigUpdateStartedWithID:(struct __CFString { }*)arg1;
- (void)_routeConfigUpdatedWithID:(struct __CFString { }*)arg1 reason:(struct __CFString { }*)arg2;
- (void)_routeConfigUpdatedWithID:(struct __CFString { }*)arg1 reason:(struct __CFString { }*)arg2 initiator:(const struct __CFString { }*)arg3;
- (void)_sendCommand:(struct __CFString { }*)arg1 completionHandler:(id /* block */)arg2;
- (void)_serverConnectionDied;
- (void)_systemPickerVideoRouteChanged;
Expand Down Expand Up @@ -95,6 +95,7 @@
- (id)routingContextUUID;
- (void)setOutputDevice:(id)arg1 options:(id)arg2 completionHandler:(id /* block */)arg3;
- (void)setOutputDevices:(id)arg1;
- (void)setOutputDevices:(id)arg1 options:(id)arg2 completionHandler:(id /* block */)arg3;
- (void)setParentOutputContext:(id)arg1;
- (void)setVolume:(float)arg1;
- (bool)supportsMultipleOutputDevices;
Expand Down
6 changes: 6 additions & 0 deletions Frameworks/AVFoundation.framework/AVMediaSelection.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

@property (nonatomic, readonly) AVAsset *asset;

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

- (id)_groupDictionaries;
- (id)_initWithAsset:(id)arg1;
- (id)_initWithAsset:(id)arg1 selectedMediaArray:(id)arg2;
Expand All @@ -26,4 +28,8 @@
- (id)propertyList;
- (id)selectedMediaOptionInMediaSelectionGroup:(id)arg1;

// Image: /System/Library/PrivateFrameworks/TVPlayback.framework/TVPlayback

- (id)tvp_description;

@end
8 changes: 8 additions & 0 deletions Frameworks/AVFoundation.framework/AVMediaSelectionOption.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@property (nonatomic, readonly) NSLocale *locale;
@property (nonatomic, readonly) NSString *localizedDisplayName;
@property (getter=isMain, readonly) bool main;
@property (nonatomic, readonly) NSString *mediaRemoteIdentifier;
@property (nonatomic, readonly) NSArray *mediaSubTypes;
@property (nonatomic, readonly) NSString *mediaType;
@property (nonatomic, readonly) bool mpIsOnlyAC3;
Expand Down Expand Up @@ -83,6 +84,7 @@

// Image: /System/Library/Frameworks/AVKit.framework/AVKit

- (id)avkit_title;
- (bool)isAC3Only;
- (bool)isAuxiliary;
- (bool)isCC;
Expand All @@ -91,6 +93,7 @@
- (bool)isSDH;
- (long long)languageCompare:(id)arg1;
- (id)localizedDisplayName;
- (id)mediaRemoteIdentifier;
- (id)shortLocalizedDisplayName;

// Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
Expand All @@ -100,4 +103,9 @@
- (bool)mpIsOnlyAC3;
- (bool)mpIsSDH;

// Image: /System/Library/PrivateFrameworks/TVPlayback.framework/TVPlayback

- (id)tvp_languageCodeFromLocale;
- (id)tvp_localizedDisplayString;

@end
5 changes: 3 additions & 2 deletions Frameworks/AVFoundation.framework/AVOutputContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
- (void)muteAllOutputDevicesWithCompletionHandler:(id /* block */)arg1;
- (id)openCommunicationChannelWithOptions:(id)arg1 error:(id*)arg2;
- (id)outgoingCommunicationChannel;
- (void)outputContextImpl:(id)arg1 didChangeOutputDeviceWithInitiator:(id)arg2;
- (void)outputContextImpl:(id)arg1 didChangeOutputDevicesWithInitiator:(id)arg2;
- (void)outputContextImpl:(id)arg1 didCloseCommunicationChannel:(id)arg2;
- (void)outputContextImpl:(id)arg1 didExpireWithReplacement:(id)arg2;
- (void)outputContextImpl:(id)arg1 didInitiateDestinationChange:(id)arg2;
- (void)outputContextImpl:(id)arg1 didReceiveData:(id)arg2 fromCommunicationChannel:(id)arg3;
- (void)outputContextImplDidChangeCanSetVolume:(id)arg1;
- (void)outputContextImplDidChangeGlobalOutputDeviceConfiguration:(id)arg1;
- (void)outputContextImplDidChangeOutputDevice:(id)arg1;
- (void)outputContextImplDidChangeOutputDevices:(id)arg1;
- (void)outputContextImplDidChangeProvidesControlForAllVolumeFeatures:(id)arg1;
- (void)outputContextImplDidChangeVolume:(id)arg1;
- (void)outputContextImplOutgoingCommunicationChannelDidBecomeAvailable:(id)arg1;
Expand All @@ -80,6 +80,7 @@
- (void)setOutputDevice:(id)arg1 options:(id)arg2;
- (void)setOutputDevice:(id)arg1 options:(id)arg2 completionHandler:(id /* block */)arg3;
- (void)setOutputDevices:(id)arg1;
- (void)setOutputDevices:(id)arg1 options:(id)arg2 completionHandler:(id /* block */)arg3;
- (void)setVolume:(float)arg1;
- (bool)supportsMultipleOutputDevices;
- (float)volume;
Expand Down
Loading