mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-11-03 21:09:22 -05:00 
			
		
		
		
	added files via upload
This commit is contained in:
		
							
								
								
									
										17
									
								
								Tweaks/YouTubeHeader/MLFormat.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								Tweaks/YouTubeHeader/MLFormat.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
#import <CoreGraphics/CoreGraphics.h>
 | 
			
		||||
#import "HAMMIMEType.h"
 | 
			
		||||
#import "YTIFormatStream.h"
 | 
			
		||||
 | 
			
		||||
@interface MLFormat : NSObject <NSCopying>
 | 
			
		||||
- (HAMMIMEType *)MIMEType;
 | 
			
		||||
- (YTIFormatStream *)formatStream;
 | 
			
		||||
- (NSURL *)URL;
 | 
			
		||||
- (int)width;
 | 
			
		||||
- (int)height;
 | 
			
		||||
- (int)singleDimensionResolution;
 | 
			
		||||
- (CGFloat)FPS;
 | 
			
		||||
- (BOOL)isAudio;
 | 
			
		||||
- (BOOL)isVideo;
 | 
			
		||||
- (BOOL)isText;
 | 
			
		||||
- (NSInteger)compareByQuality:(MLFormat *)format;
 | 
			
		||||
@end
 | 
			
		||||
		Reference in New Issue
	
	Block a user