Пример #1
0
 private static extern string libvlc_video_get_aspect_ratio(VlcInputHandle p_input, VlcExceptionHandle p_exception);
Пример #2
0
 private static extern void libvlc_log_close(VlcLogHandle log, VlcExceptionHandle ex);
Пример #3
0
 private static extern IntPtr libvlc_exception_get_message(VlcExceptionHandle ex);
Пример #4
0
 private static extern VlcLogHandle libvlc_log_open(VlcInstanceHandle engine, VlcExceptionHandle ex);
Пример #5
0
 private static extern void libvlc_set_log_verbosity(VlcInstanceHandle engine, uint value, VlcExceptionHandle ex);
Пример #6
0
 private static extern VlcLogEnumHandle libvlc_log_get_iterator(VlcLogHandle log, VlcExceptionHandle _excp);
Пример #7
0
 private static extern IntPtr libvlc_log_iterator_next(VlcLogEnumHandle iter, ref libvlc_log_message_t buffer, VlcExceptionHandle _excp);
Пример #8
0
 private static extern void libvlc_audio_set_volume(VlcInstanceHandle engine, int volume, VlcExceptionHandle exception);
Пример #9
0
 private static extern void libvlc_audio_toggle_mute(VlcInstanceHandle p_instance, VlcExceptionHandle p_exception);
Пример #10
0
 private static extern VlcInstanceHandle libvlc_new(int argc, string[] args, VlcExceptionHandle ex);
Пример #11
0
 private static extern int libvlc_audio_get_volume(VlcInstanceHandle engine, VlcExceptionHandle exception);
Пример #12
0
 private static extern void libvlc_video_take_snapshot(
     VlcInputHandle p_input,
     [MarshalAs(UnmanagedType.LPStr)]
     string file_name,
     VlcExceptionHandle p_exception);
Пример #13
0
 private static extern void libvlc_toggle_fullscreen(VlcInputHandle p_input, VlcExceptionHandle p_exception);
Пример #14
0
 private static extern void libvlc_video_set_aspect_ratio(
     VlcInputHandle p_input,
     [MarshalAs(UnmanagedType.LPStr)] string aspect_ratio,
     VlcExceptionHandle p_exception);
Пример #15
0
 private static extern int libvlc_playlist_add(VlcInstanceHandle engine, string uri, string name, VlcExceptionHandle ex);
Пример #16
0
 private static extern bool libvlc_audio_get_mute(VlcInstanceHandle p_instance, VlcExceptionHandle p_exception);
Пример #17
0
 private static extern int libvlc_playlist_delete_item(VlcInstanceHandle engine, int item, VlcExceptionHandle ex);
Пример #18
0
 private static extern void libvlc_audio_set_mute(VlcInstanceHandle p_instance, bool b, VlcExceptionHandle p_exception);
Пример #19
0
 private static extern int libvlc_log_iterator_has_next(VlcLogEnumHandle iter, VlcExceptionHandle _excp);
Пример #20
0
 private static extern void libvlc_video_set_parent(VlcInstanceHandle p_instance, IntPtr window, VlcExceptionHandle p_exception);
Пример #21
0
 private static extern void libvlc_log_iterator_free(VlcLogEnumHandle iter, VlcExceptionHandle _excp);
Пример #22
0
 private static extern void libvlc_playlist_play(VlcInstanceHandle p_instance, Int32 i, Int32 i2, [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.LPStr)] string[] a, VlcExceptionHandle _excp);
Пример #23
0
 private static extern uint libvlc_get_log_verbosity(VlcInstanceHandle engine, VlcExceptionHandle ex);
Пример #24
0
 private static extern int libvlc_playlist_isplaying(VlcInstanceHandle engine, VlcExceptionHandle ex);
Пример #25
0
 private static extern uint libvlc_log_count(VlcLogHandle log, VlcExceptionHandle ex);
Пример #26
0
 private static extern int libvlc_playlist_items_count(VlcInstanceHandle engine, VlcExceptionHandle ex);
Пример #27
0
 private static extern int libvlc_exception_raised(VlcExceptionHandle ex);
Пример #28
0
 private static extern void libvlc_playlist_clear(VlcInstanceHandle engine, VlcExceptionHandle ex);
Пример #29
0
 private static extern void libvlc_exception_clear(VlcExceptionHandle p_exception);
Пример #30
0
 private static extern int libvlc_video_get_width(VlcInputHandle p_input, VlcExceptionHandle p_exception);