21 #ifndef VLC_PLAYLIST_EXPORT_H 22 #define VLC_PLAYLIST_EXPORT_H size_t vlc_playlist_view_Count(struct vlc_playlist_view *view)
Return the number of items in the view.
Definition: export.c:43
char * base_url
Definition: vlc_playlist_export.h:66
Structure received by playlist export module.
Definition: vlc_playlist_export.h:63
FILE * file
Definition: vlc_playlist_export.h:67
#define VLC_API
Definition: fourcc_gen.c:31
vlc_playlist_item_t * vlc_playlist_view_Get(struct vlc_playlist_view *view, size_t index)
Return the item at a given index.
Definition: export.c:49
VLC object common members.
Definition: vlc_objects.h:43
struct vlc_playlist_view * playlist_view
Definition: vlc_playlist_export.h:68