BSP_AUDIO_OUT_SetOutputMode() function
Switch dynamically (while audio file is played) the output target (speaker or headphone).
Syntax
uint8_t BSP_AUDIO_OUT_SetOutputMode(uint8_t Output); Arguments
Output
specifies the audio output target: OUTPUT_DEVICE_SPEAKER, OUTPUT_DEVICE_HEADPHONE, OUTPUT_DEVICE_BOTH or OUTPUT_DEVICE_AUTO
Return value
AUDIO_OK if correct communication, else wrong communication
Notes
This function modifies a global variable of the audio codec driver: OutputDev.
Examples
BSP_AUDIO_OUT_SetOutputMode() is referenced by 2 libraries and example projects: