Find and split track or image metadata.
#include <mm/renderer/events.h>
strm_dict_t* mmr_metadata_split(strm_dict_t const *md,
const char *type,
unsigned idx)
BlackBerry 10.3.0
A dictionary object containing complete metadata
Track type ("video", "audio", "subpicture"), or "image" for embedded images
Index to look for (0 for the first track or image)
A new dictionary object containing the parsed properties on success, or NULL if not found or error (check errno). errno could be one of ENOENT - attribute not found, EINVAL - md or type is a null pointer or has an invalid value, ENOMEM - no memory