mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 11:28:52 -04:00
added files via upload
This commit is contained in:
18
Tweaks/YouPiP/AVKit-Header.h
Normal file
18
Tweaks/YouPiP/AVKit-Header.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
#import <AVKit/AVKit.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AVPlayerController : UIResponder
|
||||
@end
|
||||
|
||||
@interface AVPictureInPictureControllerContentSource (Private)
|
||||
@property(assign) bool hasInitialRenderSize;
|
||||
@end
|
||||
|
||||
@interface AVPictureInPictureController (Private)
|
||||
@property(nonatomic, retain) AVPictureInPictureControllerContentSource *contentSource API_AVAILABLE(ios(15.0)); // retain -> strong on iOS 15
|
||||
- (instancetype)initWithContentSource:(AVPictureInPictureControllerContentSource *)contentSource API_AVAILABLE(ios(15.0));
|
||||
- (void)sampleBufferDisplayLayerRenderSizeDidChangeToSize:(CGSize)renderSize;
|
||||
- (void)sampleBufferDisplayLayerDidAppear;
|
||||
- (void)sampleBufferDisplayLayerDidDisappear;
|
||||
@end
|
Reference in New Issue
Block a user