Exemplo n.º 1
0
 internal static extern void nim_vchat_set_audio_data_cb(bool capture,
                                                         [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(NimUtility.Utf8StringMarshaler))] string json_extension,
                                                         nim_vchat_audio_data_cb_func cb, IntPtr user_data);
Exemplo n.º 2
0
 public static extern void nim_vchat_set_audio_data_cb(bool capture, nim_vchat_audio_data_cb_func cb, IntPtr user_data);