mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 04:44:14 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			646 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			646 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import "YTIHamplayerStreamFilter.h"
 | |
| #import "YTIHamplayerABRConfig.h"
 | |
| 
 | |
| @interface YTIHamplayerConfig : NSObject
 | |
| @property (nonatomic, assign, readwrite) int renderViewType;
 | |
| @property (nonatomic, assign, readwrite) BOOL useSbdlRenderView;
 | |
| @property (nonatomic, assign, readwrite) BOOL useResolutionForHfrHdFormatFilter;
 | |
| @property (nonatomic, assign, readwrite) BOOL disableHfrHdFormatFilter;
 | |
| @property (nonatomic, assign, readwrite) BOOL disableResolveOverlappingQualitiesByCodec;
 | |
| @property (nonatomic, strong, readwrite) YTIHamplayerStreamFilter *streamFilter;
 | |
| @property (nonatomic, strong, readwrite) YTIHamplayerABRConfig *videoAbrConfig;
 | |
| @end | 
