Operating systems, development tools, and professional services
for connected embedded systems

MmDestroyFilter

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()