Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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