コード例 #1
0
 internal static extern RecorderErrorCode SetErrorCallback(RecorderHandle handle, RecorderErrorCallback callback,
                                                           IntPtr userData);
コード例 #2
0
 internal static extern StreamRecorderErrorCode SetErrorCallback(StreamRecorderHandle handle,
                                                                 RecorderErrorCallback callback, IntPtr userData = default(IntPtr));