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