readOnly
A read-only buffer.
Declaration
static var readOnly: CVPixelBufferLockFlags { get }Discussion
Set this flag if you don’t plan to modify buffer data while holding the lock. Setting this flag improves performance by preventing Core Video from invalidating existing caches of the buffer’s contents.