|
VLC 4.0.0-dev
|
Thumbnailer output argument. More...
#include <vlc_preparser.h>
Data Fields | |
| enum vlc_thumbnailer_format | format |
| Thumbnailer output format. | |
| int | width |
| Requested width of the thumbnail. | |
| int | height |
| Requested Height of the thumbnail. | |
| bool | crop |
| True if the thumbnail should be cropped. | |
| const char * | file_path |
| File output path of the thumbnail. | |
| unsigned int | creat_mode |
| File mode bits (cf. | |
Thumbnailer output argument.
| unsigned int vlc_thumbnailer_output::creat_mode |
File mode bits (cf.
"mode_t mode" in man 2 open)
Referenced by vlc_preparser_GenerateThumbnailToFiles().
| bool vlc_thumbnailer_output::crop |
True if the thumbnail should be cropped.
cf. picture_Export() documentation.
Referenced by vlc_preparser_GenerateThumbnailToFiles().
| const char* vlc_thumbnailer_output::file_path |
File output path of the thumbnail.
Referenced by vlc_preparser_GenerateThumbnailToFiles().
| enum vlc_thumbnailer_format vlc_thumbnailer_output::format |
Thumbnailer output format.
Referenced by vlc_preparser_GenerateThumbnailToFiles().
| int vlc_thumbnailer_output::height |
Requested Height of the thumbnail.
cf. picture_Export() documentation.
Referenced by vlc_preparser_GenerateThumbnailToFiles().
| int vlc_thumbnailer_output::width |
Requested width of the thumbnail.
cf. picture_Export() documentation.
Referenced by vlc_preparser_GenerateThumbnailToFiles().