.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_set_sample_instance_playmode" "3" "" "Allegro reference manual" "" .SH NAME al_set_sample_instance_playmode \- Allegro 5 API .SH SYNOPSIS .IP .EX #include bool al_set_sample_instance_playmode(ALLEGRO_SAMPLE_INSTANCE *spl, ALLEGRO_PLAYMODE val) .EE .SH DESCRIPTION Set the playback mode of the sample instance. .PP Returns true on success, false on failure. .SH SEE ALSO ALLEGRO_PLAYMODE(3), al_get_sample_instance_playmode(3)