package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit element
method canPlayType : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method load : unit Js.meth
method play : unit Js.meth
method pause : unit Js.meth
method autoplay : bool Js.t Js.prop
method buffered : timeRanges Js.t Js.readonly_prop
method controls : bool Js.t Js.prop
method currentSrc : Js.js_string Js.t Js.readonly_prop
method currentTime : float Js.prop
method duration : float Js.readonly_prop
method ended : bool Js.t Js.readonly_prop
method loop : bool Js.t Js.prop
method mediagroup : Js.js_string Js.t Js.prop
method muted : bool Js.t Js.prop
method networkState_int : int Js.readonly_prop
method networkState : networkState Js.readonly_prop
method paused : bool Js.t Js.readonly_prop
method playbackRate : float Js.prop
method preload : Js.js_string Js.t Js.prop
method readyState_int : int Js.readonly_prop
method readyState : readyState Js.readonly_prop
method seekable : timeRanges Js.t Js.readonly_prop
method seeking : bool Js.t Js.readonly_prop
method volume : float Js.prop