Uses of Class
org.robovm.apple.avfoundation.AVCaptureOutputDataDroppedReason
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureOutputDataDroppedReason in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVCaptureOutputDataDroppedReason Modifier and Type Method Description AVCaptureOutputDataDroppedReasonAVCaptureSynchronizedDepthData. getDroppedReason()AVCaptureOutputDataDroppedReasonAVCaptureSynchronizedSampleBufferData. getDroppedReason()static AVCaptureOutputDataDroppedReasonAVCaptureOutputDataDroppedReason. valueOf(long n)Returns the enum constant of this type with the specified name.static AVCaptureOutputDataDroppedReasonAVCaptureOutputDataDroppedReason. valueOf(String name)Returns the enum constant of this type with the specified name.static AVCaptureOutputDataDroppedReason[]AVCaptureOutputDataDroppedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.avfoundation with parameters of type AVCaptureOutputDataDroppedReason 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)