Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
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:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)