Package apple.corevideo.enums
Class CVPixelBufferLockFlags
- java.lang.Object
-
- apple.corevideo.enums.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.
-
-
Field Summary
Fields Modifier and Type Field Description static longkCVPixelBufferLock_ReadOnly
-
-
-
Field Detail
-
kCVPixelBufferLock_ReadOnly
public static final long kCVPixelBufferLock_ReadOnly
- See Also:
- Constant Field Values
-
-