|
VLC 4.0.0-dev
|
input item parser configuration struct More...
#include <vlc_input_item.h>
Data Fields | |
| const input_item_parser_cbs_t * | cbs |
| Callbacks to be notified of the end of the parsing, can't be NULL. | |
| void * | cbs_data |
| Opaque data used by parser callbacks. | |
| bool | subitems |
| true to parse subitems (from a folder or a playlist file) | |
| bool | interact |
| true to trigger dialog interactions when needed | |
input item parser configuration struct
| const input_item_parser_cbs_t* input_item_parser_cfg::cbs |
Callbacks to be notified of the end of the parsing, can't be NULL.
Referenced by input_item_Parse(), and Parse().
| void* input_item_parser_cfg::cbs_data |
Opaque data used by parser callbacks.
Referenced by input_item_Parse().
| bool input_item_parser_cfg::interact |
true to trigger dialog interactions when needed
Referenced by input_item_Parse().
| bool input_item_parser_cfg::subitems |
true to parse subitems (from a folder or a playlist file)
Referenced by input_item_Parse().