Package org.robovm.apple.corevideo
Class CVPixelBufferPoolAuxiliaryAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVPixelBufferPoolAuxiliaryAttributes
public class CVPixelBufferPoolAuxiliaryAttributes extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVPixelBufferPoolAuxiliaryAttributes.AsListMarshalerstatic classCVPixelBufferPoolAuxiliaryAttributes.Keysstatic classCVPixelBufferPoolAuxiliaryAttributes.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CVPixelBufferPoolAuxiliaryAttributes() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)intgetAllocationThreshold()booleanhas(CFString key)CVPixelBufferPoolAuxiliaryAttributesset(CFString key, NativeObject value)CVPixelBufferPoolAuxiliaryAttributessetAllocationThreshold(int allocationThreshold)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVPixelBufferPoolAuxiliaryAttributes
public CVPixelBufferPoolAuxiliaryAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getAllocationThreshold
public int getAllocationThreshold() -
setAllocationThreshold
-