Uses of Class
org.robovm.apple.coremedia.CMAttachmentMode
| Package | Description |
|---|---|
| org.robovm.apple.coremedia |
-
Uses of CMAttachmentMode in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CMAttachmentMode Modifier and Type Method Description static CMAttachmentModeCMAttachmentBearer. getModeOfAttachment(CFType target, String key)static CMAttachmentModeCMAttachmentMode. valueOf(long n)Returns the enum constant of this type with the specified name.static CMAttachmentModeCMAttachmentMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CMAttachmentMode[]CMAttachmentMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coremedia with parameters of type CMAttachmentMode Modifier and Type Method Description static CFDictionaryCMAttachmentBearer. getAttachments(CFType target, CMAttachmentMode attachmentMode)CMSampleBufferAttachmentCMSampleBuffer. getSampleBufferAttachments(CMAttachmentMode attachmentMode)static voidCMAttachmentBearer. setAttachment(CFType target, String key, CFType value, CMAttachmentMode attachmentMode)static voidCMAttachmentBearer. setAttachments(CFType target, CFDictionary theAttachments, CMAttachmentMode attachmentMode)voidCMSampleBuffer. setSampleBufferAttachments(CMSampleBufferAttachment attachment, CMAttachmentMode attachmentMode)