|
VLC 4.0.0-dev
|
Thumbnailer seek value. More...
#include <libvlc_parser.h>
Data Fields | |
| libvlc_time_t | time |
| Seek time, only use if type == libvlc_thumbnailer_seek_time. | |
| double | pos |
| Seek position, only use if type == libvlc_thumbnailer_seek_pos. | |
Thumbnailer seek value.
The active member is selected based on the associated libvlc_thumbnailer_seek_type_t.
| double libvlc_thumbnailer_seek_value_t::pos |
Seek position, only use if type == libvlc_thumbnailer_seek_pos.
| libvlc_time_t libvlc_thumbnailer_seek_value_t::time |
Seek time, only use if type == libvlc_thumbnailer_seek_time.