Package org.robovm.apple.corevideo
Class CVPixelBufferPoolAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVPixelBufferPoolAttributes
public class CVPixelBufferPoolAttributes extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVPixelBufferPoolAttributes.AsListMarshalerstatic classCVPixelBufferPoolAttributes.Keysstatic classCVPixelBufferPoolAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CVPixelBufferPoolAttributes() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)doublegetMaximumBufferAge()intgetMinimumBufferCount()booleanhas(CFString key)CVPixelBufferPoolAttributesset(CFString key, NativeObject value)CVPixelBufferPoolAttributessetMaximumBufferAge(double maximumBufferAge)CVPixelBufferPoolAttributessetMinimumBufferCount(int minimumBufferCount)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVPixelBufferPoolAttributes
public CVPixelBufferPoolAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getMinimumBufferCount
public int getMinimumBufferCount() -
setMinimumBufferCount
-
getMaximumBufferAge
public double getMaximumBufferAge() -
setMaximumBufferAge
-