C# Class BlackBerry.Camera

Inheritance: IDisposable
Afficher le fichier Open project: roblillack/monoberry Class Usage Examples

Méthodes publiques

Méthode Description
Camera ( Unit unit, Mode mode ) : System
Dispose ( ) : void
HandleError ( Error e ) : void
TakePhoto ( ) : void

Private Methods

Méthode Description
_camera_set_photovf_property ( IntPtr handle, ImageProperty property, string &value, ImageProperty end ) : Error
camera_close ( IntPtr handle ) : Error
camera_open ( Unit unit, Mode mode, IntPtr &handle ) : Error
camera_start_photo_viewfinder ( IntPtr handle, IntPtr viewfinderCallback, IntPtr statusCallback, IntPtr arg ) : Error
camera_take_photo ( IntPtr handle, IntPtr shutterCallback, IntPtr rawCallback, IntPtr postViewCallback, IntPtr imageCallback, IntPtr arg, bool wait ) : Error

Method Details

Camera() public méthode

public Camera ( Unit unit, Mode mode ) : System
unit Unit
mode Mode
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HandleError() public static méthode

public static HandleError ( Error e ) : void
e Error
Résultat void

TakePhoto() public méthode

public TakePhoto ( ) : void
Résultat void