package cordova-plugin-videoplayer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type scaling_mode_type =
  1. | Scale_to_fit
  2. | Scale_to_fit_with_cropping
type options = private Ojs.t
val create_options : ?volume:float -> ?scaling_mode:scaling_mode_type -> unit -> options
val play : string -> ?options:options -> ?completed_callback:(unit -> unit) -> ?error_callback:(string -> unit) -> unit -> unit
val close : unit -> unit