telegram/TMessagesProj/jni/voip/tgcalls/platform/darwin/TGRTCCVPixelBuffer.h
2025-11-22 14:04:28 +01:00

15 lines
361 B
Objective-C

#ifndef TGRTCCVPIXELBUFFER_H
#define TGRTCCVPIXELBUFFER_H
#import "components/video_frame_buffer/RTCCVPixelBuffer.h"
@interface TGRTCCVPixelBuffer : RTCCVPixelBuffer
@property (nonatomic) bool shouldBeMirrored;
@property (nonatomic) int deviceRelativeVideoRotation;
- (void)storeSampleBufferReference:(CMSampleBufferRef _Nonnull)sampleBuffer;
@end
#endif