Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
MmFindFilter()
Find a filter
Synopsis:
MmFilter_t *MmFindFilter(MmGraph_t *graph,
const char *name);
Arguments:
- graph
- A pointer to the graph you want to find the filter in.
- name
- The name of the filter you want to find.
Library:
mmedia
Description:
This function returns a context for a filter called name in the graph.
Returns:
A pointer to a filter (MmFilter_t) if one is found, NULL otherwise.
Classification:
Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
MmDestroyFilter(), MmFilter_t, MmFindChannelsFilter(), MmFindMediaReader(), MmFindMimetypesFilter()
![]() |
![]() |
![]() |
![]() |

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