Functions | |
| int | am_player_start (int soundcard, const char *file, int loop) |
| int | am_player_stop (int soundcard) |
| int | am_player_stop_all (void) |
| int | am_player_stop_terminated (void) |
| int am_player_start | ( | int | soundcard, | |
| const char * | file, | |||
| int | loop | |||
| ) |
Configure amsip to play a file.
| soundcard | Device to use | |
| file | File to play | |
| loop | Play the file in a loop |
| int am_player_stop | ( | int | soundcard | ) |
Configure amsip to stop playing a file.
| soundcard | id of soundcard to stop. |
| int am_player_stop_all | ( | void | ) |
Configure amsip to stop release ressource in terminated players.
| int am_player_stop_terminated | ( | void | ) |
Configure amsip to stop release ressource in terminated players.
1.5.4