Package org.robovm.apple.corevideo
Class CVBuffer
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corevideo.CVBuffer
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
CVImageBuffer
public abstract class CVBuffer extends CFType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Constructor Description CVBuffer() -
Method Summary
Modifier and Type Method Description protected CFTypecopyAttachment(CFString key, IntPtr attachmentMode)protected CFDictionarycopyAttachments(CVAttachmentMode attachmentMode)protected CFTypegetAttachment(CFString key)protected CFTypegetAttachment(CFString key, IntPtr attachmentMode)Deprecated.Deprecated in iOS 15.0.protected CVAttachmentModegetAttachmentMode(CFString key)protected NSDictionarygetAttachments(CVAttachmentMode attachmentMode)Deprecated.Deprecated in iOS 15.0.protected booleanhasAttachment(CFString key)protected voidpropagateAttachments(CVBuffer destinationBuffer)protected voidremoveAllAttachments()protected voidremoveAttachment(CFString key)protected voidsetAttachment(CFString key, CFType value, CVAttachmentMode attachmentMode)protected voidsetAttachments(NSDictionary theAttachments, CVAttachmentMode attachmentMode)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
-
CVBuffer
public CVBuffer()
-
-
Method Details
-
getAttachment
-
getAttachmentMode
-
setAttachment
-
getAttachment
Deprecated.Deprecated in iOS 15.0. Use CVBufferCopyAttachment -
removeAttachment
-
removeAllAttachments
protected void removeAllAttachments() -
getAttachments
Deprecated.Deprecated in iOS 15.0. Use CVBufferCopyAttachments -
setAttachments
-
propagateAttachments
-
copyAttachments
- Since:
- Available in iOS 15.0 and later.
-
copyAttachment
- Since:
- Available in iOS 15.0 and later.
-
hasAttachment
- Since:
- Available in iOS 15.0 and later.
-