VLC
4.0.0-dev
|
Public Types | |
enum | { VLC_THUMBNAILER_SEEK_TIME, VLC_THUMBNAILER_SEEK_POS } |
Data Fields | |
enum seek_target:: { ... } | type |
union { | |
vlc_tick_t time | |
float pos | |
}; | |
union { ... } |
float seek_target::pos |
Referenced by vlc_thumbnailer_RequestByPos().
vlc_tick_t seek_target::time |
Referenced by Manage(), and vlc_thumbnailer_RequestByTime().
enum { ... } seek_target::type |
Referenced by vlc_thumbnailer_RequestByPos(), and vlc_thumbnailer_RequestByTime().