mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:04 -04:00 
			
		
		
		
	added files via upload
This commit is contained in:
		
							
								
								
									
										16
									
								
								Tweaks/PSHeader/PhotoLibrary/PFVideoAdjustments.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Tweaks/PSHeader/PhotoLibrary/PFVideoAdjustments.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| #import <CoreMedia/CoreMedia.h> | ||||
|  | ||||
| NS_CLASS_AVAILABLE_IOS(7_0) | ||||
| @interface PFVideoAdjustments : NSObject | ||||
|  | ||||
| + (CMTimeRange)defaultSlowMotionTimeRangeForDuration:(CMTime)duration; | ||||
| + (float)defaultSlowMotionRateForNominalFrameRate:(float)framerate; | ||||
|  | ||||
| @property CMTimeRange slowMotionTimeRange; | ||||
|  | ||||
| - (id)initWithURL:(NSURL *)url; | ||||
| - (id)initWithSlowMotionTimeRange:(CMTimeRange)range rate:(float)rate; | ||||
|  | ||||
| - (BOOL)isRecognizedFormat; | ||||
|  | ||||
| @end | ||||
							
								
								
									
										5
									
								
								Tweaks/PSHeader/PhotoLibrary/PHAsset.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								Tweaks/PSHeader/PhotoLibrary/PHAsset.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| #import "PLManagedAsset.h" | ||||
|  | ||||
| @interface PHAsset : NSObject | ||||
| - (PLManagedAsset *)pl_managedAsset; | ||||
| @end | ||||
							
								
								
									
										6
									
								
								Tweaks/PSHeader/PhotoLibrary/PLCIFilterUtilties.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Tweaks/PSHeader/PhotoLibrary/PLCIFilterUtilties.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| #import <CoreImage/CoreImage.h> | ||||
| #import <UIKit/UIKit.h> | ||||
|  | ||||
| @interface PLCIFilterUtilties : NSObject | ||||
| + (CIImage *)outputImageFromFilters:(NSArray *)filters inputImage:(CIImage *)inputImage orientation:(UIImageOrientation)orientation copyFiltersFirst:(BOOL)copyFirst; | ||||
| @end | ||||
							
								
								
									
										19
									
								
								Tweaks/PSHeader/PhotoLibrary/PLEditPhotoController.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								Tweaks/PSHeader/PhotoLibrary/PLEditPhotoController.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| #import <CoreImage/CoreImage.h> | ||||
|  | ||||
| NS_CLASS_AVAILABLE_IOS(5_0) | ||||
| @interface PLEditPhotoController : UIViewController <UIActionSheetDelegate> | ||||
|  | ||||
| @property (readonly) CGRect normalizedCropRect; | ||||
|  | ||||
| - (UINavigationItem *)navigationItem; | ||||
| - (CIImage *)_newCIImageFromUIImage:(UIImage *)image; | ||||
| - (NSArray *)_currentNonGeometryFiltersWithEffectFilters:(NSArray *)filters; | ||||
| - (NSArray *)_cropAndStraightenFiltersForImageSize:(CGSize)size forceSquareCrop:(BOOL)crop forceUseGeometry:(BOOL)geometry; | ||||
|  | ||||
| - (void)_setControlsEnabled:(BOOL)enabled animated:(BOOL)animated; | ||||
| - (void)_presentSavingHUD; | ||||
| - (void)_dismissSavingHUD; | ||||
| - (void)save:(UIBarButtonItem *)item; | ||||
| - (void)cancel:(UIBarButtonItem *)item; | ||||
| - (void)saveAdjustments; | ||||
| @end | ||||
							
								
								
									
										12
									
								
								Tweaks/PSHeader/PhotoLibrary/PLManagedAsset.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Tweaks/PSHeader/PhotoLibrary/PLManagedAsset.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| #import "_PLManagedAsset.h" | ||||
|  | ||||
| @interface PLManagedAsset : _PLManagedAsset | ||||
| @property (readonly, nonatomic) NSString *pathForImageFile; | ||||
| @property (readonly, nonatomic) NSString *pathForOriginalFile; | ||||
| @property (readonly, nonatomic) NSString *pathForAdjustmentFile; | ||||
| @property short kindSubtype; | ||||
| @property short savedAssetType; | ||||
| @property BOOL hasAdjustments; | ||||
| - (BOOL)isMogul NS_AVAILABLE_IOS(7_0); | ||||
| - (BOOL)isVideo; | ||||
| @end | ||||
							
								
								
									
										12
									
								
								Tweaks/PSHeader/PhotoLibrary/PLPhotoBrowserController.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Tweaks/PSHeader/PhotoLibrary/PLPhotoBrowserController.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| #import "PLVideoView.h" | ||||
| #import "PLManagedAsset.h" | ||||
|  | ||||
| NS_CLASS_AVAILABLE_IOS(5_0) | ||||
| @interface PLPhotoBrowserController : UIViewController <UIActionSheetDelegate> | ||||
| @property (assign, nonatomic) BOOL isCameraApp; | ||||
| @property (readonly, assign, nonatomic) PLVideoView *currentVideoView; | ||||
| - (PLManagedAsset *)currentAsset; | ||||
| - (UINavigationBar *)navigationBar; | ||||
| - (BOOL)isEditingVideo; | ||||
| - (id)_toolbarButtonForIdentifier:(NSString *)identifier; | ||||
| @end | ||||
							
								
								
									
										11
									
								
								Tweaks/PSHeader/PhotoLibrary/PLPhotoEffect.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Tweaks/PSHeader/PhotoLibrary/PLPhotoEffect.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| NS_CLASS_AVAILABLE_IOS(8_0) | ||||
| @interface PLPhotoEffect : NSObject | ||||
| + (NSArray<PLPhotoEffect *> *)allEffects; | ||||
| + (instancetype)_effectWithIdentifier:(NSString *)identifier CIFilterName:(NSString *)filterName displayName:(NSString *)displayName; | ||||
| + (instancetype)_effectWithIdentifier:(NSString *)identifier; | ||||
| + (instancetype)_effectWithCIFilterName:(NSString *)identifier; | ||||
| + (NSUInteger)indexOfEffectWithIdentifier:(NSString *)identifier; | ||||
| - (NSString *)displayName; | ||||
| - (NSString *)filterIdentifier; | ||||
| - (NSString *)CIFilterName; | ||||
| @end | ||||
							
								
								
									
										6
									
								
								Tweaks/PSHeader/PhotoLibrary/PLProgressHUD.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Tweaks/PSHeader/PhotoLibrary/PLProgressHUD.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| @interface PLProgressHUD : UIView | ||||
| - (void)done; | ||||
| - (void)showInView:(UIView *)view; | ||||
| - (void)hide; | ||||
| - (void)setText:(NSString *)text; | ||||
| @end | ||||
							
								
								
									
										11
									
								
								Tweaks/PSHeader/PhotoLibrary/PLPublisingAgent.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Tweaks/PSHeader/PhotoLibrary/PLPublisingAgent.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| #import "PLManagedAsset.h" | ||||
|  | ||||
| @interface PLPublishingAgent : NSObject | ||||
| @property BOOL enableHDUpload; | ||||
| @property BOOL mediaIsHDVideo; | ||||
| @property NSInteger remakerMode; | ||||
| @property NSInteger selectedOption; | ||||
| + (instancetype)publishingAgentForBundleNamed:(NSString *)name toPublishMedia:(PLManagedAsset *)media; | ||||
| - (NSInteger)_remakerModeForSelectedOption; | ||||
| - (void)_transcodeVideo:(PLManagedAsset *)asset; | ||||
| @end | ||||
							
								
								
									
										14
									
								
								Tweaks/PSHeader/PhotoLibrary/PLVideoView.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								Tweaks/PSHeader/PhotoLibrary/PLVideoView.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| #import "PLManagedAsset.h" | ||||
|  | ||||
| @interface PLVideoView : UIView | ||||
|  | ||||
| @property (readonly) PLManagedAsset *videoCameraImage; | ||||
|  | ||||
| - (BOOL)isPlaying; | ||||
| - (BOOL)canEdit; | ||||
| - (BOOL)_canAccessVideo; | ||||
| - (BOOL)_mediaIsPlayable; | ||||
| - (BOOL)_mediaIsVideo; | ||||
| - (BOOL)_shouldShowSlalomEditor NS_AVAILABLE_IOS(7_0); | ||||
|  | ||||
| @end | ||||
| @@ -0,0 +1,4 @@ | ||||
| NS_CLASS_AVAILABLE_IOS(8_0) | ||||
| @interface PUAbstractAlbumListViewController : UIViewController | ||||
| - (UIBarButtonItem *)_internalButtonItem; | ||||
| @end | ||||
| @@ -0,0 +1,3 @@ | ||||
| NS_CLASS_AVAILABLE_IOS(8_0) | ||||
| @interface PUAvalancheReviewControllerPhoneSpec : NSObject | ||||
| @end | ||||
							
								
								
									
										20
									
								
								Tweaks/PSHeader/PhotoLibrary/PUPhotoBrowserController.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								Tweaks/PSHeader/PhotoLibrary/PUPhotoBrowserController.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| #import "PUPhotoEditViewController.h" | ||||
| #import "PLVideoView.h" | ||||
| #import "PLManagedAsset.h" | ||||
|  | ||||
| NS_CLASS_AVAILABLE_IOS(8_0) | ||||
| @interface PUPhotoBrowserController : UIViewController <UIActionSheetDelegate> | ||||
|  | ||||
| @property (assign, nonatomic) BOOL isCameraApp; | ||||
| @property (readonly, assign, nonatomic) PLVideoView *currentVideoView; | ||||
|  | ||||
| - (PLManagedAsset *)currentAsset; | ||||
| - (UINavigationBar *)navigationBar; | ||||
|  | ||||
| - (BOOL)isEditingVideo; | ||||
|  | ||||
| - (id)_toolbarButtonForIdentifier:(NSString *)identifier; | ||||
|  | ||||
| - (void)photoEditController:(PUPhotoEditViewController *)controller didFinishWithSavedChanges:(BOOL)change; | ||||
|  | ||||
| @end | ||||
							
								
								
									
										4
									
								
								Tweaks/PSHeader/PhotoLibrary/PUPhotoEditProtoSettings.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Tweaks/PSHeader/PhotoLibrary/PUPhotoEditProtoSettings.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| NS_CLASS_AVAILABLE_IOS(8_0) | ||||
| @interface PUPhotoEditProtoSettings : NSObject | ||||
| @property BOOL useOldPhotosEditor2; | ||||
| @end | ||||
							
								
								
									
										5
									
								
								Tweaks/PSHeader/PhotoLibrary/PUPhotoEditViewController.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								Tweaks/PSHeader/PhotoLibrary/PUPhotoEditViewController.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| NS_CLASS_AVAILABLE_IOS(8_0) | ||||
| @interface PUPhotoEditViewController : NSObject | ||||
| - (UIViewController *)delegate; | ||||
| - (void)_handleDoneButton:(id)arg1; | ||||
| @end | ||||
							
								
								
									
										6
									
								
								Tweaks/PSHeader/PhotoLibrary/PURootSettings.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Tweaks/PSHeader/PhotoLibrary/PURootSettings.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| NS_CLASS_AVAILABLE_IOS(7_0) | ||||
| @interface PURootSettings : NSObject | ||||
|  | ||||
| + (void)presentSettingsController; | ||||
|  | ||||
| @end | ||||
							
								
								
									
										8
									
								
								Tweaks/PSHeader/PhotoLibrary/PUVideoEditViewController.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Tweaks/PSHeader/PhotoLibrary/PUVideoEditViewController.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| #import "PHAsset.h" | ||||
|  | ||||
| NS_CLASS_AVAILABLE_IOS(8_0) | ||||
| @interface PUVideoEditViewController : UIViewController <UIActionSheetDelegate> | ||||
| - (PHAsset *)_videoAsset; | ||||
| - (void)_handleMainActionButton:(id)arg1; | ||||
| - (void)_handleSaveButton:(id)arg1; | ||||
| @end | ||||
							
								
								
									
										18
									
								
								Tweaks/PSHeader/PhotoLibrary/PhotoLibrary.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								Tweaks/PSHeader/PhotoLibrary/PhotoLibrary.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| #import "_PLManagedAsset.h" | ||||
| #import "PFVideoAdjustments.h" | ||||
| #import "PHAsset.h" | ||||
| #import "PLCIFilterUtilties.h" | ||||
| #import "PLEditPhotoController.h" | ||||
| #import "PLManagedAsset.h" | ||||
| #import "PLPhotoBrowserController.h" | ||||
| #import "PLPhotoEffect.h" | ||||
| #import "PLProgressHUD.h" | ||||
| #import "PLPublisingAgent.h" | ||||
| #import "PLVideoView.h" | ||||
| #import "PUAbstractAlbumListViewController.h" | ||||
| #import "PUAvalancheReviewControllerPhoneSpec.h" | ||||
| #import "PUPhotoBrowserController.h" | ||||
| #import "PUPhotoEditProtoSettings.h" | ||||
| #import "PUPhotoEditViewController.h" | ||||
| #import "PURootSettings.h" | ||||
| #import "PUVideoEditViewController.h" | ||||
							
								
								
									
										3
									
								
								Tweaks/PSHeader/PhotoLibrary/_PLManagedAsset.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Tweaks/PSHeader/PhotoLibrary/_PLManagedAsset.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| @interface _PLManagedAsset : NSObject | ||||
| - (NSInteger)orientationValue; | ||||
| @end | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn