Package org.robovm.apple.coremedia
Class CMMemoryPoolOptions
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coremedia.CMMemoryPoolOptions
public class CMMemoryPoolOptions extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMMemoryPoolOptions.AsListMarshalerstatic classCMMemoryPoolOptions.Keysstatic classCMMemoryPoolOptions.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CMMemoryPoolOptions() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)longgetAgeOutPeriod()booleanhas(CFString key)CMMemoryPoolOptionsset(CFString key, NativeObject value)CMMemoryPoolOptionssetAgeOutPeriod(long ageOutPeriod)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CMMemoryPoolOptions
public CMMemoryPoolOptions()
-
-
Method Details
-
has
-
get
-
set
-
getAgeOutPeriod
public long getAgeOutPeriod() -
setAgeOutPeriod
-