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:
java.lang.AutoCloseable
public class CMAttachmentBearer extends CFType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CMAttachmentBearer.CMAttachmentBearerPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CMAttachmentBearer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFType
getAttachment(CFType target, java.lang.String key)
static CFDictionary
getAttachments(CFType target, CMAttachmentMode attachmentMode)
static CMAttachmentMode
getModeOfAttachment(CFType target, java.lang.String key)
static void
propagateAttachments(CMAttachmentBearer source, CMAttachmentBearer destination)
static void
removeAllAttachments(CFType target)
static void
removeAttachment(CFType target, java.lang.String key)
static void
setAttachment(CFType target, java.lang.String key, CFType value, CMAttachmentMode attachmentMode)
static void
setAttachments(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
-
-
-
-
Method Detail
-
getAttachment
public static CFType getAttachment(CFType target, java.lang.String key)
- Since:
- Available in iOS 4.0 and later.
-
getModeOfAttachment
public static CMAttachmentMode getModeOfAttachment(CFType target, java.lang.String key)
- Since:
- Available in iOS 4.0 and later.
-
getAttachments
public static CFDictionary getAttachments(CFType target, CMAttachmentMode attachmentMode)
- Since:
- Available in iOS 4.0 and later.
-
setAttachment
public static void setAttachment(CFType target, java.lang.String key, CFType value, CMAttachmentMode attachmentMode)
- Since:
- Available in iOS 4.0 and later.
-
removeAttachment
public static void removeAttachment(CFType target, java.lang.String key)
- Since:
- Available in iOS 4.0 and later.
-
removeAllAttachments
public static void removeAllAttachments(CFType target)
- Since:
- Available in iOS 4.0 and later.
-
setAttachments
public static void setAttachments(CFType target, CFDictionary theAttachments, CMAttachmentMode attachmentMode)
- Since:
- Available in iOS 4.0 and later.
-
propagateAttachments
public static void propagateAttachments(CMAttachmentBearer source, CMAttachmentBearer destination)
- Since:
- Available in iOS 4.0 and later.
-
-