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

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.
 

Detailed Description

Thumbnailer output argument.

Used by vlc_preparser_GenerateThumbnailToFiles()

Field Documentation

◆ creat_mode

unsigned int vlc_thumbnailer_output::creat_mode

File mode bits (cf.

"mode_t mode" in man 2 open)

Referenced by vlc_preparser_GenerateThumbnailToFiles().

◆ crop

bool vlc_thumbnailer_output::crop

True if the thumbnail should be cropped.

cf. picture_Export() documentation.

Referenced by vlc_preparser_GenerateThumbnailToFiles().

◆ file_path

const char* vlc_thumbnailer_output::file_path

File output path of the thumbnail.

Referenced by vlc_preparser_GenerateThumbnailToFiles().

◆ format

enum vlc_thumbnailer_format vlc_thumbnailer_output::format

Thumbnailer output format.

Referenced by vlc_preparser_GenerateThumbnailToFiles().

◆ height

int vlc_thumbnailer_output::height

Requested Height of the thumbnail.

cf. picture_Export() documentation.

Referenced by vlc_preparser_GenerateThumbnailToFiles().

◆ width

int vlc_thumbnailer_output::width

Requested width of the thumbnail.

cf. picture_Export() documentation.

Referenced by vlc_preparser_GenerateThumbnailToFiles().


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