mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-31 21:04:13 -04:00
added files via upload
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#import "GIMMe.h"
|
||||
#import "YTSingleVideoController.h"
|
||||
|
||||
@interface YTPlayerPIPController : NSObject
|
||||
@property (nonatomic, readonly, assign, getter=isPictureInPictureActive) BOOL pictureInPuctureActive;
|
||||
@property (nonatomic, readonly, assign, getter=isPictureInPicturePossible) BOOL pictureInPucturePossible;
|
||||
@property (retain, nonatomic) YTSingleVideoController *activeSingleVideo;
|
||||
- (instancetype)initWithPlayerView:(id)playerView delegate:(id)delegate; // Deprecated, use initWithDelegate:
|
||||
- (instancetype)initWithDelegate:(id)delegate;
|
||||
- (GIMMe *)gimme; // Deprecated
|
||||
- (BOOL)canInvokePictureInPicture; // Deprecated, use canEnablePictureInPicture
|
||||
- (BOOL)canEnablePictureInPicture;
|
||||
- (void)maybeInvokePictureInPicture; // Deprecated, use maybeEnablePictureInPicture
|
||||
- (void)maybeEnablePictureInPicture;
|
||||
- (void)play;
|
||||
- (void)pause;
|
||||
@end
|
||||
Reference in New Issue
Block a user