mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
13 lines
258 B
Objective-C
13 lines
258 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <CoreVideo/CoreVideo.h>
|
|
|
|
@class TGVideoCameraRendererBuffer;
|
|
|
|
@interface TGVideoCameraGLView : UIView
|
|
|
|
- (void)displayPixelBuffer:(TGVideoCameraRendererBuffer *)pixelBuffer;
|
|
- (void)flushPixelBufferCache;
|
|
- (void)reset;
|
|
|
|
@end
|