|
VLC
3.0.18
|

Data Structures | |
| struct | libvlc_log_message_t |
Typedefs | |
| typedef struct libvlc_log_iterator_t | libvlc_log_iterator_t |
| This structure is opaque. More... | |
| typedef struct libvlc_log_message_t | libvlc_log_message_t |
| typedef struct libvlc_log_iterator_t libvlc_log_iterator_t |
This structure is opaque.
It represents a libvlc log iterator
| typedef struct libvlc_log_message_t libvlc_log_message_t |
| LIBVLC_DEPRECATED LIBVLC_API unsigned libvlc_get_log_verbosity | ( | const libvlc_instance_t * | p_instance | ) |
Always returns minus one.
This function is only provided for backward compatibility.
| p_instance | ignored |
| LIBVLC_DEPRECATED LIBVLC_API void libvlc_log_clear | ( | libvlc_log_t * | p_log | ) |
This function does nothing.
It is only provided for backward compatibility.
| p_log | ignored |
| LIBVLC_DEPRECATED LIBVLC_API void libvlc_log_close | ( | libvlc_log_t * | p_log | ) |
Frees memory allocated by libvlc_log_open().
| p_log | libvlc log instance or NULL |
| LIBVLC_DEPRECATED LIBVLC_API unsigned libvlc_log_count | ( | const libvlc_log_t * | p_log | ) |
Always returns zero.
This function is only provided for backward compatibility.
| p_log | ignored |
| LIBVLC_DEPRECATED LIBVLC_API libvlc_log_iterator_t* libvlc_log_get_iterator | ( | const libvlc_log_t * | p_log | ) |
This function does nothing useful.
It is only provided for backward compatibility.
| p_log | ignored |
| LIBVLC_DEPRECATED LIBVLC_API void libvlc_log_iterator_free | ( | libvlc_log_iterator_t * | p_iter | ) |
Frees memory allocated by libvlc_log_get_iterator().
| p_iter | libvlc log iterator or NULL |
| LIBVLC_DEPRECATED LIBVLC_API int libvlc_log_iterator_has_next | ( | const libvlc_log_iterator_t * | p_iter | ) |
Always returns zero.
This function is only provided for backward compatibility.
| p_iter | ignored |
| LIBVLC_DEPRECATED LIBVLC_API libvlc_log_message_t* libvlc_log_iterator_next | ( | libvlc_log_iterator_t * | p_iter, |
| libvlc_log_message_t * | p_buf | ||
| ) |
Always returns NULL.
This function is only provided for backward compatibility.
| p_iter | libvlc log iterator or NULL |
| p_buf | ignored |
| LIBVLC_DEPRECATED LIBVLC_API libvlc_log_t* libvlc_log_open | ( | libvlc_instance_t * | p_instance | ) |
This function does nothing useful.
It is only provided for backward compatibility.
| p_instance | libvlc instance |
| LIBVLC_DEPRECATED LIBVLC_API void libvlc_set_log_verbosity | ( | libvlc_instance_t * | p_instance, |
| unsigned | level | ||
| ) |
This function does nothing.
It is only provided for backward compatibility.
| p_instance | ignored |
| level | ignored |
1.8.16