mediaplayer_metadata_destroy()

Destroy a metadata structure.

Synopsis:

#include <bps/mediaplayer.h>
 
BPS_API void mediaplayer_metadata_destroy(mediaplayer_metadata_t **metadata)

Since:

BlackBerry 10.0.0

Arguments:

metadata

The mediaplayer_metadata_t structure to destroy.

Library:

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

Description:

The mediaplayer_metadata_destroy() function destroys a metadata structure.

Returns: