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/index.html

Module Oo_sfml_audio

Online documentation for the audio module

type music_src = [
  1. | `FromFile of string
  2. | `FromMemory of string
]
class music : music_src -> object ... end
class listener : object ... end
type sound_buffer_src = [
  1. | `FromFile of string
  2. | `FromMemory of string
  3. | `FromSamples of (int, Bigarray.int16_signed_elt, Bigarray.c_layout) Bigarray.Array1.t * int * int
]
class sound_buffer : sound_buffer_src -> object ... end
type sound_status = [
  1. | `paused
  2. | `playing
  3. | `stopped
]
class sound : object ... end
OCaml

Innovation. Community. Security.