I was wondering if the following methods are intended to be exposed to applications using libvlc:
Code: Select all
void libvlc_log_get_context(const libvlc_log_t *ctx, const char **module,
const char **file, unsigned *line);
void libvlc_log_get_object(const libvlc_log_t *ctx, const char **name,
const char **header, uintptr_t *id);