SYNOPSIS

  • #include <allegro5/allegro_audio.h>
    
    bool al_set_sample_instance_position(ALLEGRO_SAMPLE_INSTANCE *spl,
       unsigned int val)
    
    

DESCRIPTION

Set the playback position of a sample instance.

Returns true on success, false on failure.

RELATED TO al_set_sample_instance_position…

al_get_sample_instance_position(3alleg5)