Package org.robovm.apple.corevideo
Class CVImageBufferAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVBufferAttributes
org.robovm.apple.corevideo.CVImageBufferAttributes
public class CVImageBufferAttributes extends CVBufferAttributes
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVImageBufferAttributes.AsListMarshalerstatic classCVImageBufferAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CVImageBufferAttributes() -
Method Summary
Methods inherited from class org.robovm.apple.corevideo.CVBufferAttributes
get, getMovieTime, getNonPropagatedAttachments, getPropagatedAttachments, has, set, setMovieTime, setNonPropagatedAttachments, setPropagatedAttachmentsMethods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVImageBufferAttributes
public CVImageBufferAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getCGColorSpace
-
setCGColorSpace
-
getCleanAperture
-
setCleanAperture
-
getPreferredCleanAperture
-
setPreferredCleanAperture
public CVImageBufferAttributes setPreferredCleanAperture(CVImageBufferCleanAperture preferredCleanAperture) -
getFieldCount
public int getFieldCount() -
setFieldCount
-
getFieldDetail
-
setFieldDetail
-
getPixelAspectRatio
-
setPixelAspectRatio
-
getDisplayDimensions
-
setDisplayDimensions
public CVImageBufferAttributes setDisplayDimensions(CVImageBufferDisplayDimensions displayDimensions) -
getGammaLevel
public double getGammaLevel() -
setGammaLevel
-
getICCProfile
-
setICCProfile
-
getYCbCrMatrix
-
setYCbCrMatrix
-
getColorPrimaries
-
setColorPrimaries
-
getTransferFunction
-
setTransferFunction
-
getChromaLocationTopField
-
setChromaLocationTopField
public CVImageBufferAttributes setChromaLocationTopField(CVImageBufferChromaLocation chromaLocationTopField) -
getChromaLocationBottomField
-
setChromaLocationBottomField
public CVImageBufferAttributes setChromaLocationBottomField(CVImageBufferChromaLocation chromaLocationBottomField) -
getChromaSubsampling
-
setChromaSubsampling
public CVImageBufferAttributes setChromaSubsampling(CVImageBufferChromaSubsampling chromaSubsampling) -
isAlphaChannelOpaque
public boolean isAlphaChannelOpaque() -
setAlphaChannelOpaque
-
getAlphaChannelMode
- Since:
- Available in iOS 13.0 and later.
-
setAlphaChannelMode
- Since:
- Available in iOS 13.0 and later.
-