Uses of Class
org.robovm.apple.avfoundation.AVDepthData
| Package | Description |
|---|---|
| org.robovm.apple.arkit | |
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coreimage |
-
Uses of AVDepthData in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return AVDepthData Modifier and Type Method Description AVDepthDataARFrame. getCapturedDepthData() -
Uses of AVDepthData in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVDepthData Modifier and Type Method Description AVDepthDataAVDepthData. depthDataByApplyingExifOrientation(CGImagePropertyOrientation exifOrientation)AVDepthDataAVDepthData. depthDataByConvertingToDepthDataType(int depthDataType)AVDepthDataAVDepthData. depthDataByReplacingDepthDataMapWithPixelBuffer(CVPixelBuffer pixelBuffer)static AVDepthDataAVDepthData. depthDataFromDictionaryRepresentation(NSDictionary<?,?> imageSourceAuxDataInfoDictionary)AVDepthDataAVCapturePhoto. getDepthData()AVDepthDataAVCaptureSynchronizedDepthData. getDepthData()AVDepthDataAVCapturePhotoFileDataRepresentationCustomizer. replacementDepthDataForPhoto(AVCapturePhoto photo)AVDepthDataAVCapturePhotoFileDataRepresentationCustomizerAdapter. replacementDepthDataForPhoto(AVCapturePhoto photo)Methods in org.robovm.apple.avfoundation with parameters of type AVDepthData Modifier and Type Method Description voidAVCaptureDepthDataOutputDelegate. didDropDepthData(AVCaptureDepthDataOutput output, AVDepthData depthData, CMTime timestamp, AVCaptureConnection connection, AVCaptureOutputDataDroppedReason reason)voidAVCaptureDepthDataOutputDelegateAdapter. didDropDepthData(AVCaptureDepthDataOutput output, AVDepthData depthData, CMTime timestamp, AVCaptureConnection connection, AVCaptureOutputDataDroppedReason reason)voidAVCaptureDepthDataOutputDelegate. didOutputDepthData(AVCaptureDepthDataOutput output, AVDepthData depthData, CMTime timestamp, AVCaptureConnection connection)voidAVCaptureDepthDataOutputDelegateAdapter. didOutputDepthData(AVCaptureDepthDataOutput output, AVDepthData depthData, CMTime timestamp, AVCaptureConnection connection)NSDataAVCapturePhoto. fileDataRepresentation(NSDictionary<NSString,?> replacementMetadata, NSDictionary<NSString,?> replacementEmbeddedThumbnailPhotoFormat, CVPixelBuffer replacementEmbeddedThumbnailPixelBuffer, AVDepthData replacementDepthData)Deprecated.Deprecated in iOS 12.0. -
Uses of AVDepthData in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return AVDepthData Modifier and Type Method Description AVDepthDataCIImage. getDepthData()Methods in org.robovm.apple.coreimage with parameters of type AVDepthData Modifier and Type Method Description protected longCIImage. init(AVDepthData data)protected longCIImage. init(AVDepthData data, NSDictionary<NSString,?> options)Constructors in org.robovm.apple.coreimage with parameters of type AVDepthData Constructor Description CIImage(AVDepthData data)CIImage(AVDepthData data, NSDictionary<NSString,?> options)