Animated stickers video scrubbing sync

This commit is contained in:
Ilya Laktyushin
2020-07-25 00:52:31 +03:00
parent c67feac3ce
commit 1bc1a6eea6
13 changed files with 284 additions and 54 deletions

View File

@@ -14,6 +14,10 @@
@property (nonatomic, copy) void (^entityRemoved)(TGPhotoPaintEntityView *);
- (void)updateVisibility:(bool)visible;
- (void)seekTo:(double)timestamp;
- (void)play;
- (void)pause;
- (void)resetToStart;
- (UIColor *)colorAtPoint:(CGPoint)point;