mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Video avatar fixes
This commit is contained in:
@@ -3,16 +3,14 @@
|
||||
@class PGPhotoEditor;
|
||||
@class PGPhotoTool;
|
||||
@class TGPhotoEditorPreviewView;
|
||||
@class TGMediaPickerGalleryVideoScrubber;
|
||||
|
||||
@interface TGPhotoAvatarPreviewController : TGPhotoEditorTabController
|
||||
|
||||
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView;
|
||||
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView scrubberView:(TGMediaPickerGalleryVideoScrubber *)scrubberView;
|
||||
|
||||
- (void)setScrubberPosition:(NSTimeInterval)position reset:(bool)reset;
|
||||
- (void)setScrubberPlaying:(bool)value;
|
||||
|
||||
- (NSTimeInterval)coverPosition;
|
||||
- (NSTimeInterval)trimStartValue;
|
||||
- (NSTimeInterval)trimEndValue;
|
||||
- (void)beginScrubbing;
|
||||
- (void)endScrubbing:(bool (^)(void))completion;
|
||||
- (void)setPlayButtonHidden:(bool)hidden animated:(bool)animated;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user