public final class CVPixelBufferLockFlags
extends java.lang.Object
Flags to pass to CVPixelBufferLockBaseAddress() / CVPixelBufferUnlockBaseAddress() [@constant] kCVPixelBufferLock_ReadOnly If you are not going to modify the data while you hold the lock, you should set this flag to avoid potentially invalidating any existing caches of the buffer contents. This flag should be passed both to the lock and unlock functions. Non-symmetrical usage of this flag will result in undefined behavior.
| Modifier and Type | Field and Description |
|---|---|
static long |
kCVPixelBufferLock_ReadOnly |
public static final long kCVPixelBufferLock_ReadOnly