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

12 lines
261 B
C++

#ifndef TGCALLS_EXTRACT_CV_PIXEL_BUFFER_H
#define TGCALLS_EXTRACT_CV_PIXEL_BUFFER_H
#include "platform/PlatformInterface.h"
namespace tgcalls {
webrtc::scoped_refptr<webrtc::VideoFrameBuffer> extractCVPixelBuffer(void *data);
} // namespace tgcalls
#endif