|
VLC 4.0.0-dev
|
struct defining parser configuration More...
#include <libvlc_parser.h>
Data Fields | |
| uint32_t | version |
| Version of struct libvlc_parser_cfg. | |
| uint32_t | max_parser_threads |
| The maximum number of threads used by the parser, 0 for default (1 thread). | |
| uint32_t | max_thumbnailer_threads |
| The maximum number of threads used by the thumbnailer, 0 for default (1 thread). | |
| libvlc_time_t | timeout |
| Timeout of the parser in us, 0 for no limits, or -1 to inherit the value of preparse-timeout. | |
struct defining parser configuration
| uint32_t libvlc_parser_cfg::max_parser_threads |
The maximum number of threads used by the parser, 0 for default (1 thread).
| uint32_t libvlc_parser_cfg::max_thumbnailer_threads |
The maximum number of threads used by the thumbnailer, 0 for default (1 thread).
| libvlc_time_t libvlc_parser_cfg::timeout |
Timeout of the parser in us, 0 for no limits, or -1 to inherit the value of preparse-timeout.
| uint32_t libvlc_parser_cfg::version |
Version of struct libvlc_parser_cfg.