This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Destroy a multimedia filter
int32_t MmDestroyFilter(MmFilter_t *filter);
mmedia
This function destroys the filter, and removes it from its graph. Before you call this function, you must make sure that the filter:
// filter was previously created. MmDestroyFilter(filter);
Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
MmFindChannelsFilter(), MmFindFilter()