ASVideoNode public methods proxy

This commit is contained in:
Erekle
2016-05-13 02:14:12 +04:00
parent db95771b33
commit 658d376d7b
2 changed files with 21 additions and 2 deletions

View File

@@ -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