#include <stdbool.h>
Go to the source code of this file.
Functions | |
bool | audio_output_enable_index (unsigned idx) |
Enables an audio output. | |
bool | audio_output_disable_index (unsigned idx) |
Disables an audio output. |
bool audio_output_disable_index | ( | unsigned | idx | ) |
Disables an audio output.
Returns false if the specified output does not exist.
bool audio_output_enable_index | ( | unsigned | idx | ) |
Enables an audio output.
Returns false if the specified output does not exist.