![]() |
![]() |
![]() |
![]() |
Convert playlist file entries to filenames
#include <mme/explore.h> const mme_explore_info_t *mme_explore_playlist_find_file( mme_hdl_t *hdl, uint64_t msid, const char *entry, const char *path, const char *metadata_types, uint32_t flags );
mme
The function mme_explore_playlist_find_file() converts playlist file entries retrieved during exploration of a playlist file or folder to a filename on the system, and returns information about these converted entries in a mme_explore_info_t structure.
![]() |
|
None delivered.
This function performs no validations. It doesn't block.
A populated mme_explore_info_t structure on success, or NULL if an error occurred (errno is set).
The result of a successful call to mme_explore_playlist_find_file() must be released by mme_explore_info_free().
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mme_explore_end(), mme_explore_hdl_t, mme_explore_info_free(), mme_explore_info_get(), mme_explore_info_t, mme_explore_position_set(), mme_explore_size_get(), mme_explore_start()
![]() |
![]() |
![]() |
![]() |