package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.09.tar.gz
sha256=75e28f425d6c40f39f7aac53b413da3d48ecd50aa88cdf644d38a14897a59a30
md5=01ffc5b471d774f2d6234c639b067f04

doc/sfml.audio_oo/Oo_sfml_audio/class-music/index.html

Class Oo_sfml_audio.music

val music : SFMusic.t
method channels_count : int
method destroy : unit -> unit
method duration : SFTime.t
method loop : bool
method pause : unit -> unit
method pitch : float
method play : unit -> unit
method playing_offset : SFTime.t
method position : float * float * float
method sample_rate : int
method set_attenuation : attenuation:float -> unit
method set_loop : loop:bool -> unit
method set_min_distance : minDistance:float -> unit
method set_pitch : pitch:float -> unit
method set_position : pos:(float * float * float) -> unit
method set_position3 : x:float -> y:float -> z:float -> unit
method set_relative_to_listener : relative:bool -> unit
method set_volume : volume:float -> unit
method status : SFMusic.sound_status
method stop : unit -> unit
method volume : float
OCaml

Innovation. Community. Security.