Package org.robovm.apple.corevideo
Class CVPixelBufferPool
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corevideo.CVPixelBufferPool
- All Implemented Interfaces:
AutoCloseable
public class CVPixelBufferPool extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVPixelBufferPool.CVPixelBufferPoolPtrstatic classCVPixelBufferPool.NotificationsNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Constructor Description CVPixelBufferPool() -
Method Summary
Modifier and Type Method Description static CVPixelBufferPoolcreate(CFAllocator allocator, CVPixelBufferPoolAttributes poolAttributes, CVPixelBufferAttributes pixelBufferAttributes)static CVPixelBufferPoolcreate(CVPixelBufferPoolAttributes poolAttributes, CVPixelBufferAttributes pixelBufferAttributes)CVPixelBuffercreatePixelBuffer()CVPixelBuffercreatePixelBuffer(CFAllocator allocator)CVPixelBuffercreatePixelBuffer(CFAllocator allocator, CVPixelBufferPoolAuxiliaryAttributes auxAttributes)CVPixelBuffercreatePixelBuffer(CVPixelBufferPoolAuxiliaryAttributes auxAttributes)voidflush(CVPixelBufferPoolFlushFlags options)static NSStringFreeBufferNotification()CVPixelBufferPoolAttributesgetAttributes()static longgetClassTypeID()CVPixelBufferAttributesgetPixelBufferAttributes()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CVPixelBufferPool
public CVPixelBufferPool()
-
-
Method Details
-
create
public static CVPixelBufferPool create(CVPixelBufferPoolAttributes poolAttributes, CVPixelBufferAttributes pixelBufferAttributes) -
create
public static CVPixelBufferPool create(CFAllocator allocator, CVPixelBufferPoolAttributes poolAttributes, CVPixelBufferAttributes pixelBufferAttributes) -
createPixelBuffer
-
createPixelBuffer
-
createPixelBuffer
-
createPixelBuffer
public CVPixelBuffer createPixelBuffer(CFAllocator allocator, CVPixelBufferPoolAuxiliaryAttributes auxAttributes) -
FreeBufferNotification
-
getClassTypeID
public static long getClassTypeID() -
getAttributes
-
getPixelBufferAttributes
-
flush
-