Package org.robovm.apple.corevideo
Class CVMetalTextureCacheAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVMetalTextureCacheAttributes
public class CVMetalTextureCacheAttributes extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVMetalTextureCacheAttributes.AsListMarshalerstatic classCVMetalTextureCacheAttributes.Keysstatic classCVMetalTextureCacheAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CVMetalTextureCacheAttributes() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)longgetMaximumTextureAge()booleanhas(CFString key)CVMetalTextureCacheAttributesset(CFString key, NativeObject value)CVMetalTextureCacheAttributessetMaximumTextureAge(long maximumTextureAge)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVMetalTextureCacheAttributes
public CVMetalTextureCacheAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getMaximumTextureAge
public long getMaximumTextureAge() -
setMaximumTextureAge
-