Uses of Class
org.robovm.apple.corevideo.CVAttachmentMode
| Package | Description |
|---|---|
| org.robovm.apple.corevideo |
-
Uses of CVAttachmentMode in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo that return CVAttachmentMode Modifier and Type Method Description protected CVAttachmentModeCVBuffer. getAttachmentMode(CFString key)CVAttachmentModeCVImageBuffer. getAttributeMode(CVImageBufferAttribute attribute)static CVAttachmentModeCVAttachmentMode. valueOf(long n)Returns the enum constant of this type with the specified name.static CVAttachmentModeCVAttachmentMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CVAttachmentMode[]CVAttachmentMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corevideo with parameters of type CVAttachmentMode Modifier and Type Method Description protected CFDictionaryCVBuffer. copyAttachments(CVAttachmentMode attachmentMode)protected NSDictionaryCVBuffer. getAttachments(CVAttachmentMode attachmentMode)Deprecated.Deprecated in iOS 15.0.CVImageBufferAttributesCVImageBuffer. getAttributes(CVAttachmentMode attachmentMode)protected voidCVBuffer. setAttachment(CFString key, CFType value, CVAttachmentMode attachmentMode)protected voidCVBuffer. setAttachments(NSDictionary theAttachments, CVAttachmentMode attachmentMode)voidCVImageBuffer. setAttribute(CVImageBufferAttribute attribute, CFType value, CVAttachmentMode attachmentMode)voidCVImageBuffer. setAttributes(CVImageBufferAttributes attributes, CVAttachmentMode attachmentMode)