Uses of Class
org.robovm.apple.avfoundation.AVPixelBufferAttributes
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVPixelBufferAttributes in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVPixelBufferAttributes Modifier and Type Method Description AVPixelBufferAttributesAVAssetReaderTrackOutput. getPixelBufferOutputSettings()AVPixelBufferAttributesAVCaptureStillImageOutput. getPixelBufferOutputSettings()Deprecated.AVPixelBufferAttributesAVAssetReaderVideoCompositionOutput. getPixelBufferSettings()AVPixelBufferAttributesAVCaptureVideoDataOutput. getPixelBufferSettings()AVPixelBufferAttributesAVCaptureVideoDataOutput. getRecommendedPixelBufferSettings(String outputFileType)AVPixelBufferAttributesAVPixelBufferAttributes. setCleanAperture(AVVideoCleanAperture cleanAperture)AVPixelBufferAttributesAVPixelBufferAttributes. setPixelAspectRatio(AVPixelAspectRatio pixelAspectRatio)AVPixelBufferAttributesAVPixelBufferAttributes. setScalingMode(AVVideoScalingMode scalingMode)Methods in org.robovm.apple.avfoundation with parameters of type AVPixelBufferAttributes Modifier and Type Method Description booleanAVAssetWriter. canApplyOutputSettings(AVPixelBufferAttributes outputSettings, AVMediaType mediaType)voidAVCaptureStillImageOutput. setPixelBufferOutputSettings(AVPixelBufferAttributes outputSettings)Deprecated.voidAVCaptureVideoDataOutput. setPixelBufferSettings(AVPixelBufferAttributes videoSettings)Constructors in org.robovm.apple.avfoundation with parameters of type AVPixelBufferAttributes Constructor Description AVAssetReaderTrackOutput(AVAssetTrack track, AVPixelBufferAttributes outputSettings)AVAssetReaderVideoCompositionOutput(NSArray<AVAssetTrack> videoTracks, AVPixelBufferAttributes videoSettings)