mmplaylist_entry_next_get_raw()

Get the next playlist entry, in both character-converted and raw formats

Synopsis:

#include <mm/mmplaylist.h>
int mmplaylist_entry_next_get_raw(mmplaylist_t *pl,
                                  mmplaylist_entry_t **entry,
                                  mmplaylist_entry_t **raw_entry)

Arguments:

pl
A valid session handle.
entry
A pointer for storing a reference to the character-converted entry pointer defined by this function.
raw_entry
A pointer for storing a reference to the raw entry pointer defined by this function.

Library:

libmmplaylist

Returns:

>=0 The position of the current entry.

-1 An error occurred (call mmplaylist_last_error_get() for details).