internal static extern RecorderErrorCode SetErrorCallback(RecorderHandle handle, RecorderErrorCallback callback,
                                                           IntPtr userData);
Beispiel #2
0
 internal static extern StreamRecorderErrorCode SetErrorCallback(StreamRecorderHandle handle,
                                                                 RecorderErrorCallback callback, IntPtr userData = default(IntPtr));