|
VLC
2.1.0-git
|
This file defines an interface for VOD server modules in vlc. More...

Go to the source code of this file.
Data Structures | |
| struct | vod_t |
Enumerations | |
| enum | vod_query_e { VOD_MEDIA_PLAY, VOD_MEDIA_PAUSE, VOD_MEDIA_STOP, VOD_MEDIA_SEEK, VOD_MEDIA_REWIND, VOD_MEDIA_FORWARD } |
Functions | |
| static int | vod_MediaControl (vod_t *p_vod, vod_media_t *p_media, const char *psz_id, int i_query,...) |
This file defines an interface for VOD server modules in vlc.
1.8.1.2