package cordova-plugin-media-capture

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method capture_audio : (media_file array -> unit) -> (capture_error -> unit) -> ?opt:capture_audio_options -> unit -> unit
method capture_image : (media_file array -> unit) -> (capture_error -> unit) -> ?opt:capture_image_options -> unit -> unit
method capture_video : (media_file array -> unit) -> (capture_error -> unit) -> ?opt:capture_video_options -> unit -> unit
method to_js : Ojs.t