Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

MmMimeInfo()

Acquire a multimedia channel

Synopsis:

const AOMimeInfo_t *MmMimeInfo(const AOICtrl_t *control);

Arguments:

control
An opaque variable that you should initialize to 0 before the first call.

Library:

mmedia

Description:

@@@ Need more info @@@ : This function returns an array of 0-value terminated AOMimeInfo_t structures for the given control.

AOMimeInfo_t contains mime information. It contains at least the following members:

char *mimetype
The mimetype (type and subtype) supported (e.g. image/jpeg).
char *extensions
A comma-separated list of file extensions for the mimetype (e.g. jpg,jpeg).
char *description
A description of the mimetype.

Returns:

A pointer a an array of AOMimeInfo_t on success, NULL otherwise.

Classification:

Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

MmGetResourceValue()