VLC 4.0.0-dev
Loading...
Searching...
No Matches
libvlc_parser_cfg Struct Reference

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.

Detailed Description

struct defining parser configuration

Field Documentation

◆ max_parser_threads

uint32_t libvlc_parser_cfg::max_parser_threads

The maximum number of threads used by the parser, 0 for default (1 thread).

Note
Optional (can be 0), available since version 0

◆ max_thumbnailer_threads

uint32_t libvlc_parser_cfg::max_thumbnailer_threads

The maximum number of threads used by the thumbnailer, 0 for default (1 thread).

Note
Optional (can be 0), available since version 0

◆ timeout

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.

Note
Optional (can be 0), available since version 0

◆ version

uint32_t libvlc_parser_cfg::version

Version of struct libvlc_parser_cfg.


The documentation for this struct was generated from the following file: