This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Functions for a reader filter
static MediaReader media_reader = { SetInputStream };
This interface defines the functionality required by any filter that is a graph input point. Typically this is a filter that has no input channels, but does have a media stream that it gets its data from. MediaReader defines the following function:
int32_t (*SetInputStream)(MmFilter_t *filter, const AOStream_t *stream);
This function should set the filter's input stream to stream.
If successful, this function should return 0.
Neutrino
Extending the Multimedia Framework.