Package org.robovm.apple.coremedia
Class CMAttachmentBearer
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coremedia.CMAttachmentBearer
- All Implemented Interfaces:
AutoCloseable
public class CMAttachmentBearer extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMAttachmentBearer.CMAttachmentBearerPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCMAttachmentBearer() -
Method Summary
Modifier and Type Method Description static CFTypegetAttachment(CFType target, String key)static CFDictionarygetAttachments(CFType target, CMAttachmentMode attachmentMode)static CMAttachmentModegetModeOfAttachment(CFType target, String key)static voidpropagateAttachments(CMAttachmentBearer source, CMAttachmentBearer destination)static voidremoveAllAttachments(CFType target)static voidremoveAttachment(CFType target, String key)static voidsetAttachment(CFType target, String key, CFType value, CMAttachmentMode attachmentMode)static voidsetAttachments(CFType target, CFDictionary theAttachments, CMAttachmentMode 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
-
CMAttachmentBearer
protected CMAttachmentBearer()
-
-
Method Details
-
getAttachment
- Since:
- Available in iOS 4.0 and later.
-
getModeOfAttachment
- Since:
- Available in iOS 4.0 and later.
-
getAttachments
- Since:
- Available in iOS 4.0 and later.
-
setAttachment
public static void setAttachment(CFType target, String key, CFType value, CMAttachmentMode attachmentMode) -
removeAttachment
-
removeAllAttachments
-
setAttachments
public static void setAttachments(CFType target, CFDictionary theAttachments, CMAttachmentMode attachmentMode) -
propagateAttachments
-