13 lines
228 B
Objective-C
13 lines
228 B
Objective-C
#ifndef TGRTCCVPIXELBUFFER_H
|
|
#define TGRTCCVPIXELBUFFER_H
|
|
|
|
#import "components/video_frame_buffer/RTCCVPixelBuffer.h"
|
|
|
|
@interface TGRTCCVPixelBuffer : RTCCVPixelBuffer
|
|
|
|
@property (nonatomic) bool shouldBeMirrored;
|
|
|
|
@end
|
|
|
|
#endif
|