Set the artist in a metadata structure.
#include <bps/mediaplayer.h>
BPS_API int mediaplayer_metadata_set_artist(mediaplayer_metadata_t *metadata,
const char *artist)
BlackBerry 10.0.0
The mediaplayer_metadata_set_artist() function sets the artist in the given metadata structure.
BPS_SUCCESS when the function completes successfully, BPS_FAILURE with errno value set otherwise.