stopAudio
Function Usage
Sets audio playing to the mute state.
Restrictions
N/A
Prototype
int stopAudio()
Parameters
N/A
Returns
Data type: int
The value can be:
- VMI_SUCCESS: Success
- VMI_AUDIO_ENGINE_CLIENT_STOP_FAIL: The audio engine client fails to set the mute state for audio playing.
Example Call
1 2 3 4 | void Test() { int ret = AudioTrackPlayer.stopAudio(); } |
Parent topic: External APIs of the Audio Engine Client (Java)