SYNOPSIS

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

DESCRIPTION

Set the length of the sample instance in sample values.

Return true on success, false on failure. Will fail if the sample instance is currently playing.

RELATED TO al_set_sample_instance_length…

al_get_sample_instance_length(3alleg5)