startSpeakerDeviceTest abstract method
- String filePath
Starting Speaker Testing (for Desktop OS)
This API is used to test whether the audio playback device functions properly by playing a specified audio file. If users can hear audio during testing, the device functions properly.
- Parameters:
- filePath(String):
- Path of the audio file.
- filePath(String):
Implementation
int startSpeakerDeviceTest(String filePath);