mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 11:28:52 -04:00
added files via upload
This commit is contained in:
13
Tweaks/YouTubeHeader/YTSingleVideoController.h
Normal file
13
Tweaks/YouTubeHeader/YTSingleVideoController.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#import "MLFormat.h"
|
||||
#import "YTSingleVideoControllerDelegate.h"
|
||||
#import "YTSingleVideo.h"
|
||||
|
||||
@interface YTSingleVideoController : NSObject
|
||||
@property (nonatomic, weak, readwrite) NSObject <YTSingleVideoControllerDelegate> *delegate;
|
||||
- (YTSingleVideo *)singleVideo;
|
||||
- (YTSingleVideo *)videoData;
|
||||
- (NSArray <MLFormat *> *)selectableVideoFormats;
|
||||
- (BOOL)isMuted;
|
||||
- (void)playerRateDidChange:(float)rate;
|
||||
- (void)setMuted:(BOOL)muted;
|
||||
@end
|
Reference in New Issue
Block a user