-
Methods in org.robovm.apple.imagecapturecore with parameters of type ICCameraFile
| Modifier and Type |
Method |
Description |
void |
ICCameraDeviceDownloadDelegate.didDownloadFile(ICCameraFile file,
NSError error,
NSDictionary<NSString,?> options,
VoidPtr contextInfo) |
|
void |
ICCameraDeviceDownloadDelegateAdapter.didDownloadFile(ICCameraFile file,
NSError error,
NSDictionary<NSString,?> options,
VoidPtr contextInfo) |
|
void |
ICCameraDeviceDownloadDelegate.didReceiveDownloadProgress(ICCameraFile file,
long downloadedBytes,
long maxBytes) |
|
void |
ICCameraDeviceDownloadDelegateAdapter.didReceiveDownloadProgress(ICCameraFile file,
long downloadedBytes,
long maxBytes) |
|
void |
ICCameraDevice.requestDownloadFile(ICCameraFile file,
NSDictionary<NSString,?> options,
ICCameraDeviceDownloadDelegate downloadDelegate,
Selector selector,
VoidPtr contextInfo) |
|