telegram/TMessagesProj/jni/voip/tgcalls/platform/darwin/TGRTCCVPixelBuffer.h

16 lines
361 B
C
Raw Permalink Normal View History

2025-11-22 14:04:28 +01:00
#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