![]() |
![]() |
![]() |
![]() |
Create a new playlist
#include <mme/playlist.h> int mme_playlist_create( mme_hdl_t *hdl, uint64_t msid, const char *name, uint64_t *plid );
mme
The function mme_playlist_create() creates a new playlist from a mediastore. It adds a playlist entry to the table playlists and the playlist data to the playlistdata table. It does not write to the playlistdata_custom table, or any other *_custom tables; these remain the responsibility of the client application.
None delivered.
This function performs no validations, and runs to completion.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
MME_PLAYLIST_*, mme_playlist_close(), mme_playlist_delete(), mme_playlist_generate_similar(), mme_playlist_hdl_t, mme_playlist_item_get(), mme_playlist_items_count_get(), mme_playlist_open(), mme_playlist_position_set(), mme_playlist_set_statement(), mme_playlist_sync()
![]() |
![]() |
![]() |
![]() |