Raylib.Music
val t : t Ctypes.typ
val stream : t -> AudioStream.t
Audio stream
val frame_count : t -> Unsigned.uint
Frame count
val looping : t -> bool
Music looping enable
val ctx_type : t -> int
Type of music context (audio filetype)
val set_stream : t -> AudioStream.t -> unit
val set_frame_count : t -> Unsigned.uint -> unit
val set_looping : t -> bool -> unit
val set_ctx_type : t -> int -> unit