package raylib

  1. Overview
  2. Docs

Module Raylib.SoundSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval t : t Ctypes.typ
Sourceval stream : t -> AudioStream.t

Audio stream

Sourceval frame_count : t -> Unsigned.uint

Frame count

Sourceval set_stream : t -> AudioStream.t -> unit
Sourceval set_frame_count : t -> Unsigned.uint -> unit