-
Methods in org.robovm.apple.avfoundation with parameters of type AVCaptureDepthDataOutput
| Modifier and Type |
Method |
Description |
void |
AVCaptureDepthDataOutputDelegate.didDropDepthData(AVCaptureDepthDataOutput output,
AVDepthData depthData,
CMTime timestamp,
AVCaptureConnection connection,
AVCaptureOutputDataDroppedReason reason) |
|
void |
AVCaptureDepthDataOutputDelegateAdapter.didDropDepthData(AVCaptureDepthDataOutput output,
AVDepthData depthData,
CMTime timestamp,
AVCaptureConnection connection,
AVCaptureOutputDataDroppedReason reason) |
|
void |
AVCaptureDepthDataOutputDelegate.didOutputDepthData(AVCaptureDepthDataOutput output,
AVDepthData depthData,
CMTime timestamp,
AVCaptureConnection connection) |
|
void |
AVCaptureDepthDataOutputDelegateAdapter.didOutputDepthData(AVCaptureDepthDataOutput output,
AVDepthData depthData,
CMTime timestamp,
AVCaptureConnection connection) |
|