Ejemplo n.º 1
0
 internal static extern RecorderErrorCode SetInterruptedCallback(RecorderHandle handle,
                                                                 InterruptedCallback callback, IntPtr userData);
Ejemplo n.º 2
0
 internal static extern CameraError SetInterruptedCallback(IntPtr handle, InterruptedCallback callback, IntPtr userData);
Ejemplo n.º 3
0
 internal static extern RadioError SetInterruptedCb(RadioHandle radio,
                                                    InterruptedCallback callback, IntPtr userData = default(IntPtr));