mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-01 05:13:39 -04:00
added files via upload
This commit is contained in:
17
Tweaks/iSponsorBlock/Headers/YouTubeHeader/MLFormat.h
Normal file
17
Tweaks/iSponsorBlock/Headers/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