
Data Structures | |
| struct | libvlc_log_t |
Functions | |
| unsigned | libvlc_get_log_verbosity (const libvlc_instance_t *p_instance) |
| Always returns minus one. | |
| void | libvlc_set_log_verbosity (libvlc_instance_t *p_instance, unsigned level) |
| This function does nothing. | |
| libvlc_log_t * | libvlc_log_open (libvlc_instance_t *p_instance) |
| This function does nothing useful. | |
| void | libvlc_log_close (libvlc_log_t *p_log) |
| Frees memory allocated by libvlc_log_open(). | |
| unsigned | libvlc_log_count (const libvlc_log_t *p_log) |
| Always returns zero. | |
| void | libvlc_log_clear (libvlc_log_t *p_log) |
| This function does nothing. | |
| libvlc_log_iterator_t * | libvlc_log_get_iterator (const libvlc_log_t *p_log) |
| This function does nothing useful. | |
| void | libvlc_log_iterator_free (libvlc_log_iterator_t *p_iter) |
| Frees memory allocated by libvlc_log_get_iterator(). | |
| int | libvlc_log_iterator_has_next (const libvlc_log_iterator_t *p_iter) |
| Always returns zero. | |
| libvlc_log_message_t * | libvlc_log_iterator_next (libvlc_log_iterator_t *p_iter, libvlc_log_message_t *buffer) |
| Always returns NULL. | |
1.7.1