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 | |
double pos | |
}; | |
union { ... } seek_target::@56 |
double seek_target::pos |
Referenced by vlc_thumbnailer_RequestByPos().
vlc_tick_t seek_target::time |
Referenced by vlc_thumbnailer_RequestByTime().
enum { ... } seek_target::type |
Referenced by vlc_thumbnailer_RequestByPos(), and vlc_thumbnailer_RequestByTime().