public int _SetSpeakerVolume(int nVol) { if (!ApolloVoice_lib.bInit) { return(4); } return(ApolloVoice_lib.ApolloVoiceSetSpeakerVolume(nVol)); }