package cordova-plugin-media-capture

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error_type =
  1. | Internal_error
  2. | Application_busy
  3. | Invalid_argument
  4. | No_media_files
  5. | Not_supported
class capture_video_options : Ojs.t -> object ... end
class capture_image_options : Ojs.t -> object ... end
class capture_audio_options : Ojs.t -> object ... end
class configuration_data : Ojs.t -> object ... end
class media_file_data : Ojs.t -> object ... end
class capture_error : Ojs.t -> object ... end
class media_file : Ojs.t -> object ... end
class capture : Ojs.t -> object ... end
val t : unit -> capture