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:
		
							
								
								
									
										21
									
								
								Tweaks/YouTubeHeader/YTPlayerViewController.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								Tweaks/YouTubeHeader/YTPlayerViewController.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
#import <UIKit/UIKit.h>
 | 
			
		||||
#import "GIMMe.h"
 | 
			
		||||
#import "YTPlaybackController.h"
 | 
			
		||||
#import "YTSingleVideoController.h"
 | 
			
		||||
 | 
			
		||||
@interface YTPlayerViewController : UIViewController <YTPlaybackController>
 | 
			
		||||
@property (nonatomic, readonly, assign) BOOL isPlayingAd;
 | 
			
		||||
@property (nonatomic, strong, readwrite) NSString *channelID;
 | 
			
		||||
- (GIMMe *)gimme; // Deprecated
 | 
			
		||||
- (NSString *)currentVideoID;
 | 
			
		||||
- (YTSingleVideoController *)activeVideo;
 | 
			
		||||
- (CGFloat)currentVideoMediaTime;
 | 
			
		||||
- (CGFloat)currentVideoTotalMediaTime;
 | 
			
		||||
- (int)playerViewLayout;
 | 
			
		||||
- (BOOL)isMDXActive;
 | 
			
		||||
- (void)didPressToggleFullscreen;
 | 
			
		||||
- (void)setMuted:(BOOL)muted;
 | 
			
		||||
- (void)setPlayerViewLayout:(int)layout;
 | 
			
		||||
- (void)scrubToTime:(CGFloat)time; // Deprecated
 | 
			
		||||
- (void)seekToTime:(CGFloat)time;
 | 
			
		||||
@end
 | 
			
		||||
		Reference in New Issue
	
	Block a user