Simple Sound for Small
Devices
libsssd
last updated: 03 JUN 2003 (v0.6)
Function Name: sssd_ctrlBackground
Issue a command to the background music decoder
C Prototype:
int sssd_ctrlBackground (struct sssdaudio *ga, char *command);
Other Prototypes:
Arguments:
struct
gameaudio *ga
Pointer to an initialized sssdaudio structure
(returned by sssd_initAudio)
char *command
Pointer to command to send to the running background
music decoder
Returns:
0
Success
ERR_BKG_NOTPLAYING
A background track is currently playing.
libsssd (c)2003
Patrick Roberts created from libgaudio (c) 1999-2000 A. Schiffler.
Release as open source under MPL 1.1. Documentation (c)2003
Patrick Roberts.