21#ifndef VLC_PLAYLIST_EXPORT_H
22#define VLC_PLAYLIST_EXPORT_H
#define VLC_API
Definition: fourcc_gen.c:31
VLC object common members.
Definition: vlc_objects.h:45
Structure received by playlist export module.
Definition: vlc_playlist_export.h:64
FILE * file
Definition: vlc_playlist_export.h:67
char * base_url
Definition: vlc_playlist_export.h:66
struct vlc_playlist_view * playlist_view
Definition: vlc_playlist_export.h:68
struct vlc_object_t obj
Definition: vlc_playlist_export.h:65
This file is a collection of common definitions and types.
size_t vlc_playlist_view_Count(struct vlc_playlist_view *view)
Return the number of items in the view.
Definition: export.c:43
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