• allegro5.a5_display
  • allegro5.a5_file
  • allegro5.a5_font
  • allegro5.a5_image
  • allegro5.a5_joystick
  • allegro5.a5_main
  • allegro5.a5_misc
  • allegro5.a5_opengl
  • allegro5.a5_shader
  • allegro5.a5_sound
  • allegro5.a5_thread
  • allegro5.a5_triangles
  • animation
  • array
  • atlas
  • buffer
  • color
  • common
  • csg.csg_aabb
  • csg.csg
  • csg.csg_octree
  • csg.csg_shapes
  • csg.csg_test
  • data
  • display
  • exception
  • file
  • font
  • glsl
  • grid
  • hash
  • image
  • image_op
  • index
  • ini
  • isometric
  • joystick
  • keyboard
  • land
  • layer
  • list
  • log
  • main
  • map
  • mem
  • mouse
  • net
  • noise
  • openglutil
  • perlin
  • pixelmask
  • plasma
  • pool
  • protobuf
  • queue
  • random
  • runner
  • shader
  • sound
  • sprite
  • thread
  • tilegrid
  • triangles
  • util2d
  • util3d
  • util
  • view
  • voronoi
  • widget.base
  • widget.board
  • widget.book
  • widget.box
  • widget.button
  • widget.checkbox
  • widget.container
  • widget.edit
  • widget.gul
  • widget.hbox
  • widget.layout
  • widget
  • widget.menu
  • widget.mover
  • widget.panel
  • widget.scrollbar
  • widget.scrolling
  • widget.sizer
  • widget.slider
  • widget.spin
  • widget.text
  • widget.theme
  • widget.vbox
  • widget.widget_list
  • yaml.external
  • yaml.internal
  • yaml
  • yaml.xml

land.allegro5.a5_sound

platform_sound_load

Parameters: char const * filename

Returns: LandSound*

platform_sound_new

Parameters: int samples, float frequency, int bits, int channels

Returns: LandSound*

platform_sound_sample_pointer

Parameters: LandSound * super

Returns: void*

platform_sound_length

Parameters: LandSound * super

Returns: int

platform_sound_seconds

Parameters: LandSound * super

Returns: double

platform_sound_play

Parameters: LandSound * s, float volume, float pan, float frequency, bool loop

platform_sound_stop

Parameters: LandSound * s

platform_sound_destroy

Parameters: LandSound * s

platform_sound_init

no parameters

platform_sound_exit

no parameters

platform_sound_resume

no parameters

platform_sound_halt

no parameters

platform_stream_new

Parameters: int samples, int fragments, float frequency, int bits, int channels

Returns: LandStream*

platform_stream_destroy

Parameters: LandStream * super

platform_stream_buffer

Parameters: LandStream * super

Returns: void*

platform_stream_fill

Parameters: LandStream * super

platform_stream_music

Parameters: LandStream * super, char const * filename, bool looping

platform_stream_volume

Parameters: LandStream * super, float volume

platform_stream_is_playing

Parameters: LandStream * super

Returns: bool

platform_stream_set_playing

Parameters: LandStream * super, bool onoff


Generated: Thu 27 Feb 2020 10:49:37 PM EST