X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vod.h;h=9b136108f2b844a971087a407f249ed3f5c5cf9b;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=52cdd3029ea4d525035fbf6c7898049d082f8252;hpb=c0f4bfc5d85c96cf29f4bd05fa5fa42eb344d1dc;p=vlc diff --git a/include/vlc_vod.h b/include/vlc_vod.h index 52cdd3029e..9b136108f2 100644 --- a/include/vlc_vod.h +++ b/include/vlc_vod.h @@ -24,6 +24,18 @@ #ifndef VLC_VOD_H #define VLC_VOD_H 1 +/** + * \file + * This file defines an interface for VOD server modules in vlc + */ + +/** + * \defgroup vod Video On Demand (VOD) + * \ingroup server + * Video On Demand (VOD) functionality is provided from VLM. + * @{ + */ + struct vod_t { VLC_COMMON_MEMBERS @@ -67,4 +79,8 @@ enum vod_query_e VOD_MEDIA_FORWARD, /* arg1= double res= */ }; +/** + * @} + */ + #endif