![]() |
![]() |
![]() |
![]() |
The structure carrying the URL for an image
#include <mme/types.h> typedef struct s_mme_metadata_image_url { int32_t len; char url[1]; } mme_metadata_image_url_t;
The structure mme_metadata_image_url_t carries the URL retrieved by mme_metadata_image_load() used with a synchronous connection. This URL can be used to load an image from a remote location.
Member | Type | Description |
---|---|---|
len | int32_t | The length, in bytes, of the url string, including its NULL terminator. |
url | char | A NULL-terminated URL formated string location of an image. |
QNX Multimedia
mme_metadata_create_session(), mme_metadata_free_session(), mme_metadata_getinfo_current(), mme_metadata_getinfo_file(), mme_metadata_getinfo_library(), mme_metadata_image_cache_clear(), mme_metadata_image_load(), mme_metadata_image_unload(), mme_metadata_info_t, mme_metadata_session_t
![]() |
![]() |
![]() |
![]() |