mediaplayer_metadata_set_album_artwork()

Set the album artwork in a metadata structure.

Synopsis:

#include <bps/mediaplayer.h>
 
BPS_API int mediaplayer_metadata_set_album_artwork(mediaplayer_metadata_t *metadata,
                                                   const char *album_artwork)

Since:

BlackBerry 10.0.0

Arguments:

metadata

The mediaplayer_metadata_t structure to update.

album_artwork

The album artwork.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The mediaplayer_metadata_set_album_artwork() function sets the album artwork in the given metadata structure.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.