VLC 4.0.0-dev
|
Data Structures | |
struct | vlc_playlist_view |
Functions | |
size_t | vlc_playlist_view_Count (struct vlc_playlist_view *view) |
Return the number of items in the view. More... | |
vlc_playlist_item_t * | vlc_playlist_view_Get (struct vlc_playlist_view *view, size_t index) |
Return the item at a given index. More... | |
int | vlc_playlist_Export (struct vlc_playlist *playlist, const char *filename, const char *type) |
Export the playlist to a file. More... | |
size_t vlc_playlist_view_Count | ( | struct vlc_playlist_view * | view | ) |
Return the number of items in the view.
The underlying playlist must be locked.
view | the playlist view |
References vlc_playlist_view::playlist, and vlc_playlist_Count().
vlc_playlist_item_t * vlc_playlist_view_Get | ( | struct vlc_playlist_view * | view, |
size_t | index | ||
) |
Return the item at a given index.
The index must be in range (less than vlc_playlist_view_Count()).
The underlying playlist must be locked.
view | the playlist view |
index | the index |
References vlc_playlist_view::playlist, and vlc_playlist_Get().