/******************************************************************************* * File Name : Audio.h * Description : * Created on : 2022Äê10ÔÂ17ÈÕ * Author : www.hido-studio.com *******************************************************************************/ #ifndef FML_INTERNET_AUDIO_H_ #define FML_INTERNET_AUDIO_H_ /******************************************************************************* * Include Files * *******************************************************************************/ #include "HIDO_TypeDef.h" #include "HIDO_VLQueue.h" /******************************************************************************* * Macro * *******************************************************************************/ /******************************************************************************* * Type Definition * *******************************************************************************/ /******************************************************************************* * Global Function * *******************************************************************************/ /******************************************************************************* * Function Name : Audio_SetVolume * Description : * Input : * Output : * Return : * Author : hido.ltd *******************************************************************************/ HIDO_INT32 Audio_SetVolume(HIDO_UINT16 _u16Volume); /******************************************************************************* * Function Name : Audio_GetVolume * Description : * Input : * Output : * Return : * Author : hido.ltd *******************************************************************************/ HIDO_UINT16 Audio_GetVolume(HIDO_VOID); #endif /* FML_INTERNET_AUDIO_H_ */