Package apple.corevideo.enums
Class CVPixelBufferPoolFlushFlags
- java.lang.Object
-
- apple.corevideo.enums.CVPixelBufferPoolFlushFlags
-
public final class CVPixelBufferPoolFlushFlags extends java.lang.Object[@enum] CVPixelBufferPoolFlush flags Flags to pass to CVPixelBufferPoolFlush() [@constant] kCVPixelBufferPoolFlushExcessBuffers This flag will cause CVPixelBufferPoolFlush to flush all unused buffers regardless of age.
-
-
Field Summary
Fields Modifier and Type Field Description static longkCVPixelBufferPoolFlushExcessBuffers
-
-
-
Field Detail
-
kCVPixelBufferPoolFlushExcessBuffers
public static final long kCVPixelBufferPoolFlushExcessBuffers
- See Also:
- Constant Field Values
-
-