Example #1
0
 public static extern int libvlc_exception_raised(ref libvlc_exception_t p_exception);
Example #2
0
 public static extern string libvlc_exception_get_message(ref libvlc_exception_t p_exception);
Example #3
0
 public static extern void libvlc_exception_init(ref libvlc_exception_t p_exception);
Example #4
0
 public static extern void libvlc_media_player_stop(IntPtr player, ref libvlc_exception_t ex);
Example #5
0
 public static extern void libvlc_media_player_set_drawable(IntPtr player, IntPtr drawable,
                                                            ref libvlc_exception_t p_e);
Example #6
0
 public static extern IntPtr libvlc_media_player_new_from_media(IntPtr media,
                                                                ref libvlc_exception_t ex);
Example #7
0
 public static extern IntPtr libvlc_new(int argc, [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.LPStr)] string[] argv, ref libvlc_exception_t ex);