Update uYouPlusPatches.h
This commit is contained in:
parent
9b32a48150
commit
c8c59f3cd2
1 changed files with 6 additions and 1 deletions
|
|
@ -8,6 +8,11 @@
|
||||||
|
|
||||||
@interface YTPlayerViewController : UIViewController
|
@interface YTPlayerViewController : UIViewController
|
||||||
-(YTSingleVideoController *)activeVideo;
|
-(YTSingleVideoController *)activeVideo;
|
||||||
|
- (void)autoFullscreen; // YTAutoFullScreen
|
||||||
|
// YTSpeed
|
||||||
|
@property id activeVideo;
|
||||||
|
@property float playbackRate;
|
||||||
|
- (void)singleVideo:(id)video playbackRateDidChange:(float)rate;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface PlayerManager : NSObject
|
@interface PlayerManager : NSObject
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue