Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is no specific maximum size limit for converting CMSampleBuffer to NSData. However, it is generally recommended to avoid converting large CMSampleBuffers to NSData as it can lead to memory issues and performance degradation. It is best to process the CMSampleBuffer in smaller chunks, rather than attempting to convert the entire buffer to NSData at once.