mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 04:44:14 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			297 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			297 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import "MLABRPolicy.h"
 | |
| #import "MLFormat.h"
 | |
| #import "MLInnerTubePlayerConfig.h"
 | |
| 
 | |
| @interface MLHAMPlayerItem : NSObject
 | |
| @property (nonatomic, readonly, strong) MLInnerTubePlayerConfig *config;
 | |
| - (void)ABRPolicy:(MLABRPolicy *)policy selectableFormatsDidChange:(NSArray <MLFormat *> *)formats;
 | |
| @end | 
