VLC 4.0.0-dev
Loading...
Searching...
No Matches
libvlc_thumbnailer_seek_value_t Union Reference

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.

Detailed Description

Thumbnailer seek value.

The active member is selected based on the associated libvlc_thumbnailer_seek_type_t.

Field Documentation

◆ pos

double libvlc_thumbnailer_seek_value_t::pos

Seek position, only use if type == libvlc_thumbnailer_seek_pos.

◆ time

libvlc_time_t libvlc_thumbnailer_seek_value_t::time

Seek time, only use if type == libvlc_thumbnailer_seek_time.


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