Class CVPixelBufferLockFlags


  • public final class CVPixelBufferLockFlags
    extends java.lang.Object
    [@enum] Pixel Buffer Locking Flags 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • kCVPixelBufferLock_ReadOnly

        public static final long kCVPixelBufferLock_ReadOnly
        See Also:
        Constant Field Values