libquvi
|
Functions | |
void | quvi_playlist_free (quvi_playlist_t handle) |
Free all of memory used by a playlist handle. | |
void | quvi_playlist_get (quvi_playlist_t handle, QuviPlaylistProperty property,...) |
Return a playlist property. | |
QuviBoolean | quvi_playlist_media_next (quvi_playlist_t handle) |
Traverse to next available playlist media. | |
void | quvi_playlist_media_reset (quvi_playlist_t handle) |
Resets to the first available playlist media. | |
quvi_playlist_t | quvi_playlist_new (quvi_t handle, const char *url) |
Parse playlist properties for URL. |
void quvi_playlist_free | ( | quvi_playlist_t | handle | ) |
Free all of memory used by a playlist handle.
void quvi_playlist_get | ( | quvi_playlist_t | handle, |
QuviPlaylistProperty | property, | ||
... | |||
) |
Return a playlist property.
QuviBoolean quvi_playlist_media_next | ( | quvi_playlist_t | handle | ) |
Traverse to next available playlist media.
void quvi_playlist_media_reset | ( | quvi_playlist_t | handle | ) |
Resets to the first available playlist media.
quvi_playlist_t quvi_playlist_new | ( | quvi_t | handle, |
const char * | url | ||
) |
Parse playlist properties for URL.