Nagram/TMessagesProj/jni/tgcalls/platform/darwin/TGRTCCVPixelBuffer.h

13 lines
228 B
C
Raw Normal View History

2020-08-14 16:58:22 +00:00
#ifndef TGRTCCVPIXELBUFFER_H
#define TGRTCCVPIXELBUFFER_H
#import "components/video_frame_buffer/RTCCVPixelBuffer.h"
@interface TGRTCCVPixelBuffer : RTCCVPixelBuffer
@property (nonatomic) bool shouldBeMirrored;
@end
#endif