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


Home
QNX Community Resources
QNX Documentation Library
MmDestroyFilter

MmDestroyFilter

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

MmDestroyFilter()

Destroy a multimedia filter

Synopsis:

int32_t MmDestroyFilter(MmFilter_t *filter);

Arguments:

filter
The filter you want to destroy.

Library:

mmedia

Description:

This function destroys the filter, and removes it from its graph. Before you call this function, you must make sure that the filter:

Returns:

0
Success.
-1
An error occurred.

Examples:

  // filter was previously created.

  MmDestroyFilter(filter);

Classification:

Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

MmFindChannelsFilter(), MmFindFilter()