mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
ASVideoNode public methods proxy
This commit is contained in:
@@ -37,7 +37,10 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
- (instancetype)initWithAsset:(AVAsset*)asset;
|
||||
|
||||
#pragma mark - Public API
|
||||
-(void)seekToTime:(CGFloat)percentComplete;
|
||||
- (void)seekToTime:(CGFloat)percentComplete;
|
||||
- (void)play;
|
||||
- (void)pause;
|
||||
- (BOOL)isPlaying;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user