Package org.robovm.apple.corevideo
Class CVImageBufferPixelAspectRatio
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVImageBufferPixelAspectRatio
public class CVImageBufferPixelAspectRatio extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVImageBufferPixelAspectRatio.AsListMarshalerstatic classCVImageBufferPixelAspectRatio.Keysstatic classCVImageBufferPixelAspectRatio.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CVImageBufferPixelAspectRatio() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)longgetHorizontalSpacing()longgetVerticalSpacing()booleanhas(CFString key)CVImageBufferPixelAspectRatioset(CFString key, NativeObject value)CVImageBufferPixelAspectRatiosetHorizontalSpacing(long horizontalSpacing)CVImageBufferPixelAspectRatiosetVerticalSpacing(long verticalSpacing)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVImageBufferPixelAspectRatio
public CVImageBufferPixelAspectRatio()
-
-
Method Details
-
has
-
get
-
set
-
getHorizontalSpacing
public long getHorizontalSpacing() -
setHorizontalSpacing
-
getVerticalSpacing
public long getVerticalSpacing() -
setVerticalSpacing
-