Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
MmFindMediaReader()
Find a reader filter for a file stream
Synopsis:
MmFilter_t *MmFindMediaReader(MmGraph_t *graph,
AOIStream_t *stream);
Arguments:
- graph
- A pointer to the graph you want to attach a stream reader filter to.
- stream
- A pointer to the file stream you want to read.
Library:
mmedia
Description:
This function creates a stream_reader filter context, attaches the stream to it, and returns it.
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(), MmFindFilter(), MmFindMimetypesFilter()
![]() |
![]() |
![]() |
![]() |

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