VLC 4.0.0-dev
|
Seek argument. More...
#include <vlc_preparser.h>
Public Types | |
enum | { VLC_THUMBNAILER_SEEK_NONE , VLC_THUMBNAILER_SEEK_TIME , VLC_THUMBNAILER_SEEK_POS } |
enum | { VLC_THUMBNAILER_SEEK_PRECISE , VLC_THUMBNAILER_SEEK_FAST } |
Data Fields | ||
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 | |
Seek argument.
anonymous enum |
anonymous enum |
union { ... } vlc_thumbnailer_arg::seek |
double vlc_thumbnailer_arg::seek::pos |
Seek position if type == VLC_THUMBNAILER_SEEK_POS.
Referenced by ThumbnailerRun().
enum { ... } vlc_thumbnailer_arg::seek::speed |
Referenced by ThumbnailerRun().
vlc_tick_t vlc_thumbnailer_arg::seek::time |
Seek time if type == VLC_THUMBNAILER_SEEK_TIME.
Referenced by ThumbnailerRun().
enum { ... } vlc_thumbnailer_arg::seek::type |
Referenced by TaskNew(), and ThumbnailerRun().