Uses of Class
org.robovm.apple.corevideo.CVPixelBufferAttributes
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.corevideo |
-
Uses of CVPixelBufferAttributes in org.robovm.apple.avfoundation
Subclasses of CVPixelBufferAttributes in org.robovm.apple.avfoundation Modifier and Type Class Description classAVPixelBufferAttributesMethods in org.robovm.apple.avfoundation that return CVPixelBufferAttributes Modifier and Type Method Description CVPixelBufferAttributesAVPlayerLayer. getPixelBufferAttributes()CVPixelBufferAttributesAVVideoCompositing. getRequiredPixelBufferAttributesForRenderContext()CVPixelBufferAttributesAVVideoCompositingAdapter. getRequiredPixelBufferAttributesForRenderContext()CVPixelBufferAttributesAVAssetWriterInputPixelBufferAdaptor. getSourcePixelBufferAttributes()CVPixelBufferAttributesAVVideoCompositing. getSourcePixelBufferAttributes()CVPixelBufferAttributesAVVideoCompositingAdapter. getSourcePixelBufferAttributes()Methods in org.robovm.apple.avfoundation with parameters of type CVPixelBufferAttributes Modifier and Type Method Description protected longAVAssetWriterInputPixelBufferAdaptor. init(AVAssetWriterInput input, CVPixelBufferAttributes sourcePixelBufferAttributes)protected longAVPlayerItemVideoOutput. init(CVPixelBufferAttributes pixelBufferAttributes)voidAVPlayerLayer. setPixelBufferAttributes(CVPixelBufferAttributes v)Constructors in org.robovm.apple.avfoundation with parameters of type CVPixelBufferAttributes Constructor Description AVAssetWriterInputPixelBufferAdaptor(AVAssetWriterInput input, CVPixelBufferAttributes sourcePixelBufferAttributes)AVPlayerItemVideoOutput(CVPixelBufferAttributes pixelBufferAttributes) -
Uses of CVPixelBufferAttributes in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo that return types with arguments of type CVPixelBufferAttributes Modifier and Type Method Description static List<CVPixelBufferAttributes>CVPixelBufferAttributes.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.corevideo with parameters of type CVPixelBufferAttributes Modifier and Type Method Description static CVPixelBufferCVPixelBuffer. create(long width, long height, CVPixelFormatType pixelFormatType, CVPixelBufferAttributes pixelBufferAttributes)static CVPixelBufferCVPixelBuffer. create(long width, long height, CVPixelFormatType pixelFormatType, VoidPtr baseAddress, long bytesPerRow, CVPixelBuffer.ReleaseBytesCallback releaseCallback, CVPixelBufferAttributes pixelBufferAttributes)static CVPixelBufferCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, CVPixelBufferAttributes pixelBufferAttributes)protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut)protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, VoidPtr dataPtr, long dataSize, long numberOfPlanes, VoidPtr.VoidPtrPtr planeBaseAddress, MachineSizedUIntPtr planeWidth, MachineSizedUIntPtr planeHeight, MachineSizedUIntPtr planeBytesPerRow, FunctionPtr releaseCallback, VoidPtr releaseRefCon, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut)static CVPixelBufferCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, VoidPtr baseAddress, long bytesPerRow, CVPixelBuffer.ReleaseBytesCallback releaseCallback, CVPixelBufferAttributes pixelBufferAttributes)protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, long width, long height, CVPixelFormatType pixelFormatType, VoidPtr baseAddress, long bytesPerRow, FunctionPtr releaseCallback, long releaseRefCon, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut)protected static CVReturnCVPixelBuffer. create(CFAllocator allocator, IOSurface surface, CVPixelBufferAttributes pixelBufferAttributes, CVPixelBuffer.CVPixelBufferPtr pixelBufferOut)static CVPixelBufferPoolCVPixelBufferPool. create(CFAllocator allocator, CVPixelBufferPoolAttributes poolAttributes, CVPixelBufferAttributes pixelBufferAttributes)static CVPixelBufferPoolCVPixelBufferPool. create(CVPixelBufferPoolAttributes poolAttributes, CVPixelBufferAttributes pixelBufferAttributes)static longCVPixelBufferAttributes.Marshaler. toNative(CVPixelBufferAttributes o, long flags)Method parameters in org.robovm.apple.corevideo with type arguments of type CVPixelBufferAttributes Modifier and Type Method Description static CVPixelBufferAttributesCVPixelBuffer. createResolvedAttributesDictionary(List<CVPixelBufferAttributes> attributes)static CVPixelBufferAttributesCVPixelBuffer. createResolvedAttributesDictionary(CFAllocator allocator, List<CVPixelBufferAttributes> attributes)static longCVPixelBufferAttributes.AsListMarshaler. toNative(List<CVPixelBufferAttributes> l, long flags)static CVPixelBufferAttributesCVPixelBufferAttributes.Marshaler. toObject(Class<CVPixelBufferAttributes> cls, long handle, long flags)