MonobjcMonobjc Documented Class Library
IKCameraDeviceView..::..CameraDeviceViewDidDownloadFileLocationFileDataErrorEventHandler Delegate
NamespacesMonobjc.QuartzIKCameraDeviceViewIKCameraDeviceView..::..CameraDeviceViewDidDownloadFileLocationFileDataErrorEventHandler

Invoked for each file that is downloaded from the camera device.

Original signature is '- (void)cameraDeviceView:(IKCameraDeviceView *)cameraDeviceView didDownloadFile:(ICCameraFile *)file location:(NSURL *)url fileData:(NSData *)data error:(NSError *)error'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void CameraDeviceViewDidDownloadFileLocationFileDataErrorEventHandler(
	IKCameraDeviceView cameraDeviceView,
	IntPtr file,
	NSURL url,
	NSData data,
	NSError error
)
Public Delegate Sub CameraDeviceViewDidDownloadFileLocationFileDataErrorEventHandler ( _
	cameraDeviceView As IKCameraDeviceView, _
	file As IntPtr, _
	url As NSURL, _
	data As NSData, _
	error As NSError _
)
public delegate void CameraDeviceViewDidDownloadFileLocationFileDataErrorEventHandler(
	IKCameraDeviceView^ cameraDeviceView, 
	IntPtr file, 
	NSURL^ url, 
	NSData^ data, 
	NSError^ error
)
Parameters
cameraDeviceView (IKCameraDeviceView)
The camera device view that sent the message.
file (IntPtr)
The camera file.
url (NSURL)
The URL to save the data.
data (NSData)
The data.
error (NSError)
Any errors encountered during downloading.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)