Tscope5
|
Definitions of internal audio functions. More...
Go to the source code of this file.
Functions | |
void | ts5_check_audio (char *calling_function) |
Do some checks at the start of each audio function. | |
void | ts5_install_audio (char *calling_function) |
Install the audio subsystem. | |
void | ts5_uninstall_audio () |
Uninstall the audio subsystem. |
Variables | |
int | _ts5_is_audio_installed = 0 |
Is the audio subsystem installed? |
Definitions of internal audio functions.
Definition in file audio_internal.c.
void ts5_check_audio | ( | char * | calling_function | ) |
Do some checks at the start of each audio function.
calling_function | Name the function that calls for this check or installation. |
Checks whether the audio subsystem is installed. If not, the audio subsystem is installed.
Definition at line 33 of file audio_internal.c.
void ts5_install_audio | ( | char * | calling_function | ) |
Install the audio subsystem.
calling_function | Name the function that calls for this check or installation. |
This function is called automatically if necessary.
Definition at line 50 of file audio_internal.c.
void ts5_uninstall_audio | ( | ) |
Uninstall the audio subsystem.
This function is called automatically at the end of the program.
Definition at line 128 of file audio_internal.c.
int _ts5_is_audio_installed = 0 |
Is the audio subsystem installed?
Definition at line 21 of file audio_internal.c.