Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
MmElement_t

MmElement_t

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

MmElement_t

Base structure for graphs, filters, and channels

Synopsis:

See below.

Description:

This structure defines the base "class" for graphs, filters, and channels.

This structure has at least the following members:

int32_t type
A flag indicating the element type, which can be one of:
  • MM_ELEMENT_GRAPH
  • MM_ELEMENT_FILTER
  • MM_ELEMENT_CHANNEL.
char *ID
A unique string identifier.

Classification:

Neutrino

See also:

The Extending the Multimedia Framework chapter.