Пример #1
0
 private void get_iter()
 {
     iter = libvlc_log_get_iterator(log, _excp);
     VlcException.HandleVlcException(ref _excp);
 }
Пример #2
0
 private static extern IntPtr libvlc_log_iterator_next(VlcLogEnumHandle iter, ref libvlc_log_message_t buffer, VlcExceptionHandle _excp);
Пример #3
0
 private static extern void libvlc_log_iterator_free(VlcLogEnumHandle iter, VlcExceptionHandle _excp);
Пример #4
0
 private static extern int libvlc_log_iterator_has_next(VlcLogEnumHandle iter, VlcExceptionHandle _excp);