Package org.robovm.apple.avfoundation
Class AVPixelBufferAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVBufferAttributes
org.robovm.apple.corevideo.CVPixelBufferAttributes
org.robovm.apple.avfoundation.AVPixelBufferAttributes
public class AVPixelBufferAttributes extends CVPixelBufferAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.corevideo.CVPixelBufferAttributes
CVPixelBufferAttributes.AsListMarshaler, CVPixelBufferAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description AVPixelBufferAttributes()protectedAVPixelBufferAttributes(CFDictionary data) -
Method Summary
Modifier and Type Method Description AVVideoCleanAperturegetCleanAperture()AVPixelAspectRatiogetPixelAspectRatio()AVVideoScalingModegetScalingMode()AVPixelBufferAttributessetCleanAperture(AVVideoCleanAperture cleanAperture)AVPixelBufferAttributessetPixelAspectRatio(AVPixelAspectRatio pixelAspectRatio)AVPixelBufferAttributessetScalingMode(AVVideoScalingMode scalingMode)Methods inherited from class org.robovm.apple.corevideo.CVPixelBufferAttributes
get, getBytesPerRowAlignment, getExtendedPixelsBottom, getExtendedPixelsLeft, getExtendedPixelsRight, getExtendedPixelsTop, getHeight, getIOSurfaceProperties, getMemoryAllocator, getPixelFormatTypes, getPlaneAlignment, getRawBlackLevel, getRawColorMatrix, getRawGainFactor, getRawRecommendedCrop, getRawSenselSitingOffsets, getRawWhiteBalanceBlueFactor, getRawWhiteBalanceCCT, getRawWhiteBalanceRedFactor, getRawWhiteLevel, getVersatileBayerKey, getWidth, has, isCompatibleWithCGBitmapContext, isCompatibleWithCGImage, isCompatibleWithMetal, isCompatibleWithOpenGL, isCompatibleWithOpenGLES, set, setBytesPerRowAlignment, setCompatibleWithCGBitmapContext, setCompatibleWithCGImage, setCompatibleWithMetal, setCompatibleWithOpenGL, setCompatibleWithOpenGLES, setExtendedPixelsBottom, setExtendedPixelsLeft, setExtendedPixelsRight, setExtendedPixelsTop, setHeight, setIOSurfaceProperties, setMemoryAllocator, setPixelFormatType, setPixelFormatTypes, setPlaneAlignment, setRawBlackLevel, setRawColorMatrix, setRawGainFactor, setRawRecommendedCrop, setRawSenselSitingOffsets, setRawWhiteBalanceBlueFactor, setRawWhiteBalanceCCT, setRawWhiteBalanceRedFactor, setRawWhiteLevel, setVersatileBayerKey, setWidthMethods 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
-
AVPixelBufferAttributes
-
AVPixelBufferAttributes
public AVPixelBufferAttributes()
-
-
Method Details
-
getPixelAspectRatio
- Since:
- Available in iOS 4.0 and later.
-
setPixelAspectRatio
- Since:
- Available in iOS 4.0 and later.
-
getCleanAperture
- Since:
- Available in iOS 4.0 and later.
-
setCleanAperture
- Since:
- Available in iOS 4.0 and later.
-
getScalingMode
- Since:
- Available in iOS 5.0 and later.
-
setScalingMode
- Since:
- Available in iOS 5.0 and later.
-