Int _stdcall enable_audio_in(void* client, int enabled);
client:[in],The client object which is form new_client.
enabled:[in],enable or disable to capture audio and send to camera.1: enable, 0:disable
Return ERROR_OK if success,else refer to the definition of error number
enable or disable to capture audio and send to camera. Make sure the camera has connected now.