Seek argument.
More...
#include <vlc_preparser.h>
|
| enum vlc_thumbnailer_arg::seek:: { ... } | type |
| |
| union { | |
| |
| vlc_tick_t time | |
| | Seek time if type == VLC_THUMBNAILER_SEEK_TIME. More...
|
| |
| double pos | |
| | Seek position if type == VLC_THUMBNAILER_SEEK_POS. More...
|
| |
| }; | | |
| |
| enum vlc_thumbnailer_arg::seek:: { ... } | speed |
| |
◆ anonymous enum
| Enumerator |
|---|
| VLC_THUMBNAILER_SEEK_NONE | Don't seek (default)
|
| VLC_THUMBNAILER_SEEK_TIME | Seek by time.
|
| VLC_THUMBNAILER_SEEK_POS | Seek by position.
|
◆ anonymous enum
| Enumerator |
|---|
| VLC_THUMBNAILER_SEEK_PRECISE | Precise, but potentially slow.
|
| VLC_THUMBNAILER_SEEK_FAST | Fast, but potentially imprecise.
|
◆ [union]
◆ pos
| double vlc_thumbnailer_arg::seek::pos |
Seek position if type == VLC_THUMBNAILER_SEEK_POS.
Referenced by ThumbnailerRun().
◆ []
| enum { ... } vlc_thumbnailer_arg::seek::speed |
◆ time
◆ []
| enum { ... } vlc_thumbnailer_arg::seek::type |
The documentation for this struct was generated from the following file: