Skip to content

Commit

Permalink
iOS 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nst committed Sep 24, 2016
1 parent 83cd4f7 commit cc2e15d
Show file tree
Hide file tree
Showing 37,821 changed files with 646,297 additions and 273,606 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- (id)audioOptions;
- (BOOL)canFullySpecifyOutputFormatReturningReason:(id*)arg1;
- (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;
- (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; double x_4_1_3[3]; } x4[1]; }*)copyAudioChannelLayoutForSourceFormatDescription:(struct opaqueCMFormatDescription { }*)arg1 audioChannelLayoutSize:(unsigned int*)arg2;
- (BOOL)encoderIsAvailableOnCurrentSystemReturningError:(id*)arg1;
- (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;
- (id)initWithAVAudioSettingsDictionary:(id)arg1 exceptionReason:(id*)arg2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*/

@interface AVAVVideoSettingsVideoOutputSettings : AVVideoOutputSettings <AVReencodedVideoSettingsForFig> {
NSDictionary *_VTCleanApertureDictionary;
NSDictionary *_VTPixelAspectRatioDictionary;
NSDictionary *_adaptedVideoCompressionProperties;
NSDictionary * _VTCleanApertureDictionary;
NSDictionary * _VTPixelAspectRatioDictionary;
NSDictionary * _adaptedVideoCompressionProperties;
}

@property (nonatomic, readonly) unsigned long videoCodecType;
Expand Down
42 changes: 28 additions & 14 deletions Frameworks/AVFoundation.framework/AVAsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,34 @@
*/

@interface AVAsset : NSObject <AVAsynchronousKeyValueLoading, NSCopying> {
AVAssetInternal *_asset;
AVAssetInternal * _asset;
}

@property (getter=MP_canAffectNetworkPlayability, setter=MP_setCanAffectNetworkPlayability:, nonatomic) BOOL MP_canAffectNetworkPlayability;
@property (readonly) NSArray *availableChapterLocales;
@property (nonatomic, readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } duration;
@property (nonatomic, readonly) struct { int x1; int x2; unsigned int x3; int x4; } duration;
@property (nonatomic, readonly) BOOL isProxy;
@property (nonatomic, readonly) struct CGSize { float x1; float x2; } naturalSize;
@property (nonatomic, readonly) struct CGSize { float x1; float x2; } naturalSizeWithPreferredTransforms;
@property (nonatomic, readonly) float preferredRate;
@property (nonatomic, readonly) struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; } preferredTransform;
@property (nonatomic, readonly) float preferredVolume;
@property (nonatomic, readonly) struct CGSize { double x1; double x2; } naturalSize;
@property (nonatomic, readonly) struct CGSize { double x1; double x2; } naturalSizeWithPreferredTransforms;
@property (nonatomic, readonly) double preferredRate;
@property (nonatomic, readonly) struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; } preferredTransform;
@property (nonatomic, readonly) double preferredVolume;
@property (nonatomic, readonly) id propertyListForProxy;
@property (nonatomic, readonly) NSValue *pu_cachedDuration;
@property (setter=rc_setComposedAVURL:, nonatomic, retain) NSURL *rc_composedAVURL;

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

+ (id)assetProxyWithPropertyList:(id)arg1;
+ (id)assetWithData:(id)arg1 contentType:(id)arg2 options:(id)arg3;
+ (id)assetWithURL:(id)arg1;
+ (id)assetWithURL:(id)arg1 figPlaybackItem:(struct OpaqueFigPlaybackItem { }*)arg2 trackIDs:(id)arg3 dynamicBehavior:(BOOL)arg4;

- (id)_ID3Metadata;
- (id)_URLSessionDataDelegate;
- (id)_URLSessionOperationQueue;
- (id)_absoluteURL;
- (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;
- (unsigned int)_addChapterMetadataItem:(id)arg1 timeRange:(struct { struct { int x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; int x_1_1_4; } x1; struct { int x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; int x_2_1_4; } x2; })arg2 toChapters:(id)arg3 fromIndex:(unsigned int)arg4;
- (id)_assetInspector;
- (id)_assetInspectorLoader;
- (id)_availableCanonicalizedChapterLanguages;
Expand All @@ -42,7 +45,7 @@
- (BOOL)_containsAtLeastOnePlayableVideoTrack;
- (id)_exportURL;
- (struct OpaqueFigAsset { }*)_figAsset;
- (id)_firstTrackGroupWithMediaType:(id)arg1;
- (id)_firstTrackGroupWithMediaTypes:(id)arg1;
- (struct OpaqueFigFormatReader { }*)_formatReader;
- (double)_fragmentMindingInterval;
- (void)_handleURLRequest:(id)arg1;
Expand All @@ -55,10 +58,12 @@
- (struct OpaqueFigMutableComposition { }*)_mutableComposition;
- (BOOL)_needsLegacyChangeNotifications;
- (struct OpaqueFigPlaybackItem { }*)_playbackItem;
- (id)_resourceLoaderURLSession;
- (void)_serverHasDied;
- (void)_setFragmentMindingInterval:(double)arg1;
- (void)_setIsAssociatedWithFragmentMinder:(BOOL)arg1;
- (void)_tracksDidChange;
- (id)_tracksWithClass:(Class)arg1;
- (id)_weakReference;
- (id)alternateTrackGroups;
- (id)audioAlternatesTrackGroup;
Expand All @@ -76,10 +81,11 @@
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (id)creationDate;
- (void)dealloc;
- (struct { long long x1; int x2; unsigned int x3; long long x4; })duration;
- (struct { int x1; int x2; unsigned int x3; int x4; })duration;
- (BOOL)hasProtectedContent;
- (unsigned int)hash;
- (id)init;
- (id)initWithData:(id)arg1 contentType:(id)arg2 options:(id)arg3;
- (id)initWithURL:(id)arg1 options:(id)arg2;
- (BOOL)isCompatibleWithAirPlayVideo;
- (BOOL)isCompatibleWithSavedPhotosAlbum;
Expand All @@ -97,12 +103,12 @@
- (id)mediaSelectionGroupForPropertyList:(id)arg1 mediaSelectionOption:(id*)arg2;
- (id)metadata;
- (id)metadataForFormat:(id)arg1;
- (struct CGSize { float x1; float x2; })naturalSize;
- (struct CGSize { double x1; double x2; })naturalSize;
- (int)naturalTimeScale;
- (id)preferredMediaSelection;
- (float)preferredRate;
- (float)preferredSoundCheckVolumeNormalization;
- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform;
- (struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; })preferredTransform;
- (float)preferredVolume;
- (id)propertyListForProxy;
- (BOOL)providesPreciseDurationAndTiming;
Expand Down Expand Up @@ -131,17 +137,25 @@

- (void)_pu_setCachedDuration:(id)arg1;
- (id)pu_cachedDuration;
- (struct { long long x1; int x2; unsigned int x3; long long x4; })pu_duration;
- (struct { int x1; int x2; unsigned int x3; int x4; })pu_duration;
- (void)pu_loadDurationWithCompletionHandler:(id /* block */)arg1;

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

- (struct CGImageSource { }*)newPreviewImageSource;
- (struct UIImage { Class x1; }*)previewImage;

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

- (float)is_cropFactor;
- (id)is_valueForMetadataIdentifier:(id)arg1;
- (struct CGSize { double x1; double x2; })is_videoSize;

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

- (id)vcp_enabledTracksWithMediaType:(id)arg1;
- (id)vcp_firstEnabledTrackWithMediaType:(id)arg1;
- (BOOL)vcp_isMontage;

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

Expand All @@ -152,6 +166,6 @@

+ (id)keyPathsForValuesAffectingNaturalSizeWithPreferredTransforms;

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

@end
24 changes: 9 additions & 15 deletions Frameworks/AVFoundation.framework/AVAssetCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,23 @@
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@interface AVAssetCache : NSObject {
AVAssetCacheInternal *_priv;
}
@interface AVAssetCache : NSObject

@property (nonatomic, readonly, copy) NSURL *URL;
@property (nonatomic, readonly) long long currentSize;
@property (nonatomic) long long maxEntrySize;
@property (nonatomic) long long maxSize;
@property (getter=isPlayableOffline, nonatomic, readonly) BOOL playableOffline;

+ (id)assetCacheWithURL:(id)arg1;

- (id)URL;
- (id)_init;
- (id)allKeys;
- (long long)currentSize;
- (void)dealloc;
- (void)finalize;
- (int)currentSize;
- (id)initWithURL:(id)arg1;
- (BOOL)isPlayableOffline;
- (id)lastModifiedDateOfEntryForKey:(id)arg1;
- (long long)maxEntrySize;
- (long long)maxSize;
- (int)maxEntrySize;
- (int)maxSize;
- (id)mediaSelectionOptionsInMediaSelectionGroup:(id)arg1;
- (void)removeEntryForKey:(id)arg1;
- (void)setMaxEntrySize:(long long)arg1;
- (void)setMaxSize:(long long)arg1;
- (long long)sizeOfEntryForKey:(id)arg1;
- (int)sizeOfEntryForKey:(id)arg1;

@end
9 changes: 0 additions & 9 deletions Frameworks/AVFoundation.framework/AVAssetCacheInternal.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
*/

@interface AVAssetClientURLRequestHelper : NSObject {
void *_URLRequestOriginator;
id /* block */ _figAssetProvider;
AVCMNotificationDispatcher *_figNotificationDispatcher;
AVWeakReference *_weakReferenceToResourceLoader;
AVWeakReference *_weakReferenceToSelf;
void * _URLRequestOriginator;
id /* block */ _figAssetProvider;
AVCMNotificationDispatcher * _figNotificationDispatcher;
AVWeakReference * _weakReferenceToResourceLoader;
AVWeakReference * _weakReferenceToSelf;
}

@property (nonatomic, retain) const void*URLRequestOriginator;
Expand Down
16 changes: 16 additions & 0 deletions Frameworks/AVFoundation.framework/AVAssetDownloadCache.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@interface AVAssetDownloadCache : AVAssetCache {
AVAssetDownloadCacheInternal * _internal;
}

- (id)URL;
- (id)_asset;
- (void)dealloc;
- (id)initWithAsset:(id)arg1;
- (BOOL)isPlayableOffline;
- (id)mediaSelectionOptionsInMediaSelectionGroup:(id)arg1;

@end
12 changes: 12 additions & 0 deletions Frameworks/AVFoundation.framework/AVAssetDownloadCacheInternal.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@interface AVAssetDownloadCacheInternal : NSObject {
AVAsset * asset;
struct CMBaseObject { } * assetCacheInspector;
}

- (void).cxx_destruct;

@end
23 changes: 13 additions & 10 deletions Frameworks/AVFoundation.framework/AVAssetDownloadSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,30 @@
*/

@interface AVAssetDownloadSession : NSObject {
AVAssetDownloadSessionInternal *_internal;
AVAssetDownloadSessionInternal * _internal;
}

@property (nonatomic, readonly) NSURL *URL;
@property (nonatomic, readonly) unsigned long long availableFileSize;
@property (nonatomic, readonly) unsigned int availableFileSize;
@property (nonatomic, readonly) NSURL *destinationURL;
@property (nonatomic, readonly) unsigned long long downloadToken;
@property (nonatomic, readonly) unsigned int downloadToken;
@property (nonatomic, readonly) NSError *error;
@property (nonatomic, readonly) unsigned long long fileSize;
@property (nonatomic, readonly) unsigned int fileSize;
@property (nonatomic, readonly) NSArray *loadedTimeRanges;
@property (nonatomic, readonly) int priority;
@property (nonatomic, readonly) AVMediaSelection *resolvedMediaSelection;
@property (nonatomic, readonly) int status;

+ (id)assetDownloadSessionWithAsset:(id)arg1 destinationURL:(id)arg2 options:(id)arg3;
+ (id)assetDownloadSessionWithDownloadToken:(unsigned long long)arg1;
+ (id)assetDownloadSessionWithDownloadToken:(unsigned int)arg1;
+ (id)assetDownloadSessionWithURL:(id)arg1 destinationURL:(id)arg2 options:(id)arg3;

- (id)URL;
- (void)_addFigAssetDownloaderListeners;
- (void)_addFigAssetListeners;
- (void)_addFigPlaybackItemListeners;
- (id)_common_init;
- (struct OpaqueFigAsset { }*)_createDuplicateFigAssetFromAVAsset:(id)arg1;
- (id)_errorForFigNotificationPayload:(struct __CFDictionary { }*)arg1 key:(struct __CFString { }*)arg2;
- (struct OpaqueFigAsset { }*)_figAsset;
- (id)_figAssetDownloaderNotificationNames;
Expand All @@ -40,26 +42,27 @@
- (void)_removeFigAssetListeners;
- (void)_removeFigPlaybackItemListeners;
- (void)_selectMediaOptionsFromMediaSelection:(id)arg1;
- (BOOL)_setFileFigAsset:(struct OpaqueFigAsset { }*)arg1;
- (long)_setFileFigAsset:(struct OpaqueFigAsset { }*)arg1;
- (void)_transitionToTerminalStatus:(int)arg1 error:(id)arg2;
- (id)_verifyDownloadConfigurationForAssetType;
- (id)_weakReference;
- (unsigned long long)availableFileSize;
- (unsigned int)availableFileSize;
- (void)dealloc;
- (id)destinationURL;
- (unsigned long long)downloadToken;
- (unsigned int)downloadToken;
- (id)error;
- (unsigned long long)fileSize;
- (unsigned int)fileSize;
- (void)finalize;
- (id)init;
- (id)initWithAsset:(id)arg1 destinationURL:(id)arg2 options:(id)arg3;
- (id)initWithDownloadToken:(unsigned long long)arg1;
- (id)initWithDownloadToken:(unsigned int)arg1;
- (id)initWithURL:(id)arg1 destinationURL:(id)arg2 options:(id)arg3;
- (id)loadedTimeRanges;
- (void)pause;
- (int)priority;
- (id)resolvedMediaSelection;
- (void)start;
- (void)startLoadingMetadata;
- (int)status;
- (void)stop;

Expand Down
28 changes: 14 additions & 14 deletions Frameworks/AVFoundation.framework/AVAssetDownloadSessionInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
*/

@interface AVAssetDownloadSessionInternal : NSObject {
NSURL *URL;
AVURLAsset *asset;
struct CMBaseObject { } *assetDownloader;
NSNumber *cachePrimingDownloadTokenNum;
NSURL *destinationURL;
unsigned long long downloadToken;
NSError *error;
struct OpaqueFigAsset { } *figAsset;
struct OpaqueFigPlaybackItem { } *playbackItem;
struct OpaqueFigPlayer { } *player;
int priority;
NSObject<OS_dispatch_queue> *readWriteQueue;
int status;
AVWeakReference *weakReference;
NSURL * URL;
AVURLAsset * asset;
struct CMBaseObject { } * assetDownloader;
NSNumber * cachePrimingDownloadTokenNum;
NSURL * destinationURL;
unsigned int downloadToken;
NSError * error;
struct OpaqueFigAsset { } * figAsset;
struct OpaqueFigPlaybackItem { } * playbackItem;
struct OpaqueFigPlayer { } * player;
int priority;
NSObject<OS_dispatch_queue> * readWriteQueue;
int status;
AVWeakReference * weakReference;
}

@end
Loading

0 comments on commit cc2e15d

Please sign in to comment.