|
VLC 4.0.0-dev
|
struct defining a thumbnailer request More...
#include <libvlc_parser.h>
Data Fields | |
| uint32_t | version |
| Version of libvlc_thumbnailer_request_t. | |
| libvlc_media_t * | media |
| Media source of the thumbnail. | |
| unsigned int | width |
| Thumbnail width (0 by default). | |
| unsigned int | height |
| Thumbnail height (0 by default). | |
| bool | crop |
| True to enable crop (false by default). | |
| libvlc_picture_type_t | type |
| Picture type (libvlc_picture_Argb by default). | |
| struct { | |
| libvlc_thumbnailer_seek_type_t type | |
| by time or by position (libvlc_thumbnailer_seek_none by default) More... | |
| libvlc_thumbnailer_seek_value_t value | |
| Seek value, the active member is selected by type. More... | |
| libvlc_thumbnailer_seek_speed_t speed | |
| precise or fast mode (libvlc_media_thumbnail_seek_precise by default) More... | |
| } | seek |
| Seek parameters. | |
| bool | hw_dec |
| True to enable hardware decoder (false by default). | |
struct defining a thumbnailer request
| bool libvlc_thumbnailer_request_t::crop |
True to enable crop (false by default).
| unsigned int libvlc_thumbnailer_request_t::height |
Thumbnail height (0 by default).
| bool libvlc_thumbnailer_request_t::hw_dec |
True to enable hardware decoder (false by default).
| libvlc_media_t* libvlc_thumbnailer_request_t::media |
Media source of the thumbnail.
| struct { ... } libvlc_thumbnailer_request_t::seek |
Seek parameters.
| libvlc_thumbnailer_seek_speed_t libvlc_thumbnailer_request_t::speed |
precise or fast mode (libvlc_media_thumbnail_seek_precise by default)
| libvlc_thumbnailer_seek_type_t libvlc_thumbnailer_request_t::type |
by time or by position (libvlc_thumbnailer_seek_none by default)
| libvlc_picture_type_t libvlc_thumbnailer_request_t::type |
Picture type (libvlc_picture_Argb by default).
| libvlc_thumbnailer_seek_value_t libvlc_thumbnailer_request_t::value |
Seek value, the active member is selected by type.
| uint32_t libvlc_thumbnailer_request_t::version |
Version of libvlc_thumbnailer_request_t.
| unsigned int libvlc_thumbnailer_request_t::width |
Thumbnail width (0 by default).