Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // Pass the callback to the modified Client Start method
  2. public void Initialize(SWIGTYPE_p_f_p_void_p_q_const__char_p_q_const__char_p_short_int_int_int_int__void receivedAudio) {
  3. if (_initialized)
  4. return;
  5. VxClient.Instance.Start(receivedAudio);
  6. _initialized = true;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement