Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ MmFindMediaReader

Media Vault

Software Library

Restoration Projects

Artifacts Sought

MmFindMediaReader

[Previous] [Contents] [Index] [Next]

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] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026