<Loading data from a pointer and writing it back i...
# stackoverflow
u
Loading data from a pointer and writing it back in Swift I'm building a video streaming app using Agora SDK (for Flutter). I also use a native-layer Raw Video Data plugin as a dependency, which gives me access to raw YUV420 frame buffers before they're encoded. I can access them via a Swift & Kotlin interface. I need to write...