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