mediaplayer_metadata_create()

Create a metadata structure.

Synopsis:

#include <bps/mediaplayer.h>
 
BPS_API int mediaplayer_metadata_create(mediaplayer_metadata_t **metadata)

Since:

BlackBerry 10.0.0

Arguments:

metadata

The mediaplayer_metadata_t structure to populate.

Library:

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

Description:

The mediaplayer_metadata_create() function creates a metadata structure.

Returns:

BPS_SUCCESS when the function completes successfully, BPS_FAILURE with errno value set otherwise.