Skip to content

Commit

Permalink
11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nst committed Jul 9, 2018
1 parent 9c31ca2 commit f53e3d0
Show file tree
Hide file tree
Showing 47,648 changed files with 756,369 additions and 498,469 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
58 changes: 0 additions & 58 deletions Frameworks/AVFAudio.framework

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
@interface AVAIFCOutputSettingsValidator : AVMediaFileOutputSettingsValidator

- (id)initWithFileType:(id)arg1;
- (BOOL)validateAudioOutputSettings:(id)arg1 reason:(id*)arg2;
- (bool)validateAudioOutputSettings:(id)arg1 reason:(id*)arg2;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
@interface AVAIFFOutputSettingsValidator : AVMediaFileOutputSettingsValidator

- (id)initWithFileType:(id)arg1;
- (BOOL)validateAudioOutputSettings:(id)arg1 reason:(id*)arg2;
- (bool)validateAudioOutputSettings:(id)arg1 reason:(id*)arg2;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
+ (id)eligibleOutputSettingsDictionaryKeys;

- (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;
- (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;
- (bool)canFullySpecifyOutputFormatReturningReason:(id*)arg1;
- (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;
- (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 int)arg2 sourceFormatDescription:(struct opaqueCMFormatDescription { }*)arg3;
- (id)initWithAVAudioSettingsDictionary:(id)arg1 exceptionReason:(id*)arg2;
- (id)initWithTrustedAVAudioSettingsDictionary:(id)arg1;
- (BOOL)willYieldCompressedSamples;
- (bool)willYieldCompressedSamples;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
NSDictionary * _adaptedVideoCompressionProperties;
}

@property (nonatomic, readonly) unsigned long videoCodecType;
@property (nonatomic, readonly) unsigned int videoCodecType;
@property (nonatomic, readonly) NSDictionary *videoCompressionProperties;
@property (nonatomic, readonly) NSDictionary *videoEncoderSpecification;

+ (BOOL)_validateVideoCompressionProperties:(id)arg1 againstSupportedPropertyDictionary:(id)arg2 forCodecType:(id)arg3 exceptionReason:(id*)arg4;
+ (bool)_validateVideoCompressionProperties:(id)arg1 againstSupportedPropertyDictionary:(id)arg2 forCodecType:(id)arg3 exceptionReason:(id*)arg4;
+ (id)_videoOutputSettingsWithVideoSettingsDictionary:(id)arg1 exceptionReason:(id*)arg2;
+ (id)eligibleOutputSettingsDictionaryKeys;

- (BOOL)canFullySpecifyOutputFormatReturningReason:(id*)arg1;
- (bool)canFullySpecifyOutputFormatReturningReason:(id*)arg1;
- (id)cleanApertureDictionary;
- (void)dealloc;
- (BOOL)encoderIsAvailableOnCurrentSystemReturningError:(id*)arg1;
- (bool)encoderIsAvailableOnCurrentSystemReturningError:(id*)arg1;
- (int)height;
- (id)initWithAVVideoSettingsDictionary:(id)arg1 exceptionReason:(id*)arg2;
- (id)initWithTrustedAVVideoSettingsDictionary:(id)arg1;
- (id)pixelAspectRatioDictionary;
- (unsigned long)videoCodecType;
- (unsigned int)videoCodecType;
- (id)videoCompressionProperties;
- (id)videoEncoderSpecification;
- (int)width;
- (BOOL)willYieldCompressedSamples;
- (bool)willYieldCompressedSamples;

@end
115 changes: 76 additions & 39 deletions Frameworks/AVFoundation.framework/AVAsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,117 +6,126 @@
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) 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) bool isProxy;
@property (nonatomic, readonly) long long moovAtomSize;
@property (nonatomic, readonly) struct CGSize { double x1; double x2; } naturalSize;
@property (nonatomic, readonly) struct CGSize { double x1; double 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) struct CGAffineTransform { double x1; double x2; double x3; double x4; double x5; double x6; } preferredTransform;
@property (nonatomic, readonly) float preferredVolume;
@property (nonatomic, readonly) id propertyListForProxy;
@property (nonatomic, readonly) NSValue *pu_cachedDuration;
@property (getter=isQTAutoloopVideo, readonly) bool qtAutoloopVideo;
@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)assetWithURL:(id)arg1 figPlaybackItem:(struct OpaqueFigPlaybackItem { }*)arg2 trackIDs:(id)arg3 dynamicBehavior:(bool)arg4;
+ (bool)expectsPropertyRevisedNotifications;
+ (bool)supportsPlayerItems;

- (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 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;
- (id)_assetAnalysisMessages;
- (id)_assetInspector;
- (id)_assetInspectorLoader;
- (id)_availableCanonicalizedChapterLanguages;
- (id)_chapterDataTypeForMediaSubType:(long)arg1;
- (id)_chapterDataTypeForMediaSubType:(int)arg1;
- (id)_chapterMetadataGroupsBestMatchingPreferredLanguages:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
- (id)_chapterMetadataGroupsWithFigChapterGroups:(id)arg1 titleLanguage:(id)arg2 containingItemsWithCommonKeys:(id)arg3;
- (id)_chapterMetadataGroupsWithTitleLanguage:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
- (id)_chapterTracks;
- (Class)_classForTrackInspectors;
- (id)_comparisonToken;
- (BOOL)_containsAtLeastOnePlayableAudioTrack;
- (BOOL)_containsAtLeastOnePlayableVideoTrack;
- (bool)_containsAtLeastOnePlayableAudioTrack;
- (bool)_containsAtLeastOnePlayableVideoTrack;
- (id)_exportURL;
- (struct OpaqueFigAsset { }*)_figAsset;
- (id)_firstTrackGroupWithMediaTypes:(id)arg1;
- (struct OpaqueFigFormatReader { }*)_formatReader;
- (double)_fragmentMindingInterval;
- (void)_handleURLRequest:(id)arg1;
- (BOOL)_hasResourceLoaderDelegate;
- (BOOL)_isStreaming;
- (bool)_hasResourceLoaderDelegate;
- (bool)_isStreaming;
- (void)_loadChapterInfo;
- (void)_loadValuesSynchronouslyForKeys:(id)arg1 trackKeys:(id)arg2;
- (id)_mediaSelectionGroupDictionaries;
- (BOOL)_mindsFragments;
- (bool)_mindsFragments;
- (struct OpaqueFigMutableComposition { }*)_mutableComposition;
- (BOOL)_needsLegacyChangeNotifications;
- (bool)_needsLegacyChangeNotifications;
- (struct OpaqueFigPlaybackItem { }*)_playbackItem;
- (id)_resourceLoaderURLSession;
- (void)_serverHasDied;
- (void)_setFragmentMindingInterval:(double)arg1;
- (void)_setIsAssociatedWithFragmentMinder:(BOOL)arg1;
- (void)_setIsAssociatedWithFragmentMinder:(bool)arg1;
- (void)_tracksDidChange;
- (id)_tracksWithClass:(Class)arg1;
- (id)_weakReference;
- (id)allMediaSelections;
- (id)alternateTrackGroups;
- (id)audioAlternatesTrackGroup;
- (id)availableChapterLanguages;
- (id)availableChapterLocales;
- (id)availableMediaCharacteristicsWithMediaSelectionOptions;
- (id)availableMetadataFormats;
- (BOOL)canContainFragments;
- (id)availableVideoDynamicRanges;
- (bool)canContainFragments;
- (void)cancelLoading;
- (id)chapterMetadataGroupsBestMatchingPreferredLanguages:(id)arg1;
- (id)chapterMetadataGroupsWithTitleLocale:(id)arg1 containingItemsWithCommonKeys:(id)arg2;
- (id)commonMetadata;
- (id)compatibleTrackForCompositionTrack:(id)arg1;
- (BOOL)containsFragments;
- (bool)containsFragments;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (id)creationDate;
- (void)dealloc;
- (struct { long long x1; int x2; unsigned int x3; long long x4; })duration;
- (BOOL)hasProtectedContent;
- (unsigned int)hash;
- (bool)hasProtectedContent;
- (unsigned long long)hash;
- (id)init;
- (id)initWithData:(id)arg1 contentType:(id)arg2 options:(id)arg3;
- (id)initWithURL:(id)arg1 options:(id)arg2;
- (BOOL)isCompatibleWithAirPlayVideo;
- (BOOL)isCompatibleWithSavedPhotosAlbum;
- (BOOL)isComposable;
- (BOOL)isEqual:(id)arg1;
- (BOOL)isExportable;
- (BOOL)isPlayable;
- (BOOL)isProxy;
- (BOOL)isReadable;
- (bool)isCompatibleWithAirPlayVideo;
- (bool)isCompatibleWithSavedPhotosAlbum;
- (bool)isComposable;
- (bool)isEqual:(id)arg1;
- (bool)isExportable;
- (bool)isPlayable;
- (bool)isProxy;
- (bool)isReadable;
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 completionHandler:(id /* block */)arg2;
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 keysForCollectionKeys:(id)arg2 completionHandler:(id /* block */)arg3;
- (id)lyrics;
- (id)makePropertyListForProxyWithOptions:(id)arg1;
- (struct CGSize { double x1; double x2; })maximumVideoResolution;
- (id)mediaSelectionGroupForMediaCharacteristic:(id)arg1;
- (id)mediaSelectionGroupForPropertyList:(id)arg1 mediaSelectionOption:(id*)arg2;
- (id)metadata;
- (id)metadataForFormat:(id)arg1;
- (struct CGSize { float x1; float x2; })naturalSize;
- (long long)moovAtomSize;
- (struct CGSize { double x1; double x2; })naturalSize;
- (int)naturalTimeScale;
- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint;
- (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;
- (unsigned int)referenceRestrictions;
- (int)statusOfValueForKey:(id)arg1;
- (int)statusOfValueForKey:(id)arg1 error:(id*)arg2;
- (bool)providesPreciseDurationAndTiming;
- (unsigned long long)referenceRestrictions;
- (long long)statusOfValueForKey:(id)arg1;
- (long long)statusOfValueForKey:(id)arg1 error:(id*)arg2;
- (id)subtitleAlternatesTrackGroup;
- (bool)supportsAnalysisReporting;
- (id)trackGroups;
- (id)trackReferences;
- (id)trackWithTrackID:(int)arg1;
Expand All @@ -129,8 +138,6 @@

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

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

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

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

+ (void)assetIsAutoloopMedia:(id)arg1 completionHandler:(id /* block */)arg2;

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

- (bool)isQTAutoloopVideo;

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

+ (id)assetWithIdentifierURL:(id)arg1;
+ (id)pluginEditedAsset;
+ (void)setPluginEditedAsset:(id)arg1;

- (id)creationDateFromMetadata;

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

- (struct CGImageSource { }*)newPreviewImageSource;
- (id)previewImageDataWithUTType:(id)arg1;

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

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

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

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

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

+ (id)keyPathsForValuesAffectingNaturalSizeWithPreferredTransforms;

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

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

- (id)vcp_assetWithoutAdjustments:(id)arg1 duration:(double)arg2;
- (id)vcp_enabledTracksWithMediaType:(id)arg1;
- (id)vcp_firstEnabledTrackWithMediaType:(id)arg1;
- (BOOL)vcp_isMontage;
- (BOOL)vcp_isShortMovie;
- (bool)vcp_isMontage;
- (bool)vcp_isShortMovie;
- (struct { long long x1; int x2; unsigned int x3; long long x4; })vcp_livePhotoStillDisplayTime;
- (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;
- (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;

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

Expand All @@ -172,6 +209,6 @@

+ (id)keyPathsForValuesAffectingNaturalSizeWithPreferredTransforms;

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

@end
4 changes: 2 additions & 2 deletions Frameworks/AVFoundation.framework/AVAssetCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@interface AVAssetCache : NSObject

@property (getter=isPlayableOffline, nonatomic, readonly) BOOL playableOffline;
@property (getter=isPlayableOffline, nonatomic, readonly) bool playableOffline;

+ (id)assetCacheWithURL:(id)arg1;

Expand All @@ -13,7 +13,7 @@
- (id)allKeys;
- (long long)currentSize;
- (id)initWithURL:(id)arg1;
- (BOOL)isPlayableOffline;
- (bool)isPlayableOffline;
- (id)lastModifiedDateOfEntryForKey:(id)arg1;
- (long long)maxEntrySize;
- (long long)maxSize;
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/AVFoundation.framework/AVAssetDownloadCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- (id)_asset;
- (void)dealloc;
- (id)initWithAsset:(id)arg1;
- (BOOL)isPlayableOffline;
- (bool)isPlayableOffline;
- (id)mediaSelectionOptionsInMediaSelectionGroup:(id)arg1;

@end
Loading

0 comments on commit f53e3d0

Please sign in to comment.