Rate This Document
Findability
Accuracy
Completeness
Readability

startAudio

Function Usage

Sets audio playing to the non-mute state.

Restrictions

N/A

Prototype

int startAudio()

Parameters

N/A

Returns

Data type: int

The value can be:

  • VMI_SUCCESS: Success
  • VMI_AUDIO_ENGINE_CLIENT_START_FAIL: The audio engine client fails to set the non-mute state for audio playing.

Example Call

1
2
3
4
void Test()  
{ 
    int ret = AudioTrackPlayer.startAudio(); 
}