bbmsp_image_get_type()

Returns the image MIME type.

Synopsis:

#include "bbmsp/bbmsp_util.h"
 
BBMSP_API bbmsp_image_type_t bbmsp_image_get_type(bbmsp_image_t *image)

Since:

BlackBerry 10.0.0

Arguments:

image

A pointer to the bbmsp_image_t.

Library:

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

Description:

If an invalid MIME type was provided, the behaviour of this method is undefined.

Returns:

The image MIME type.