Trushangpatel3993
Results
2
issues of
Trushangpatel3993
I'm trying to do 
Currently, I am trying with this function but not getting proper resolution open func newRenderedPixelBufferForRequest(request: AVAsynchronousVideoCompositionRequest) -> CVPixelBuffer? { guard let outputPixels = renderContext?.newPixelBuffer() else { return nil } guard...