mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 03:08:41 +00:00
10 lines
No EOL
445 B
Objective-C
10 lines
No EOL
445 B
Objective-C
#include "GIMMe.h"
|
|
#import "MLVideo.h"
|
|
#import "MLInnerTubePlayerConfig.h"
|
|
#import "MLAVPlayerLayerView.h"
|
|
|
|
@interface MLDefaultPlayerViewFactory : NSObject
|
|
@property (nonatomic, weak, readwrite) GIMMe *gimme;
|
|
- (BOOL)canUsePlayerView:(UIView *)playerView forVideo:(MLVideo *)video playerConfig:(MLInnerTubePlayerConfig *)config;
|
|
- (MLAVPlayerLayerView *)AVPlayerViewForVideo:(MLVideo *)video playerConfig:(MLInnerTubePlayerConfig *)config;
|
|
@end |