Ejemplo n.º 1
0
 internal static extern RecorderErrorCode SetErrorCallback(RecorderHandle handle, RecorderErrorCallback callback,
                                                           IntPtr userData);
Ejemplo n.º 2
0
 internal static extern StreamRecorderErrorCode SetErrorCallback(StreamRecorderHandle handle,
                                                                 RecorderErrorCallback callback, IntPtr userData = default(IntPtr));